public class WorkbookFunctionsNetworkDays_IntlRequestBuilder extends com.microsoft.graph.http.BaseActionRequestBuilder<WorkbookFunctionResult>
| Constructor and Description |
|---|
WorkbookFunctionsNetworkDays_IntlRequestBuilder(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 WorkbookFunctionsNetworkDays_Intl
|
WorkbookFunctionsNetworkDays_IntlRequestBuilder(java.lang.String requestUrl,
com.microsoft.graph.core.IBaseClient<?> client,
java.util.List<? extends com.microsoft.graph.options.Option> requestOptions,
WorkbookFunctionsNetworkDays_IntlParameterSet parameters)
The request builder for this WorkbookFunctionsNetworkDays_Intl
|
| Modifier and Type | Method and Description |
|---|---|
WorkbookFunctionsNetworkDays_IntlRequest |
buildRequest(java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
Creates the WorkbookFunctionsNetworkDays_IntlRequest with specific requestOptions instead of the existing requestOptions
|
WorkbookFunctionsNetworkDays_IntlRequest |
buildRequest(com.microsoft.graph.options.Option... requestOptions)
Creates the WorkbookFunctionsNetworkDays_IntlRequest
|
public WorkbookFunctionsNetworkDays_IntlRequestBuilder(@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 WorkbookFunctionsNetworkDays_IntlRequestBuilder(@Nonnull
java.lang.String requestUrl,
@Nonnull
com.microsoft.graph.core.IBaseClient<?> client,
@Nullable
java.util.List<? extends com.microsoft.graph.options.Option> requestOptions,
@Nonnull
WorkbookFunctionsNetworkDays_IntlParameterSet parameters)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestparameters - the parameters for the service method@Nonnull public WorkbookFunctionsNetworkDays_IntlRequest buildRequest(@Nullable com.microsoft.graph.options.Option... requestOptions)
requestOptions - the options for the request@Nonnull public WorkbookFunctionsNetworkDays_IntlRequest buildRequest(@Nonnull java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
requestOptions - the options for the request