Class BookingBusinessGetStaffAvailabilityParameterSet

java.lang.Object
com.microsoft.graph.models.BookingBusinessGetStaffAvailabilityParameterSet

public class BookingBusinessGetStaffAvailabilityParameterSet extends Object
The class for the Booking Business Get Staff Availability Parameter Set.
  • Field Details

    • staffIds

      @SerializedName(value="staffIds", alternate="StaffIds") @Expose @Nullable public List<String> staffIds
      The staff Ids.
    • startDateTime

      @SerializedName(value="startDateTime", alternate="StartDateTime") @Expose @Nullable public DateTimeTimeZone startDateTime
      The start Date Time.
    • endDateTime

      @SerializedName(value="endDateTime", alternate="EndDateTime") @Expose @Nullable public DateTimeTimeZone endDateTime
      The end Date Time.
  • Constructor Details

    • BookingBusinessGetStaffAvailabilityParameterSet

      public BookingBusinessGetStaffAvailabilityParameterSet()
      Instiaciates a new BookingBusinessGetStaffAvailabilityParameterSet
    • BookingBusinessGetStaffAvailabilityParameterSet

      protected BookingBusinessGetStaffAvailabilityParameterSet(@Nonnull BookingBusinessGetStaffAvailabilityParameterSet.BookingBusinessGetStaffAvailabilityParameterSetBuilder builder)
      Instiaciates a new BookingBusinessGetStaffAvailabilityParameterSet
      Parameters:
      builder - builder bearing the parameters to initialize from
  • Method Details