Package com.microsoft.graph.models
Class WorkbookFunctionsWeibull_DistParameterSet
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsWeibull_DistParameterSet
The class for the Workbook Functions Weibull_Dist Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Fluent builder for the WorkbookFunctionsWeibull_DistParameterSet -
Field Summary
FieldsModifier and TypeFieldDescriptioncom.google.gson.JsonElement
The alpha.com.google.gson.JsonElement
The beta.com.google.gson.JsonElement
The cumulative.com.google.gson.JsonElement
The x. -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new WorkbookFunctionsWeibull_DistParameterSetprotected
WorkbookFunctionsWeibull_DistParameterSet
(WorkbookFunctionsWeibull_DistParameterSet.WorkbookFunctionsWeibull_DistParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsWeibull_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. -
alpha
@SerializedName(value="alpha", alternate="Alpha") @Expose @Nullable public com.google.gson.JsonElement alphaThe alpha. -
beta
@SerializedName(value="beta", alternate="Beta") @Expose @Nullable public com.google.gson.JsonElement betaThe beta. -
cumulative
@SerializedName(value="cumulative", alternate="Cumulative") @Expose @Nullable public com.google.gson.JsonElement cumulativeThe cumulative.
-
-
Constructor Details
-
WorkbookFunctionsWeibull_DistParameterSet
public WorkbookFunctionsWeibull_DistParameterSet()Instiaciates a new WorkbookFunctionsWeibull_DistParameterSet -
WorkbookFunctionsWeibull_DistParameterSet
protected WorkbookFunctionsWeibull_DistParameterSet(@Nonnull WorkbookFunctionsWeibull_DistParameterSet.WorkbookFunctionsWeibull_DistParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsWeibull_DistParameterSet- Parameters:
builder
- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static WorkbookFunctionsWeibull_DistParameterSet.WorkbookFunctionsWeibull_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
-