Package com.microsoft.graph.requests
Class WorkbookFunctionsEcma_CeilingRequestBuilder
java.lang.Object
com.microsoft.graph.http.BaseRequestBuilder<T>
com.microsoft.graph.http.BaseActionRequestBuilder<WorkbookFunctionResult>
com.microsoft.graph.requests.WorkbookFunctionsEcma_CeilingRequestBuilder
- All Implemented Interfaces:
com.microsoft.graph.http.IRequestBuilder
public class WorkbookFunctionsEcma_CeilingRequestBuilder
extends com.microsoft.graph.http.BaseActionRequestBuilder<WorkbookFunctionResult>
The class for the Workbook Functions Ecma_Ceiling Request Builder.
-
Constructor Summary
ConstructorsConstructorDescriptionWorkbookFunctionsEcma_CeilingRequestBuilder(String requestUrl, com.microsoft.graph.core.IBaseClient<?> client, List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for this WorkbookFunctionsEcma_CeilingWorkbookFunctionsEcma_CeilingRequestBuilder(String requestUrl, com.microsoft.graph.core.IBaseClient<?> client, List<? extends com.microsoft.graph.options.Option> requestOptions, WorkbookFunctionsEcma_CeilingParameterSet parameters) The request builder for this WorkbookFunctionsEcma_Ceiling -
Method Summary
Modifier and TypeMethodDescriptionbuildRequest(com.microsoft.graph.options.Option... requestOptions) Creates the WorkbookFunctionsEcma_CeilingRequestbuildRequest(List<? extends com.microsoft.graph.options.Option> requestOptions) Creates the WorkbookFunctionsEcma_CeilingRequest with specific requestOptions instead of the existing requestOptionsMethods inherited from class com.microsoft.graph.http.BaseRequestBuilder
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegment
-
Constructor Details
-
WorkbookFunctionsEcma_CeilingRequestBuilder
public WorkbookFunctionsEcma_CeilingRequestBuilder(@Nonnull String requestUrl, @Nonnull com.microsoft.graph.core.IBaseClient<?> client, @Nullable List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for this WorkbookFunctionsEcma_Ceiling- Parameters:
requestUrl- the request URLclient- the service clientrequestOptions- the options for this request
-
WorkbookFunctionsEcma_CeilingRequestBuilder
public WorkbookFunctionsEcma_CeilingRequestBuilder(@Nonnull String requestUrl, @Nonnull com.microsoft.graph.core.IBaseClient<?> client, @Nullable List<? extends com.microsoft.graph.options.Option> requestOptions, @Nonnull WorkbookFunctionsEcma_CeilingParameterSet parameters) The request builder for this WorkbookFunctionsEcma_Ceiling- Parameters:
requestUrl- the request URLclient- the service clientrequestOptions- the options for this requestparameters- the parameters for the service method
-
-
Method Details
-
buildRequest
@Nonnull public WorkbookFunctionsEcma_CeilingRequest buildRequest(@Nullable com.microsoft.graph.options.Option... requestOptions) Creates the WorkbookFunctionsEcma_CeilingRequest- Parameters:
requestOptions- the options for the request- Returns:
- the WorkbookFunctionsEcma_CeilingRequest instance
-
buildRequest
@Nonnull public WorkbookFunctionsEcma_CeilingRequest buildRequest(@Nonnull List<? extends com.microsoft.graph.options.Option> requestOptions) Creates the WorkbookFunctionsEcma_CeilingRequest with specific requestOptions instead of the existing requestOptions- Parameters:
requestOptions- the options for the request- Returns:
- the WorkbookFunctionsEcma_CeilingRequest instance
-