MPBooking

open class MPBooking

Types

Link copied to clipboard
open class Builder

Functions

Link copied to clipboard
@Nullable
open fun getBookingID(): String
Link copied to clipboard
@Nullable
open fun getDescription(): String
Link copied to clipboard
@Nullable
open fun getEndTime(): Date
Link copied to clipboard
open fun getIsManaged(): Boolean
Link copied to clipboard
@Nullable
open fun getLocation(): MPLocation
Link copied to clipboard
@Nullable
open fun getLocationID(): String
Link copied to clipboard
@Nullable
open fun getParticipants(): Array<String>
Link copied to clipboard
@Nullable
open fun getStartTime(): Date
Link copied to clipboard
@Nullable
open fun getTitle(): String