Class ItemWithNameRequestBuilder
java.lang.Object
com.microsoft.kiota.BaseRequestBuilder
com.microsoft.graph.drives.item.items.item.workbook.worksheets.item.charts.itemwithname.ItemWithNameRequestBuilder
@Generated("com.microsoft.kiota")
public class ItemWithNameRequestBuilder
extends com.microsoft.kiota.BaseRequestBuilder
Provides operations to call the item 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
ConstructorsConstructorDescriptionItemWithNameRequestBuilder(String rawUrl, com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newItemWithNameRequestBuilderand sets the default values.ItemWithNameRequestBuilder(HashMap<String, Object> pathParameters, com.microsoft.kiota.RequestAdapter requestAdapter, String name) Instantiates a newItemWithNameRequestBuilderand 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()Invoke function itemget(Consumer<ItemWithNameRequestBuilder.GetRequestConfiguration> requestConfiguration) Invoke function itemimage()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.RequestInformationInvoke function itemcom.microsoft.kiota.RequestInformationtoGetRequestInformation(Consumer<ItemWithNameRequestBuilder.GetRequestConfiguration> requestConfiguration) Invoke function itemReturns a request builder with the provided arbitrary URL.Provides operations to manage the worksheet property of the microsoft.graph.workbookChart entity.
-
Constructor Details
-
ItemWithNameRequestBuilder
public ItemWithNameRequestBuilder(@Nonnull HashMap<String, Object> pathParameters, @Nonnull com.microsoft.kiota.RequestAdapter requestAdapter, @Nullable String name) Instantiates a newItemWithNameRequestBuilderand sets the default values.- Parameters:
pathParameters- Path parameters for the requestrequestAdapter- The request adapter to use to execute the requests.name- Usage: name='{name}'
-
ItemWithNameRequestBuilder
public ItemWithNameRequestBuilder(@Nonnull String rawUrl, @Nonnull com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newItemWithNameRequestBuilderand 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
Invoke function item- Returns:
- a
WorkbookChart - Throws:
ODataError- When receiving a 4XX or 5XX status code
-
get
@Nullable public WorkbookChart get(@Nullable Consumer<ItemWithNameRequestBuilder.GetRequestConfiguration> requestConfiguration) Invoke function item- 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
-
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()Invoke function item- Returns:
- a
RequestInformation
-
toGetRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toGetRequestInformation(@Nullable Consumer<ItemWithNameRequestBuilder.GetRequestConfiguration> requestConfiguration) Invoke function item- 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
ItemWithNameRequestBuilder
-