Package com.microsoft.graph.models
Class BookingBusinessGetStaffAvailabilityParameterSet.BookingBusinessGetStaffAvailabilityParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.BookingBusinessGetStaffAvailabilityParameterSet.BookingBusinessGetStaffAvailabilityParameterSetBuilder
- Enclosing class:
BookingBusinessGetStaffAvailabilityParameterSet
public static final class BookingBusinessGetStaffAvailabilityParameterSet.BookingBusinessGetStaffAvailabilityParameterSetBuilder
extends Object
Fluent builder for the BookingBusinessGetStaffAvailabilityParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected DateTimeTimeZone
The endDateTime parameter valueThe staffIds parameter valueprotected DateTimeTimeZone
The startDateTime parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Instanciates a new BookingBusinessGetStaffAvailabilityParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Buils the resulting body object to be passed to the requestSets the EndDateTimewithStaffIds
(List<String> val) Sets the StaffIdsSets the StartDateTime
-
Field Details
-
staffIds
The staffIds parameter value -
startDateTime
The startDateTime parameter value -
endDateTime
The endDateTime parameter value
-
-
Constructor Details
-
BookingBusinessGetStaffAvailabilityParameterSetBuilder
@Nullable protected BookingBusinessGetStaffAvailabilityParameterSetBuilder()Instanciates a new BookingBusinessGetStaffAvailabilityParameterSetBuilder
-
-
Method Details
-
withStaffIds
@Nonnull public BookingBusinessGetStaffAvailabilityParameterSet.BookingBusinessGetStaffAvailabilityParameterSetBuilder withStaffIds(@Nullable List<String> val) Sets the StaffIds- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withStartDateTime
@Nonnull public BookingBusinessGetStaffAvailabilityParameterSet.BookingBusinessGetStaffAvailabilityParameterSetBuilder withStartDateTime(@Nullable DateTimeTimeZone val) Sets the StartDateTime- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withEndDateTime
@Nonnull public BookingBusinessGetStaffAvailabilityParameterSet.BookingBusinessGetStaffAvailabilityParameterSetBuilder withEndDateTime(@Nullable DateTimeTimeZone val) Sets the EndDateTime- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
build
Buils the resulting body object to be passed to the request- Returns:
- the body object to pass to the request
-