Package com.microsoft.graph.models
Class WorkbookFunctionsIfParameterSet
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsIfParameterSet
The class for the Workbook Functions If Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classFluent builder for the WorkbookFunctionsIfParameterSet -
Field Summary
FieldsModifier and TypeFieldDescriptioncom.google.gson.JsonElementThe logical Test.com.google.gson.JsonElementThe value If False.com.google.gson.JsonElementThe value If True. -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new WorkbookFunctionsIfParameterSetprotectedWorkbookFunctionsIfParameterSet(WorkbookFunctionsIfParameterSet.WorkbookFunctionsIfParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsIfParameterSet -
Method Summary
Modifier and TypeMethodDescriptionList<com.microsoft.graph.options.FunctionOption>Gets the functions options from the properties that have been setGets a new builder for the body
-
Field Details
-
logicalTest
@SerializedName(value="logicalTest", alternate="LogicalTest") @Expose @Nullable public com.google.gson.JsonElement logicalTestThe logical Test. -
valueIfTrue
@SerializedName(value="valueIfTrue", alternate="ValueIfTrue") @Expose @Nullable public com.google.gson.JsonElement valueIfTrueThe value If True. -
valueIfFalse
@SerializedName(value="valueIfFalse", alternate="ValueIfFalse") @Expose @Nullable public com.google.gson.JsonElement valueIfFalseThe value If False.
-
-
Constructor Details
-
WorkbookFunctionsIfParameterSet
public WorkbookFunctionsIfParameterSet()Instiaciates a new WorkbookFunctionsIfParameterSet -
WorkbookFunctionsIfParameterSet
protected WorkbookFunctionsIfParameterSet(@Nonnull WorkbookFunctionsIfParameterSet.WorkbookFunctionsIfParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsIfParameterSet- Parameters:
builder- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static WorkbookFunctionsIfParameterSet.WorkbookFunctionsIfParameterSetBuilder newBuilder()Gets a new builder for the body- Returns:
- a new builder
-
getFunctionOptions
Gets the functions options from the properties that have been set- Returns:
- a list of function options for the request
-