public class WorkbookFunctionsDegreesParameterSet
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
WorkbookFunctionsDegreesParameterSet.WorkbookFunctionsDegreesParameterSetBuilder
Fluent builder for the WorkbookFunctionsDegreesParameterSet
|
| Modifier and Type | Field and Description |
|---|---|
com.google.gson.JsonElement |
angle
The angle.
|
| Modifier | Constructor and Description |
|---|---|
|
WorkbookFunctionsDegreesParameterSet()
Instiaciates a new WorkbookFunctionsDegreesParameterSet
|
protected |
WorkbookFunctionsDegreesParameterSet(WorkbookFunctionsDegreesParameterSet.WorkbookFunctionsDegreesParameterSetBuilder builder)
Instiaciates a new WorkbookFunctionsDegreesParameterSet
|
| 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 WorkbookFunctionsDegreesParameterSet.WorkbookFunctionsDegreesParameterSetBuilder |
newBuilder()
Gets a new builder for the body
|
@SerializedName(value="angle",
alternate="Angle")
@Expose
@Nullable
public com.google.gson.JsonElement angle
public WorkbookFunctionsDegreesParameterSet()
protected WorkbookFunctionsDegreesParameterSet(@Nonnull
WorkbookFunctionsDegreesParameterSet.WorkbookFunctionsDegreesParameterSetBuilder builder)
builder - builder bearing the parameters to initialize from@Nonnull public static WorkbookFunctionsDegreesParameterSet.WorkbookFunctionsDegreesParameterSetBuilder newBuilder()
@Nonnull public java.util.List<com.microsoft.graph.options.FunctionOption> getFunctionOptions()