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 Details

    • oDataType

      @SerializedName("@odata.type") @Expose @Nullable public String oDataType
      the OData type of the object as returned by the service
    • endDateTime

      @SerializedName(value="endDateTime", alternate="EndDateTime") @Expose @Nullable public DateTimeTimeZone endDateTime
      The End Date Time. The end time of the time slot.
    • serviceId

      @SerializedName(value="serviceId", alternate="ServiceId") @Expose @Nullable public String 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 startDateTime
      The Start Date Time. The start time of the time slot.
    • status

      @SerializedName(value="status", alternate="Status") @Expose @Nullable public BookingsAvailabilityStatus status
      The 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:
      additionalDataManager in interface com.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:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to