Package com.microsoft.graph.models
Class WorkbookFunctionsImSubParameterSet
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsImSubParameterSet
The class for the Workbook Functions Im Sub Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Fluent builder for the WorkbookFunctionsImSubParameterSet -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new WorkbookFunctionsImSubParameterSetprotected
WorkbookFunctionsImSubParameterSet
(WorkbookFunctionsImSubParameterSet.WorkbookFunctionsImSubParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsImSubParameterSet -
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
-
WorkbookFunctionsImSubParameterSet
public WorkbookFunctionsImSubParameterSet()Instiaciates a new WorkbookFunctionsImSubParameterSet -
WorkbookFunctionsImSubParameterSet
protected WorkbookFunctionsImSubParameterSet(@Nonnull WorkbookFunctionsImSubParameterSet.WorkbookFunctionsImSubParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsImSubParameterSet- Parameters:
builder
- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static WorkbookFunctionsImSubParameterSet.WorkbookFunctionsImSubParameterSetBuilder 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
-