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