Package com.microsoft.graph.requests
Class BookingBusinessGetStaffAvailabilityCollectionRequestBuilder
java.lang.Object
com.microsoft.graph.http.BaseRequestBuilder<T>
com.microsoft.graph.http.BaseCollectionRequestBuilder<T,T2,T3,T4,T5>
com.microsoft.graph.http.BaseActionCollectionRequestBuilder<StaffAvailabilityItem,BookingBusinessGetStaffAvailabilityCollectionRequestBuilder,BookingBusinessGetStaffAvailabilityCollectionResponse,BookingBusinessGetStaffAvailabilityCollectionPage,BookingBusinessGetStaffAvailabilityCollectionRequest>
com.microsoft.graph.requests.BookingBusinessGetStaffAvailabilityCollectionRequestBuilder
- All Implemented Interfaces:
com.microsoft.graph.http.IRequestBuilder
public class BookingBusinessGetStaffAvailabilityCollectionRequestBuilder
extends com.microsoft.graph.http.BaseActionCollectionRequestBuilder<StaffAvailabilityItem,BookingBusinessGetStaffAvailabilityCollectionRequestBuilder,BookingBusinessGetStaffAvailabilityCollectionResponse,BookingBusinessGetStaffAvailabilityCollectionPage,BookingBusinessGetStaffAvailabilityCollectionRequest>
The class for the Booking Business Get Staff Availability Collection Request Builder.
-
Constructor Summary
ConstructorsConstructorDescriptionBookingBusinessGetStaffAvailabilityCollectionRequestBuilder(String requestUrl, com.microsoft.graph.core.IBaseClient<?> client, List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for this collection of BookingBusinessBookingBusinessGetStaffAvailabilityCollectionRequestBuilder(String requestUrl, com.microsoft.graph.core.IBaseClient<?> client, List<? extends com.microsoft.graph.options.Option> requestOptions, BookingBusinessGetStaffAvailabilityParameterSet parameters) The request builder for this collection of BookingBusiness -
Method Summary
Modifier and TypeMethodDescriptionbuildRequest(List<? extends com.microsoft.graph.options.Option> requestOptions) Creates the requestMethods inherited from class com.microsoft.graph.http.BaseCollectionRequestBuilder
buildRequest, byIdMethods inherited from class com.microsoft.graph.http.BaseRequestBuilder
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegment
-
Constructor Details
-
BookingBusinessGetStaffAvailabilityCollectionRequestBuilder
public BookingBusinessGetStaffAvailabilityCollectionRequestBuilder(@Nonnull String requestUrl, @Nonnull com.microsoft.graph.core.IBaseClient<?> client, @Nullable List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for this collection of BookingBusiness- Parameters:
requestUrl- the request URLclient- the service clientrequestOptions- the options for this request
-
BookingBusinessGetStaffAvailabilityCollectionRequestBuilder
public BookingBusinessGetStaffAvailabilityCollectionRequestBuilder(@Nonnull String requestUrl, @Nonnull com.microsoft.graph.core.IBaseClient<?> client, @Nullable List<? extends com.microsoft.graph.options.Option> requestOptions, @Nonnull BookingBusinessGetStaffAvailabilityParameterSet parameters) The request builder for this collection of BookingBusiness- Parameters:
requestUrl- the request URLclient- the service clientrequestOptions- the options for this requestparameters- the parameters for the service method
-
-
Method Details
-
buildRequest
@Nonnull public BookingBusinessGetStaffAvailabilityCollectionRequest buildRequest(@Nullable List<? extends com.microsoft.graph.options.Option> requestOptions) Creates the request- Overrides:
buildRequestin classcom.microsoft.graph.http.BaseCollectionRequestBuilder<StaffAvailabilityItem,BookingBusinessGetStaffAvailabilityCollectionRequestBuilder, BookingBusinessGetStaffAvailabilityCollectionResponse, BookingBusinessGetStaffAvailabilityCollectionPage, BookingBusinessGetStaffAvailabilityCollectionRequest> - Parameters:
requestOptions- the options for this request- Returns:
- the BookingBusinessGetStaffAvailabilityCollectionRequest instance
-