Package com.microsoft.graph.models
Class WorkbookFunctionsExactParameterSet
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsExactParameterSet
The class for the Workbook Functions Exact Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Fluent builder for the WorkbookFunctionsExactParameterSet -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new WorkbookFunctionsExactParameterSetprotected
WorkbookFunctionsExactParameterSet
(WorkbookFunctionsExactParameterSet.WorkbookFunctionsExactParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsExactParameterSet -
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
-
text1
@SerializedName(value="text1", alternate="Text1") @Expose @Nullable public com.google.gson.JsonElement text1The text1. -
text2
@SerializedName(value="text2", alternate="Text2") @Expose @Nullable public com.google.gson.JsonElement text2The text2.
-
-
Constructor Details
-
WorkbookFunctionsExactParameterSet
public WorkbookFunctionsExactParameterSet()Instiaciates a new WorkbookFunctionsExactParameterSet -
WorkbookFunctionsExactParameterSet
protected WorkbookFunctionsExactParameterSet(@Nonnull WorkbookFunctionsExactParameterSet.WorkbookFunctionsExactParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsExactParameterSet- Parameters:
builder
- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static WorkbookFunctionsExactParameterSet.WorkbookFunctionsExactParameterSetBuilder 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
-