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