public class ScheduleChangeRequestDeclineRequestBuilder extends com.microsoft.graph.http.BaseActionRequestBuilder<ScheduleChangeRequest>
| Constructor and Description |
|---|
ScheduleChangeRequestDeclineRequestBuilder(java.lang.String requestUrl,
com.microsoft.graph.core.IBaseClient<?> client,
java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
The request builder for this ScheduleChangeRequestDecline
|
ScheduleChangeRequestDeclineRequestBuilder(java.lang.String requestUrl,
com.microsoft.graph.core.IBaseClient<?> client,
java.util.List<? extends com.microsoft.graph.options.Option> requestOptions,
ScheduleChangeRequestDeclineParameterSet parameters)
The request builder for this ScheduleChangeRequestDecline
|
| Modifier and Type | Method and Description |
|---|---|
ScheduleChangeRequestDeclineRequest |
buildRequest(java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
Creates the ScheduleChangeRequestDeclineRequest with specific requestOptions instead of the existing requestOptions
|
ScheduleChangeRequestDeclineRequest |
buildRequest(com.microsoft.graph.options.Option... requestOptions)
Creates the ScheduleChangeRequestDeclineRequest
|
public ScheduleChangeRequestDeclineRequestBuilder(@Nonnull
java.lang.String requestUrl,
@Nonnull
com.microsoft.graph.core.IBaseClient<?> client,
@Nullable
java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic ScheduleChangeRequestDeclineRequestBuilder(@Nonnull
java.lang.String requestUrl,
@Nonnull
com.microsoft.graph.core.IBaseClient<?> client,
@Nullable
java.util.List<? extends com.microsoft.graph.options.Option> requestOptions,
@Nonnull
ScheduleChangeRequestDeclineParameterSet parameters)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestparameters - the parameters for the service method@Nonnull public ScheduleChangeRequestDeclineRequest buildRequest(@Nullable com.microsoft.graph.options.Option... requestOptions)
requestOptions - the options for the request@Nonnull public ScheduleChangeRequestDeclineRequest buildRequest(@Nonnull java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
requestOptions - the options for the request