Package com.microsoft.graph.models
Class WorkbookFunctionsTextParameterSet
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsTextParameterSet
The class for the Workbook Functions Text Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Fluent builder for the WorkbookFunctionsTextParameterSet -
Field Summary
FieldsModifier and TypeFieldDescriptioncom.google.gson.JsonElement
The format Text.com.google.gson.JsonElement
The value. -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new WorkbookFunctionsTextParameterSetprotected
WorkbookFunctionsTextParameterSet
(WorkbookFunctionsTextParameterSet.WorkbookFunctionsTextParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsTextParameterSet -
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
-
value
@SerializedName(value="value", alternate="Value") @Expose @Nullable public com.google.gson.JsonElement valueThe value. -
formatText
@SerializedName(value="formatText", alternate="FormatText") @Expose @Nullable public com.google.gson.JsonElement formatTextThe format Text.
-
-
Constructor Details
-
WorkbookFunctionsTextParameterSet
public WorkbookFunctionsTextParameterSet()Instiaciates a new WorkbookFunctionsTextParameterSet -
WorkbookFunctionsTextParameterSet
protected WorkbookFunctionsTextParameterSet(@Nonnull WorkbookFunctionsTextParameterSet.WorkbookFunctionsTextParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsTextParameterSet- Parameters:
builder
- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static WorkbookFunctionsTextParameterSet.WorkbookFunctionsTextParameterSetBuilder 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
-