Package com.microsoft.graph.models
Class WorkbookFunctionsGammaLnParameterSet
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsGammaLnParameterSet
The class for the Workbook Functions Gamma Ln Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Fluent builder for the WorkbookFunctionsGammaLnParameterSet -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new WorkbookFunctionsGammaLnParameterSetprotected
WorkbookFunctionsGammaLnParameterSet
(WorkbookFunctionsGammaLnParameterSet.WorkbookFunctionsGammaLnParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsGammaLnParameterSet -
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.
-
-
Constructor Details
-
WorkbookFunctionsGammaLnParameterSet
public WorkbookFunctionsGammaLnParameterSet()Instiaciates a new WorkbookFunctionsGammaLnParameterSet -
WorkbookFunctionsGammaLnParameterSet
protected WorkbookFunctionsGammaLnParameterSet(@Nonnull WorkbookFunctionsGammaLnParameterSet.WorkbookFunctionsGammaLnParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsGammaLnParameterSet- Parameters:
builder
- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static WorkbookFunctionsGammaLnParameterSet.WorkbookFunctionsGammaLnParameterSetBuilder 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
-