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