Package com.microsoft.graph.requests
Class WorkbookRangeFormatRequestBuilder
java.lang.Object
com.microsoft.graph.http.BaseRequestBuilder<WorkbookRangeFormat>
com.microsoft.graph.requests.WorkbookRangeFormatRequestBuilder
- All Implemented Interfaces:
com.microsoft.graph.http.IRequestBuilder
public class WorkbookRangeFormatRequestBuilder
extends com.microsoft.graph.http.BaseRequestBuilder<WorkbookRangeFormat>
The class for the Workbook Range Format Request Builder.
-
Constructor Summary
ConstructorsConstructorDescriptionWorkbookRangeFormatRequestBuilder(String requestUrl, com.microsoft.graph.core.IBaseClient<?> client, List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for the WorkbookRangeFormat -
Method Summary
Modifier and TypeMethodDescriptionGets a builder to execute the methodGets a builder to execute the methodborders()Gets a request builder for the WorkbookRangeBorder collectionGets a request builder for the WorkbookRangeBorder itembuildRequest(com.microsoft.graph.options.Option... requestOptions) Creates the requestbuildRequest(List<? extends com.microsoft.graph.options.Option> requestOptions) Creates the request with specific requestOptions instead of the existing requestOptionsfill()Gets the request builder for WorkbookRangeFillfont()Gets the request builder for WorkbookRangeFontGets the request builder for WorkbookFormatProtectionMethods inherited from class com.microsoft.graph.http.BaseRequestBuilder
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegment
-
Constructor Details
-
WorkbookRangeFormatRequestBuilder
public WorkbookRangeFormatRequestBuilder(@Nonnull String requestUrl, @Nonnull com.microsoft.graph.core.IBaseClient<?> client, @Nullable List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for the WorkbookRangeFormat- Parameters:
requestUrl- the request URLclient- the service clientrequestOptions- the options for this request
-
-
Method Details
-
buildRequest
@Nonnull public WorkbookRangeFormatRequest buildRequest(@Nullable com.microsoft.graph.options.Option... requestOptions) Creates the request- Parameters:
requestOptions- the options for this request- Returns:
- the WorkbookRangeFormatRequest instance
-
buildRequest
@Nonnull public WorkbookRangeFormatRequest buildRequest(@Nonnull List<? extends com.microsoft.graph.options.Option> requestOptions) Creates the request with specific requestOptions instead of the existing requestOptions- Parameters:
requestOptions- the options for this request- Returns:
- the WorkbookRangeFormatRequest instance
-
borders
Gets a request builder for the WorkbookRangeBorder collection- Returns:
- the collection request builder
-
borders
Gets a request builder for the WorkbookRangeBorder item- Parameters:
id- the item identifier- Returns:
- the request builder
-
fill
Gets the request builder for WorkbookRangeFill- Returns:
- the WorkbookRangeFillRequestBuilder instance
-
font
Gets the request builder for WorkbookRangeFont- Returns:
- the WorkbookRangeFontRequestBuilder instance
-
protection
Gets the request builder for WorkbookFormatProtection- Returns:
- the WorkbookFormatProtectionRequestBuilder instance
-
autofitColumns
Gets a builder to execute the method- Returns:
- the request builder
-
autofitRows
Gets a builder to execute the method- Returns:
- the request builder
-