Package com.microsoft.graph.models
Class AvailabilityItem
java.lang.Object
com.microsoft.graph.models.AvailabilityItem
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class AvailabilityItem
extends Object
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Availability Item.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe End Date Time.the OData type of the object as returned by the serviceThe Service Id.The Start Date Time.The Status. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal com.microsoft.graph.serializer.AdditionalDataManagervoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON object
-
Field Details
-
oDataType
the OData type of the object as returned by the service -
endDateTime
@SerializedName(value="endDateTime", alternate="EndDateTime") @Expose @Nullable public DateTimeTimeZone endDateTimeThe End Date Time. The end time of the time slot. -
serviceId
The Service Id. Indicates the service ID in case of 1:n appointments. If the appointment is of type 1:n, this field will be present, otherwise, null. -
startDateTime
@SerializedName(value="startDateTime", alternate="StartDateTime") @Expose @Nullable public DateTimeTimeZone startDateTimeThe Start Date Time. The start time of the time slot. -
status
@SerializedName(value="status", alternate="Status") @Expose @Nullable public BookingsAvailabilityStatus statusThe Status. The status of the staff member. Possible values are: available, busy, slotsAvailable, outOfOffice, unknownFutureValue.
-
-
Constructor Details
-
AvailabilityItem
public AvailabilityItem()
-
-
Method Details
-
additionalDataManager
@Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()- Specified by:
additionalDataManagerin interfacecom.microsoft.graph.serializer.IJsonBackedObject
-
setRawObject
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json) Sets the raw JSON object- Specified by:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-