Package com.microsoft.graph.requests
Class BookingBusinessRequestBuilder
java.lang.Object
com.microsoft.graph.http.BaseRequestBuilder<BookingBusiness>
com.microsoft.graph.requests.BookingBusinessRequestBuilder
- All Implemented Interfaces:
com.microsoft.graph.http.IRequestBuilder
public class BookingBusinessRequestBuilder
extends com.microsoft.graph.http.BaseRequestBuilder<BookingBusiness>
The class for the Booking Business Request Builder.
-
Constructor Summary
ConstructorsConstructorDescriptionBookingBusinessRequestBuilder(String requestUrl, com.microsoft.graph.core.IBaseClient<?> client, List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for the BookingBusiness -
Method Summary
Modifier and TypeMethodDescriptionGets a request builder for the BookingAppointment collectionappointments(String id) Gets a request builder for the BookingAppointment itembuildRequest(com.microsoft.graph.options.Option... requestOptions) Creates the requestbuildRequest(List<? extends com.microsoft.graph.options.Option> requestOptions) Creates the request with specific requestOptions instead of the existing requestOptionsGets a request builder for the BookingAppointment collectioncalendarView(String id) Gets a request builder for the BookingAppointment itemGets a request builder for the BookingCustomerBase collectionGets a request builder for the BookingCustomerBase itemGets a request builder for the BookingCustomQuestion collectionGets a request builder for the BookingCustomQuestion itemGets a builder to execute the methodpublish()Makes the scheduling page of this business available to the general public.services()Gets a request builder for the BookingService collectionGets a request builder for the BookingService itemGets a request builder for the BookingStaffMemberBase collectionstaffMembers(String id) Gets a request builder for the BookingStaffMemberBase itemPrevents the general public from seeing the scheduling page of this business.Methods inherited from class com.microsoft.graph.http.BaseRequestBuilder
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegment
-
Constructor Details
-
BookingBusinessRequestBuilder
public BookingBusinessRequestBuilder(@Nonnull String requestUrl, @Nonnull com.microsoft.graph.core.IBaseClient<?> client, @Nullable List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for the BookingBusiness- Parameters:
requestUrl- the request URLclient- the service clientrequestOptions- the options for this request
-
-
Method Details
-
buildRequest
@Nonnull public BookingBusinessRequest buildRequest(@Nullable com.microsoft.graph.options.Option... requestOptions) Creates the request- Parameters:
requestOptions- the options for this request- Returns:
- the BookingBusinessRequest instance
-
buildRequest
@Nonnull public BookingBusinessRequest buildRequest(@Nonnull List<? extends com.microsoft.graph.options.Option> requestOptions) Creates the request with specific requestOptions instead of the existing requestOptions- Parameters:
requestOptions- the options for this request- Returns:
- the BookingBusinessRequest instance
-
appointments
Gets a request builder for the BookingAppointment collection- Returns:
- the collection request builder
-
appointments
Gets a request builder for the BookingAppointment item- Parameters:
id- the item identifier- Returns:
- the request builder
-
calendarView
Gets a request builder for the BookingAppointment collection- Returns:
- the collection request builder
-
calendarView
Gets a request builder for the BookingAppointment item- Parameters:
id- the item identifier- Returns:
- the request builder
-
customers
Gets a request builder for the BookingCustomerBase collection- Returns:
- the collection request builder
-
customers
Gets a request builder for the BookingCustomerBase item- Parameters:
id- the item identifier- Returns:
- the request builder
-
customQuestions
Gets a request builder for the BookingCustomQuestion collection- Returns:
- the collection request builder
-
customQuestions
Gets a request builder for the BookingCustomQuestion item- Parameters:
id- the item identifier- Returns:
- the request builder
-
services
Gets a request builder for the BookingService collection- Returns:
- the collection request builder
-
services
Gets a request builder for the BookingService item- Parameters:
id- the item identifier- Returns:
- the request builder
-
staffMembers
Gets a request builder for the BookingStaffMemberBase collection- Returns:
- the collection request builder
-
staffMembers
Gets a request builder for the BookingStaffMemberBase item- Parameters:
id- the item identifier- Returns:
- the request builder
-
getStaffAvailability
@Nonnull public BookingBusinessGetStaffAvailabilityCollectionRequestBuilder getStaffAvailability(@Nonnull BookingBusinessGetStaffAvailabilityParameterSet parameters) Gets a builder to execute the method- Parameters:
parameters- the parameters for the service method- Returns:
- the request builder collection
-
publish
Makes the scheduling page of this business available to the general public.- Returns:
- the request builder
-
unpublish
Prevents the general public from seeing the scheduling page of this business.- Returns:
- the request builder
-