Package com.microsoft.graph.models
Class WorkbookFunctionsErfParameterSet
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsErfParameterSet
The class for the Workbook Functions Erf Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classFluent builder for the WorkbookFunctionsErfParameterSet -
Field Summary
FieldsModifier and TypeFieldDescriptioncom.google.gson.JsonElementThe lower Limit.com.google.gson.JsonElementThe upper Limit. -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new WorkbookFunctionsErfParameterSetprotectedWorkbookFunctionsErfParameterSet(WorkbookFunctionsErfParameterSet.WorkbookFunctionsErfParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsErfParameterSet -
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
-
lowerLimit
@SerializedName(value="lowerLimit", alternate="LowerLimit") @Expose @Nullable public com.google.gson.JsonElement lowerLimitThe lower Limit. -
upperLimit
@SerializedName(value="upperLimit", alternate="UpperLimit") @Expose @Nullable public com.google.gson.JsonElement upperLimitThe upper Limit.
-
-
Constructor Details
-
WorkbookFunctionsErfParameterSet
public WorkbookFunctionsErfParameterSet()Instiaciates a new WorkbookFunctionsErfParameterSet -
WorkbookFunctionsErfParameterSet
protected WorkbookFunctionsErfParameterSet(@Nonnull WorkbookFunctionsErfParameterSet.WorkbookFunctionsErfParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsErfParameterSet- Parameters:
builder- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static WorkbookFunctionsErfParameterSet.WorkbookFunctionsErfParameterSetBuilder 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
-