Package com.microsoft.graph.models
Class WorkbookFunctionsExpon_DistParameterSet
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsExpon_DistParameterSet
The class for the Workbook Functions Expon_Dist Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classFluent builder for the WorkbookFunctionsExpon_DistParameterSet -
Field Summary
FieldsModifier and TypeFieldDescriptioncom.google.gson.JsonElementThe cumulative.com.google.gson.JsonElementThe lambda.com.google.gson.JsonElementThe x. -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new WorkbookFunctionsExpon_DistParameterSetprotectedWorkbookFunctionsExpon_DistParameterSet(WorkbookFunctionsExpon_DistParameterSet.WorkbookFunctionsExpon_DistParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsExpon_DistParameterSet -
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
-
x
@SerializedName(value="x", alternate="X") @Expose @Nullable public com.google.gson.JsonElement xThe x. -
lambda
@SerializedName(value="lambda", alternate="Lambda") @Expose @Nullable public com.google.gson.JsonElement lambdaThe lambda. -
cumulative
@SerializedName(value="cumulative", alternate="Cumulative") @Expose @Nullable public com.google.gson.JsonElement cumulativeThe cumulative.
-
-
Constructor Details
-
WorkbookFunctionsExpon_DistParameterSet
public WorkbookFunctionsExpon_DistParameterSet()Instiaciates a new WorkbookFunctionsExpon_DistParameterSet -
WorkbookFunctionsExpon_DistParameterSet
protected WorkbookFunctionsExpon_DistParameterSet(@Nonnull WorkbookFunctionsExpon_DistParameterSet.WorkbookFunctionsExpon_DistParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsExpon_DistParameterSet- Parameters:
builder- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static WorkbookFunctionsExpon_DistParameterSet.WorkbookFunctionsExpon_DistParameterSetBuilder 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
-