Class ItemAtWithIndexRequestBuilder
java.lang.Object
com.microsoft.kiota.BaseRequestBuilder
com.microsoft.graph.drives.item.items.item.workbook.worksheets.item.charts.itematwithindex.ItemAtWithIndexRequestBuilder
@Generated("com.microsoft.kiota")
public class ItemAtWithIndexRequestBuilder
extends com.microsoft.kiota.BaseRequestBuilder
Provides operations to call the itemAt method.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassConfiguration 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
ConstructorsConstructorDescriptionItemAtWithIndexRequestBuilder(String rawUrl, com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newItemAtWithIndexRequestBuilderand sets the default values.ItemAtWithIndexRequestBuilder(HashMap<String, Object> pathParameters, com.microsoft.kiota.RequestAdapter requestAdapter, Integer index) Instantiates a newItemAtWithIndexRequestBuilderand sets the default values. -
Method Summary
Modifier and TypeMethodDescriptionaxes()Provides operations to manage the axes property of the microsoft.graph.workbookChart entity.Provides operations to manage the dataLabels property of the microsoft.graph.workbookChart entity.format()Provides operations to manage the format property of the microsoft.graph.workbookChart entity.get()Gets a chart based on its position in the collection.get(Consumer<ItemAtWithIndexRequestBuilder.GetRequestConfiguration> requestConfiguration) Gets a chart based on its position in the collection.image()Provides operations to call the image method.imageWithWidth(Integer width) Provides operations to call the image method.imageWithWidthWithHeight(Integer height, Integer width) Provides operations to call the image method.imageWithWidthWithHeightWithFittingMode(String fittingMode, Integer height, Integer width) Provides operations to call the image method.legend()Provides operations to manage the legend property of the microsoft.graph.workbookChart entity.series()Provides operations to manage the series property of the microsoft.graph.workbookChart entity.setData()Provides operations to call the setData method.Provides operations to call the setPosition method.title()Provides operations to manage the title property of the microsoft.graph.workbookChart entity.com.microsoft.kiota.RequestInformationGets a chart based on its position in the collection.com.microsoft.kiota.RequestInformationtoGetRequestInformation(Consumer<ItemAtWithIndexRequestBuilder.GetRequestConfiguration> requestConfiguration) Gets a chart based on its position in the collection.Returns a request builder with the provided arbitrary URL.Provides operations to manage the worksheet property of the microsoft.graph.workbookChart entity.
-
Constructor Details
-
ItemAtWithIndexRequestBuilder
public ItemAtWithIndexRequestBuilder(@Nonnull HashMap<String, Object> pathParameters, @Nonnull com.microsoft.kiota.RequestAdapter requestAdapter, @Nullable Integer index) Instantiates a newItemAtWithIndexRequestBuilderand sets the default values.- Parameters:
pathParameters- Path parameters for the requestrequestAdapter- The request adapter to use to execute the requests.index- Usage: index={index}
-
ItemAtWithIndexRequestBuilder
public ItemAtWithIndexRequestBuilder(@Nonnull String rawUrl, @Nonnull com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newItemAtWithIndexRequestBuilderand 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
-
axes
Provides operations to manage the axes property of the microsoft.graph.workbookChart entity.- Returns:
- a
AxesRequestBuilder
-
dataLabels
Provides operations to manage the dataLabels property of the microsoft.graph.workbookChart entity.- Returns:
- a
DataLabelsRequestBuilder
-
format
Provides operations to manage the format property of the microsoft.graph.workbookChart entity.- Returns:
- a
FormatRequestBuilder
-
image
Provides operations to call the image method.- Returns:
- a
ImageRequestBuilder
-
legend
Provides operations to manage the legend property of the microsoft.graph.workbookChart entity.- Returns:
- a
LegendRequestBuilder
-
series
Provides operations to manage the series property of the microsoft.graph.workbookChart entity.- Returns:
- a
SeriesRequestBuilder
-
setData
Provides operations to call the setData method.- Returns:
- a
SetDataRequestBuilder
-
setPosition
Provides operations to call the setPosition method.- Returns:
- a
SetPositionRequestBuilder
-
title
Provides operations to manage the title property of the microsoft.graph.workbookChart entity.- Returns:
- a
TitleRequestBuilder
-
worksheet
Provides operations to manage the worksheet property of the microsoft.graph.workbookChart entity.- Returns:
- a
WorksheetRequestBuilder
-
get
Gets a chart based on its position in the collection.- Returns:
- a
WorkbookChart - Throws:
ODataError- When receiving a 4XX or 5XX status code- See Also:
-
get
@Nullable public WorkbookChart get(@Nullable Consumer<ItemAtWithIndexRequestBuilder.GetRequestConfiguration> requestConfiguration) Gets a chart based on its position in the collection.- Parameters:
requestConfiguration- Configuration for the request such as headers, query parameters, and middleware options.- Returns:
- a
WorkbookChart - Throws:
ODataError- When receiving a 4XX or 5XX status code- See Also:
-
imageWithWidth
Provides operations to call the image method.- Parameters:
width- Usage: width={width}- Returns:
- a
ImageWithWidthRequestBuilder
-
imageWithWidthWithHeight
@Nonnull public ImageWithWidthWithHeightRequestBuilder imageWithWidthWithHeight(@Nonnull Integer height, @Nonnull Integer width) Provides operations to call the image method.- Parameters:
height- Usage: height={height}width- Usage: width={width}- Returns:
- a
ImageWithWidthWithHeightRequestBuilder
-
imageWithWidthWithHeightWithFittingMode
@Nonnull public ImageWithWidthWithHeightWithFittingModeRequestBuilder imageWithWidthWithHeightWithFittingMode(@Nonnull String fittingMode, @Nonnull Integer height, @Nonnull Integer width) Provides operations to call the image method.- Parameters:
fittingMode- Usage: fittingMode='{fittingMode}'height- Usage: height={height}width- Usage: width={width}- Returns:
- a
ImageWithWidthWithHeightWithFittingModeRequestBuilder
-
toGetRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toGetRequestInformation()Gets a chart based on its position in the collection.- Returns:
- a
RequestInformation
-
toGetRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toGetRequestInformation(@Nullable Consumer<ItemAtWithIndexRequestBuilder.GetRequestConfiguration> requestConfiguration) Gets a chart based on its position in the collection.- Parameters:
requestConfiguration- Configuration for the request such as headers, query parameters, and middleware options.- Returns:
- a
RequestInformation
-
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
ItemAtWithIndexRequestBuilder
-