public class WorkbookFunctionsConvertParameterSet
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
WorkbookFunctionsConvertParameterSet.WorkbookFunctionsConvertParameterSetBuilder
Fluent builder for the WorkbookFunctionsConvertParameterSet
|
| Modifier and Type | Field and Description |
|---|---|
com.google.gson.JsonElement |
fromUnit
The from Unit.
|
com.google.gson.JsonElement |
number
The number.
|
com.google.gson.JsonElement |
toUnit
The to Unit.
|
| Modifier | Constructor and Description |
|---|---|
|
WorkbookFunctionsConvertParameterSet()
Instiaciates a new WorkbookFunctionsConvertParameterSet
|
protected |
WorkbookFunctionsConvertParameterSet(WorkbookFunctionsConvertParameterSet.WorkbookFunctionsConvertParameterSetBuilder builder)
Instiaciates a new WorkbookFunctionsConvertParameterSet
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<com.microsoft.graph.options.FunctionOption> |
getFunctionOptions()
Gets the functions options from the properties that have been set
|
static WorkbookFunctionsConvertParameterSet.WorkbookFunctionsConvertParameterSetBuilder |
newBuilder()
Gets a new builder for the body
|
@SerializedName(value="number",
alternate="Number")
@Expose
@Nullable
public com.google.gson.JsonElement number
@SerializedName(value="fromUnit",
alternate="FromUnit")
@Expose
@Nullable
public com.google.gson.JsonElement fromUnit
@SerializedName(value="toUnit",
alternate="ToUnit")
@Expose
@Nullable
public com.google.gson.JsonElement toUnit
public WorkbookFunctionsConvertParameterSet()
protected WorkbookFunctionsConvertParameterSet(@Nonnull
WorkbookFunctionsConvertParameterSet.WorkbookFunctionsConvertParameterSetBuilder builder)
builder - builder bearing the parameters to initialize from@Nonnull public static WorkbookFunctionsConvertParameterSet.WorkbookFunctionsConvertParameterSetBuilder newBuilder()
@Nonnull public java.util.List<com.microsoft.graph.options.FunctionOption> getFunctionOptions()