public class TimeOffRequestRequestBuilder extends com.microsoft.graph.http.BaseRequestBuilder<TimeOffRequest>
Constructor and Description |
---|
TimeOffRequestRequestBuilder(java.lang.String requestUrl,
com.microsoft.graph.core.IBaseClient<?> client,
java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
The request builder for the TimeOffRequest
|
Modifier and Type | Method and Description |
---|---|
ScheduleChangeRequestApproveRequestBuilder |
approve(ScheduleChangeRequestApproveParameterSet parameters)
Gets a builder to execute the method
|
TimeOffRequestRequest |
buildRequest(java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
Creates the request with specific requestOptions instead of the existing requestOptions
|
TimeOffRequestRequest |
buildRequest(com.microsoft.graph.options.Option... requestOptions)
Creates the request
|
ScheduleChangeRequestDeclineRequestBuilder |
decline(ScheduleChangeRequestDeclineParameterSet parameters)
Gets a builder to execute the method
|
public TimeOffRequestRequestBuilder(@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 request@Nonnull public TimeOffRequestRequest buildRequest(@Nullable com.microsoft.graph.options.Option... requestOptions)
requestOptions
- the options for this request@Nonnull public TimeOffRequestRequest buildRequest(@Nonnull java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
requestOptions
- the options for this request@Nonnull public ScheduleChangeRequestDeclineRequestBuilder decline(@Nonnull ScheduleChangeRequestDeclineParameterSet parameters)
parameters
- the parameters for the service method@Nonnull public ScheduleChangeRequestApproveRequestBuilder approve(@Nonnull ScheduleChangeRequestApproveParameterSet parameters)
parameters
- the parameters for the service method