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