Package com.microsoft.graph.models
Class WorkbookChartSetPositionParameterSet
java.lang.Object
com.microsoft.graph.models.WorkbookChartSetPositionParameterSet
The class for the Workbook Chart Set Position Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classFluent builder for the WorkbookChartSetPositionParameterSet -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new WorkbookChartSetPositionParameterSetprotectedWorkbookChartSetPositionParameterSet(WorkbookChartSetPositionParameterSet.WorkbookChartSetPositionParameterSetBuilder builder) Instiaciates a new WorkbookChartSetPositionParameterSet -
Method Summary
Modifier and TypeMethodDescriptionList<com.microsoft.graph.options.FunctionOption>Gets the functions options from the properties that have been setGets a new builder for the body
-
Field Details
-
startCell
@SerializedName(value="startCell", alternate="StartCell") @Expose @Nullable public com.google.gson.JsonElement startCellThe start Cell. -
endCell
@SerializedName(value="endCell", alternate="EndCell") @Expose @Nullable public com.google.gson.JsonElement endCellThe end Cell.
-
-
Constructor Details
-
WorkbookChartSetPositionParameterSet
public WorkbookChartSetPositionParameterSet()Instiaciates a new WorkbookChartSetPositionParameterSet -
WorkbookChartSetPositionParameterSet
protected WorkbookChartSetPositionParameterSet(@Nonnull WorkbookChartSetPositionParameterSet.WorkbookChartSetPositionParameterSetBuilder builder) Instiaciates a new WorkbookChartSetPositionParameterSet- Parameters:
builder- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static WorkbookChartSetPositionParameterSet.WorkbookChartSetPositionParameterSetBuilder newBuilder()Gets a new builder for the body- Returns:
- a new builder
-
getFunctionOptions
Gets the functions options from the properties that have been set- Returns:
- a list of function options for the request
-