Package com.microsoft.graph.models
Class WorkbookFunctionsNorm_S_InvParameterSet
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsNorm_S_InvParameterSet
The class for the Workbook Functions Norm_S_Inv Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classFluent builder for the WorkbookFunctionsNorm_S_InvParameterSet -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new WorkbookFunctionsNorm_S_InvParameterSetprotectedWorkbookFunctionsNorm_S_InvParameterSet(WorkbookFunctionsNorm_S_InvParameterSet.WorkbookFunctionsNorm_S_InvParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsNorm_S_InvParameterSet -
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
-
probability
@SerializedName(value="probability", alternate="Probability") @Expose @Nullable public com.google.gson.JsonElement probabilityThe probability.
-
-
Constructor Details
-
WorkbookFunctionsNorm_S_InvParameterSet
public WorkbookFunctionsNorm_S_InvParameterSet()Instiaciates a new WorkbookFunctionsNorm_S_InvParameterSet -
WorkbookFunctionsNorm_S_InvParameterSet
protected WorkbookFunctionsNorm_S_InvParameterSet(@Nonnull WorkbookFunctionsNorm_S_InvParameterSet.WorkbookFunctionsNorm_S_InvParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsNorm_S_InvParameterSet- Parameters:
builder- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static WorkbookFunctionsNorm_S_InvParameterSet.WorkbookFunctionsNorm_S_InvParameterSetBuilder 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
-