Package com.microsoft.graph.models
Class WorkbookFunctionsGammaLn_PreciseParameterSet
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsGammaLn_PreciseParameterSet
The class for the Workbook Functions Gamma Ln_Precise Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Fluent builder for the WorkbookFunctionsGammaLn_PreciseParameterSet -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new WorkbookFunctionsGammaLn_PreciseParameterSetprotected
WorkbookFunctionsGammaLn_PreciseParameterSet
(WorkbookFunctionsGammaLn_PreciseParameterSet.WorkbookFunctionsGammaLn_PreciseParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsGammaLn_PreciseParameterSet -
Method Summary
Modifier and TypeMethodDescriptionList<com.microsoft.graph.options.FunctionOption>
Gets the functions options from the properties that have been setstatic WorkbookFunctionsGammaLn_PreciseParameterSet.WorkbookFunctionsGammaLn_PreciseParameterSetBuilder
Gets a new builder for the body
-
Field Details
-
x
@SerializedName(value="x", alternate="X") @Expose @Nullable public com.google.gson.JsonElement xThe x.
-
-
Constructor Details
-
WorkbookFunctionsGammaLn_PreciseParameterSet
public WorkbookFunctionsGammaLn_PreciseParameterSet()Instiaciates a new WorkbookFunctionsGammaLn_PreciseParameterSet -
WorkbookFunctionsGammaLn_PreciseParameterSet
protected WorkbookFunctionsGammaLn_PreciseParameterSet(@Nonnull WorkbookFunctionsGammaLn_PreciseParameterSet.WorkbookFunctionsGammaLn_PreciseParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsGammaLn_PreciseParameterSet- Parameters:
builder
- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static WorkbookFunctionsGammaLn_PreciseParameterSet.WorkbookFunctionsGammaLn_PreciseParameterSetBuilder 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
-