Class WorkbookWorksheetItemRequestBuilder
java.lang.Object
com.microsoft.kiota.BaseRequestBuilder
com.microsoft.graph.drives.item.items.item.workbook.worksheets.item.WorkbookWorksheetItemRequestBuilder
@Generated("com.microsoft.kiota")
public class WorkbookWorksheetItemRequestBuilder
extends com.microsoft.kiota.BaseRequestBuilder
Provides operations to manage the worksheets property of the microsoft.graph.workbook entity.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassConfiguration for the request such as headers, query parameters, and middleware options.classRepresents a collection of worksheets associated with the workbook.classConfiguration for the request such as headers, query parameters, and middleware options.classConfiguration for the request such as headers, query parameters, and middleware options. -
Field Summary
Fields inherited from class com.microsoft.kiota.BaseRequestBuilder
pathParameters, requestAdapter, urlTemplate -
Constructor Summary
ConstructorsConstructorDescriptionWorkbookWorksheetItemRequestBuilder(String rawUrl, com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newWorkbookWorksheetItemRequestBuilderand sets the default values.WorkbookWorksheetItemRequestBuilder(HashMap<String, Object> pathParameters, com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newWorkbookWorksheetItemRequestBuilderand sets the default values. -
Method Summary
Modifier and TypeMethodDescriptioncellWithRowWithColumn(Integer column, Integer row) Provides operations to call the cell method.charts()Provides operations to manage the charts property of the microsoft.graph.workbookWorksheet entity.voiddelete()Delete navigation property worksheets for drivesvoiddelete(Consumer<WorkbookWorksheetItemRequestBuilder.DeleteRequestConfiguration> requestConfiguration) Delete navigation property worksheets for drivesget()Represents a collection of worksheets associated with the workbook.get(Consumer<WorkbookWorksheetItemRequestBuilder.GetRequestConfiguration> requestConfiguration) Represents a collection of worksheets associated with the workbook.names()Provides operations to manage the names property of the microsoft.graph.workbookWorksheet entity.patch(WorkbookWorksheet body) Update the navigation property worksheets in drivespatch(WorkbookWorksheet body, Consumer<WorkbookWorksheetItemRequestBuilder.PatchRequestConfiguration> requestConfiguration) Update the navigation property worksheets in drivesProvides operations to manage the pivotTables property of the microsoft.graph.workbookWorksheet entity.Provides operations to manage the protection property of the microsoft.graph.workbookWorksheet entity.range()Provides operations to call the range method.rangeWithAddress(String address) Provides operations to call the range method.tables()Provides operations to manage the tables property of the microsoft.graph.workbookWorksheet entity.com.microsoft.kiota.RequestInformationDelete navigation property worksheets for drivescom.microsoft.kiota.RequestInformationtoDeleteRequestInformation(Consumer<WorkbookWorksheetItemRequestBuilder.DeleteRequestConfiguration> requestConfiguration) Delete navigation property worksheets for drivescom.microsoft.kiota.RequestInformationRepresents a collection of worksheets associated with the workbook.com.microsoft.kiota.RequestInformationtoGetRequestInformation(Consumer<WorkbookWorksheetItemRequestBuilder.GetRequestConfiguration> requestConfiguration) Represents a collection of worksheets associated with the workbook.com.microsoft.kiota.RequestInformationUpdate the navigation property worksheets in drivescom.microsoft.kiota.RequestInformationtoPatchRequestInformation(WorkbookWorksheet body, Consumer<WorkbookWorksheetItemRequestBuilder.PatchRequestConfiguration> requestConfiguration) Update the navigation property worksheets in drivesProvides operations to call the usedRange method.usedRangeWithValuesOnly(Boolean valuesOnly) Provides operations to call the usedRange method.Returns a request builder with the provided arbitrary URL.
-
Constructor Details
-
WorkbookWorksheetItemRequestBuilder
public WorkbookWorksheetItemRequestBuilder(@Nonnull HashMap<String, Object> pathParameters, @Nonnull com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newWorkbookWorksheetItemRequestBuilderand sets the default values.- Parameters:
pathParameters- Path parameters for the requestrequestAdapter- The request adapter to use to execute the requests.
-
WorkbookWorksheetItemRequestBuilder
public WorkbookWorksheetItemRequestBuilder(@Nonnull String rawUrl, @Nonnull com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newWorkbookWorksheetItemRequestBuilderand sets the default values.- Parameters:
rawUrl- The raw URL to use for the request builder.requestAdapter- The request adapter to use to execute the requests.
-
-
Method Details
-
charts
Provides operations to manage the charts property of the microsoft.graph.workbookWorksheet entity.- Returns:
- a
ChartsRequestBuilder
-
names
Provides operations to manage the names property of the microsoft.graph.workbookWorksheet entity.- Returns:
- a
NamesRequestBuilder
-
pivotTables
Provides operations to manage the pivotTables property of the microsoft.graph.workbookWorksheet entity.- Returns:
- a
PivotTablesRequestBuilder
-
protection
Provides operations to manage the protection property of the microsoft.graph.workbookWorksheet entity.- Returns:
- a
ProtectionRequestBuilder
-
range
Provides operations to call the range method.- Returns:
- a
RangeRequestBuilder
-
tables
Provides operations to manage the tables property of the microsoft.graph.workbookWorksheet entity.- Returns:
- a
TablesRequestBuilder
-
usedRange
Provides operations to call the usedRange method.- Returns:
- a
UsedRangeRequestBuilder
-
cellWithRowWithColumn
@Nonnull public CellWithRowWithColumnRequestBuilder cellWithRowWithColumn(@Nonnull Integer column, @Nonnull Integer row) Provides operations to call the cell method.- Parameters:
column- Usage: column={column}row- Usage: row={row}- Returns:
- a
CellWithRowWithColumnRequestBuilder
-
delete
public void delete()Delete navigation property worksheets for drives- Throws:
ODataError- When receiving a 4XX or 5XX status code
-
delete
public void delete(@Nullable Consumer<WorkbookWorksheetItemRequestBuilder.DeleteRequestConfiguration> requestConfiguration) Delete navigation property worksheets for drives- Parameters:
requestConfiguration- Configuration for the request such as headers, query parameters, and middleware options.- Throws:
ODataError- When receiving a 4XX or 5XX status code
-
get
Represents a collection of worksheets associated with the workbook. Read-only.- Returns:
- a
WorkbookWorksheet - Throws:
ODataError- When receiving a 4XX or 5XX status code
-
get
@Nullable public WorkbookWorksheet get(@Nullable Consumer<WorkbookWorksheetItemRequestBuilder.GetRequestConfiguration> requestConfiguration) Represents a collection of worksheets associated with the workbook. Read-only.- Parameters:
requestConfiguration- Configuration for the request such as headers, query parameters, and middleware options.- Returns:
- a
WorkbookWorksheet - Throws:
ODataError- When receiving a 4XX or 5XX status code
-
patch
Update the navigation property worksheets in drives- Parameters:
body- The request body- Returns:
- a
WorkbookWorksheet - Throws:
ODataError- When receiving a 4XX or 5XX status code
-
patch
@Nullable public WorkbookWorksheet patch(@Nonnull WorkbookWorksheet body, @Nullable Consumer<WorkbookWorksheetItemRequestBuilder.PatchRequestConfiguration> requestConfiguration) Update the navigation property worksheets in drives- Parameters:
body- The request bodyrequestConfiguration- Configuration for the request such as headers, query parameters, and middleware options.- Returns:
- a
WorkbookWorksheet - Throws:
ODataError- When receiving a 4XX or 5XX status code
-
rangeWithAddress
Provides operations to call the range method.- Parameters:
address- Usage: address='{address}'- Returns:
- a
RangeWithAddressRequestBuilder
-
toDeleteRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toDeleteRequestInformation()Delete navigation property worksheets for drives- Returns:
- a
RequestInformation
-
toDeleteRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toDeleteRequestInformation(@Nullable Consumer<WorkbookWorksheetItemRequestBuilder.DeleteRequestConfiguration> requestConfiguration) Delete navigation property worksheets for drives- Parameters:
requestConfiguration- Configuration for the request such as headers, query parameters, and middleware options.- Returns:
- a
RequestInformation
-
toGetRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toGetRequestInformation()Represents a collection of worksheets associated with the workbook. Read-only.- Returns:
- a
RequestInformation
-
toGetRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toGetRequestInformation(@Nullable Consumer<WorkbookWorksheetItemRequestBuilder.GetRequestConfiguration> requestConfiguration) Represents a collection of worksheets associated with the workbook. Read-only.- Parameters:
requestConfiguration- Configuration for the request such as headers, query parameters, and middleware options.- Returns:
- a
RequestInformation
-
toPatchRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toPatchRequestInformation(@Nonnull WorkbookWorksheet body) Update the navigation property worksheets in drives- Parameters:
body- The request body- Returns:
- a
RequestInformation
-
toPatchRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toPatchRequestInformation(@Nonnull WorkbookWorksheet body, @Nullable Consumer<WorkbookWorksheetItemRequestBuilder.PatchRequestConfiguration> requestConfiguration) Update the navigation property worksheets in drives- Parameters:
body- The request bodyrequestConfiguration- Configuration for the request such as headers, query parameters, and middleware options.- Returns:
- a
RequestInformation
-
usedRangeWithValuesOnly
@Nonnull public UsedRangeWithValuesOnlyRequestBuilder usedRangeWithValuesOnly(@Nonnull Boolean valuesOnly) Provides operations to call the usedRange method.- Parameters:
valuesOnly- Usage: valuesOnly={valuesOnly}- Returns:
- a
UsedRangeWithValuesOnlyRequestBuilder
-
withUrl
Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.- Parameters:
rawUrl- The raw URL to use for the request builder.- Returns:
- a
WorkbookWorksheetItemRequestBuilder
-