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