Package com.microsoft.graph.requests
Class UserFindMeetingTimesRequestBuilder
java.lang.Object
com.microsoft.graph.http.BaseRequestBuilder<T>
com.microsoft.graph.http.BaseActionRequestBuilder<MeetingTimeSuggestionsResult>
com.microsoft.graph.requests.UserFindMeetingTimesRequestBuilder
- All Implemented Interfaces:
com.microsoft.graph.http.IRequestBuilder
public class UserFindMeetingTimesRequestBuilder
extends com.microsoft.graph.http.BaseActionRequestBuilder<MeetingTimeSuggestionsResult>
The class for the User Find Meeting Times Request Builder.
-
Constructor Summary
ConstructorsConstructorDescriptionUserFindMeetingTimesRequestBuilder(String requestUrl, com.microsoft.graph.core.IBaseClient<?> client, List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for this UserFindMeetingTimesUserFindMeetingTimesRequestBuilder(String requestUrl, com.microsoft.graph.core.IBaseClient<?> client, List<? extends com.microsoft.graph.options.Option> requestOptions, UserFindMeetingTimesParameterSet parameters) The request builder for this UserFindMeetingTimes -
Method Summary
Modifier and TypeMethodDescriptionbuildRequest(com.microsoft.graph.options.Option... requestOptions) Creates the UserFindMeetingTimesRequestbuildRequest(List<? extends com.microsoft.graph.options.Option> requestOptions) Creates the UserFindMeetingTimesRequest with specific requestOptions instead of the existing requestOptionsMethods inherited from class com.microsoft.graph.http.BaseRequestBuilder
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegment
-
Constructor Details
-
UserFindMeetingTimesRequestBuilder
public UserFindMeetingTimesRequestBuilder(@Nonnull String requestUrl, @Nonnull com.microsoft.graph.core.IBaseClient<?> client, @Nullable List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for this UserFindMeetingTimes- Parameters:
requestUrl- the request URLclient- the service clientrequestOptions- the options for this request
-
UserFindMeetingTimesRequestBuilder
public UserFindMeetingTimesRequestBuilder(@Nonnull String requestUrl, @Nonnull com.microsoft.graph.core.IBaseClient<?> client, @Nullable List<? extends com.microsoft.graph.options.Option> requestOptions, @Nonnull UserFindMeetingTimesParameterSet parameters) The request builder for this UserFindMeetingTimes- Parameters:
requestUrl- the request URLclient- the service clientrequestOptions- the options for this requestparameters- the parameters for the service method
-
-
Method Details
-
buildRequest
@Nonnull public UserFindMeetingTimesRequest buildRequest(@Nullable com.microsoft.graph.options.Option... requestOptions) Creates the UserFindMeetingTimesRequest- Parameters:
requestOptions- the options for the request- Returns:
- the UserFindMeetingTimesRequest instance
-
buildRequest
@Nonnull public UserFindMeetingTimesRequest buildRequest(@Nonnull List<? extends com.microsoft.graph.options.Option> requestOptions) Creates the UserFindMeetingTimesRequest with specific requestOptions instead of the existing requestOptions- Parameters:
requestOptions- the options for the request- Returns:
- the UserFindMeetingTimesRequest instance
-