public class WorkbookRangeBoundingRectParameterSet
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
WorkbookRangeBoundingRectParameterSet.WorkbookRangeBoundingRectParameterSetBuilder
Fluent builder for the WorkbookRangeBoundingRectParameterSet
|
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
anotherRange
The another Range.
|
| Modifier | Constructor and Description |
|---|---|
|
WorkbookRangeBoundingRectParameterSet()
Instiaciates a new WorkbookRangeBoundingRectParameterSet
|
protected |
WorkbookRangeBoundingRectParameterSet(WorkbookRangeBoundingRectParameterSet.WorkbookRangeBoundingRectParameterSetBuilder builder)
Instiaciates a new WorkbookRangeBoundingRectParameterSet
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<com.microsoft.graph.options.FunctionOption> |
getFunctionOptions()
Gets the functions options from the properties that have been set
|
static WorkbookRangeBoundingRectParameterSet.WorkbookRangeBoundingRectParameterSetBuilder |
newBuilder()
Gets a new builder for the body
|
@SerializedName(value="anotherRange",
alternate="AnotherRange")
@Expose
@Nullable
public java.lang.String anotherRange
public WorkbookRangeBoundingRectParameterSet()
protected WorkbookRangeBoundingRectParameterSet(@Nonnull
WorkbookRangeBoundingRectParameterSet.WorkbookRangeBoundingRectParameterSetBuilder builder)
builder - builder bearing the parameters to initialize from@Nonnull public static WorkbookRangeBoundingRectParameterSet.WorkbookRangeBoundingRectParameterSetBuilder newBuilder()
@Nonnull public java.util.List<com.microsoft.graph.options.FunctionOption> getFunctionOptions()