public class WorkbookRangeFormatRequestBuilder extends com.microsoft.graph.http.BaseRequestBuilder<WorkbookRangeFormat>
Constructor and Description |
---|
WorkbookRangeFormatRequestBuilder(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 WorkbookRangeFormat
|
Modifier and Type | Method and Description |
---|---|
WorkbookRangeFormatAutofitColumnsRequestBuilder |
autofitColumns()
Gets a builder to execute the method
|
WorkbookRangeFormatAutofitRowsRequestBuilder |
autofitRows()
Gets a builder to execute the method
|
WorkbookRangeBorderCollectionRequestBuilder |
borders()
Gets a request builder for the WorkbookRangeBorder collection
|
WorkbookRangeBorderRequestBuilder |
borders(java.lang.String id)
Gets a request builder for the WorkbookRangeBorder item
|
WorkbookRangeFormatRequest |
buildRequest(java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
Creates the request with specific requestOptions instead of the existing requestOptions
|
WorkbookRangeFormatRequest |
buildRequest(com.microsoft.graph.options.Option... requestOptions)
Creates the request
|
WorkbookRangeFillRequestBuilder |
fill()
Gets the request builder for WorkbookRangeFill
|
WorkbookRangeFontRequestBuilder |
font()
Gets the request builder for WorkbookRangeFont
|
WorkbookFormatProtectionRequestBuilder |
protection()
Gets the request builder for WorkbookFormatProtection
|
public WorkbookRangeFormatRequestBuilder(@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 WorkbookRangeFormatRequest buildRequest(@Nullable com.microsoft.graph.options.Option... requestOptions)
requestOptions
- the options for this request@Nonnull public WorkbookRangeFormatRequest buildRequest(@Nonnull java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
requestOptions
- the options for this request@Nonnull public WorkbookRangeBorderCollectionRequestBuilder borders()
@Nonnull public WorkbookRangeBorderRequestBuilder borders(@Nonnull java.lang.String id)
id
- the item identifier@Nonnull public WorkbookRangeFillRequestBuilder fill()
@Nonnull public WorkbookRangeFontRequestBuilder font()
@Nonnull public WorkbookFormatProtectionRequestBuilder protection()
@Nonnull public WorkbookRangeFormatAutofitColumnsRequestBuilder autofitColumns()
@Nonnull public WorkbookRangeFormatAutofitRowsRequestBuilder autofitRows()