public class WorkbookRangeCellParameterSet
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
WorkbookRangeCellParameterSet.WorkbookRangeCellParameterSetBuilder
Fluent builder for the WorkbookRangeCellParameterSet
|
Modifier and Type | Field and Description |
---|---|
java.lang.Integer |
column
The column.
|
java.lang.Integer |
row
The row.
|
Modifier | Constructor and Description |
---|---|
|
WorkbookRangeCellParameterSet()
Instiaciates a new WorkbookRangeCellParameterSet
|
protected |
WorkbookRangeCellParameterSet(WorkbookRangeCellParameterSet.WorkbookRangeCellParameterSetBuilder builder)
Instiaciates a new WorkbookRangeCellParameterSet
|
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 WorkbookRangeCellParameterSet.WorkbookRangeCellParameterSetBuilder |
newBuilder()
Gets a new builder for the body
|
@SerializedName(value="row", alternate="Row") @Expose @Nullable public java.lang.Integer row
@SerializedName(value="column", alternate="Column") @Expose @Nullable public java.lang.Integer column
public WorkbookRangeCellParameterSet()
protected WorkbookRangeCellParameterSet(@Nonnull WorkbookRangeCellParameterSet.WorkbookRangeCellParameterSetBuilder builder)
builder
- builder bearing the parameters to initialize from@Nonnull public static WorkbookRangeCellParameterSet.WorkbookRangeCellParameterSetBuilder newBuilder()
@Nonnull public java.util.List<com.microsoft.graph.options.FunctionOption> getFunctionOptions()