Package com.microsoft.graph.models
Class WorkbookFunctionsAtan2ParameterSet
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsAtan2ParameterSet
The class for the Workbook Functions Atan2Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classFluent builder for the WorkbookFunctionsAtan2ParameterSet -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new WorkbookFunctionsAtan2ParameterSetprotectedWorkbookFunctionsAtan2ParameterSet(WorkbookFunctionsAtan2ParameterSet.WorkbookFunctionsAtan2ParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsAtan2ParameterSet -
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
-
xNum
@SerializedName(value="xNum", alternate="XNum") @Expose @Nullable public com.google.gson.JsonElement xNumThe x Num. -
yNum
@SerializedName(value="yNum", alternate="YNum") @Expose @Nullable public com.google.gson.JsonElement yNumThe y Num.
-
-
Constructor Details
-
WorkbookFunctionsAtan2ParameterSet
public WorkbookFunctionsAtan2ParameterSet()Instiaciates a new WorkbookFunctionsAtan2ParameterSet -
WorkbookFunctionsAtan2ParameterSet
protected WorkbookFunctionsAtan2ParameterSet(@Nonnull WorkbookFunctionsAtan2ParameterSet.WorkbookFunctionsAtan2ParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsAtan2ParameterSet- Parameters:
builder- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static WorkbookFunctionsAtan2ParameterSet.WorkbookFunctionsAtan2ParameterSetBuilder 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
-