Package com.microsoft.graph.models
Class WorkbookFunctionsImDivParameterSet
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsImDivParameterSet
The class for the Workbook Functions Im Div Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Fluent builder for the WorkbookFunctionsImDivParameterSet -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new WorkbookFunctionsImDivParameterSetprotected
WorkbookFunctionsImDivParameterSet
(WorkbookFunctionsImDivParameterSet.WorkbookFunctionsImDivParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsImDivParameterSet -
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
-
inumber1
@SerializedName(value="inumber1", alternate="Inumber1") @Expose @Nullable public com.google.gson.JsonElement inumber1The inumber1. -
inumber2
@SerializedName(value="inumber2", alternate="Inumber2") @Expose @Nullable public com.google.gson.JsonElement inumber2The inumber2.
-
-
Constructor Details
-
WorkbookFunctionsImDivParameterSet
public WorkbookFunctionsImDivParameterSet()Instiaciates a new WorkbookFunctionsImDivParameterSet -
WorkbookFunctionsImDivParameterSet
protected WorkbookFunctionsImDivParameterSet(@Nonnull WorkbookFunctionsImDivParameterSet.WorkbookFunctionsImDivParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsImDivParameterSet- Parameters:
builder
- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static WorkbookFunctionsImDivParameterSet.WorkbookFunctionsImDivParameterSetBuilder 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
-