public class WorkbookFunctionsIfParameterSet
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
WorkbookFunctionsIfParameterSet.WorkbookFunctionsIfParameterSetBuilder
Fluent builder for the WorkbookFunctionsIfParameterSet
|
Modifier and Type | Field and Description |
---|---|
com.google.gson.JsonElement |
logicalTest
The logical Test.
|
com.google.gson.JsonElement |
valueIfFalse
The value If False.
|
com.google.gson.JsonElement |
valueIfTrue
The value If True.
|
Modifier | Constructor and Description |
---|---|
|
WorkbookFunctionsIfParameterSet()
Instiaciates a new WorkbookFunctionsIfParameterSet
|
protected |
WorkbookFunctionsIfParameterSet(WorkbookFunctionsIfParameterSet.WorkbookFunctionsIfParameterSetBuilder builder)
Instiaciates a new WorkbookFunctionsIfParameterSet
|
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 WorkbookFunctionsIfParameterSet.WorkbookFunctionsIfParameterSetBuilder |
newBuilder()
Gets a new builder for the body
|
@SerializedName(value="logicalTest", alternate="LogicalTest") @Expose @Nullable public com.google.gson.JsonElement logicalTest
@SerializedName(value="valueIfTrue", alternate="ValueIfTrue") @Expose @Nullable public com.google.gson.JsonElement valueIfTrue
@SerializedName(value="valueIfFalse", alternate="ValueIfFalse") @Expose @Nullable public com.google.gson.JsonElement valueIfFalse
public WorkbookFunctionsIfParameterSet()
protected WorkbookFunctionsIfParameterSet(@Nonnull WorkbookFunctionsIfParameterSet.WorkbookFunctionsIfParameterSetBuilder builder)
builder
- builder bearing the parameters to initialize from@Nonnull public static WorkbookFunctionsIfParameterSet.WorkbookFunctionsIfParameterSetBuilder newBuilder()
@Nonnull public java.util.List<com.microsoft.graph.options.FunctionOption> getFunctionOptions()