Package com.microsoft.graph.models
Class WorkbookFunctionsConvertParameterSet
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsConvertParameterSet
The class for the Workbook Functions Convert Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classFluent builder for the WorkbookFunctionsConvertParameterSet -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new WorkbookFunctionsConvertParameterSetprotectedWorkbookFunctionsConvertParameterSet(WorkbookFunctionsConvertParameterSet.WorkbookFunctionsConvertParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsConvertParameterSet -
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
-
number
@SerializedName(value="number", alternate="Number") @Expose @Nullable public com.google.gson.JsonElement numberThe number. -
fromUnit
@SerializedName(value="fromUnit", alternate="FromUnit") @Expose @Nullable public com.google.gson.JsonElement fromUnitThe from Unit. -
toUnit
@SerializedName(value="toUnit", alternate="ToUnit") @Expose @Nullable public com.google.gson.JsonElement toUnitThe to Unit.
-
-
Constructor Details
-
WorkbookFunctionsConvertParameterSet
public WorkbookFunctionsConvertParameterSet()Instiaciates a new WorkbookFunctionsConvertParameterSet -
WorkbookFunctionsConvertParameterSet
protected WorkbookFunctionsConvertParameterSet(@Nonnull WorkbookFunctionsConvertParameterSet.WorkbookFunctionsConvertParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsConvertParameterSet- Parameters:
builder- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static WorkbookFunctionsConvertParameterSet.WorkbookFunctionsConvertParameterSetBuilder 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
-