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