Package com.microsoft.graph.models
Class WorkbookFunctionsYieldMatParameterSet
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsYieldMatParameterSet
The class for the Workbook Functions Yield Mat Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Fluent builder for the WorkbookFunctionsYieldMatParameterSet -
Field Summary
FieldsModifier and TypeFieldDescriptioncom.google.gson.JsonElement
The basis.com.google.gson.JsonElement
The issue.com.google.gson.JsonElement
The maturity.com.google.gson.JsonElement
The pr.com.google.gson.JsonElement
The rate.com.google.gson.JsonElement
The settlement. -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new WorkbookFunctionsYieldMatParameterSetprotected
WorkbookFunctionsYieldMatParameterSet
(WorkbookFunctionsYieldMatParameterSet.WorkbookFunctionsYieldMatParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsYieldMatParameterSet -
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
-
settlement
@SerializedName(value="settlement", alternate="Settlement") @Expose @Nullable public com.google.gson.JsonElement settlementThe settlement. -
maturity
@SerializedName(value="maturity", alternate="Maturity") @Expose @Nullable public com.google.gson.JsonElement maturityThe maturity. -
issue
@SerializedName(value="issue", alternate="Issue") @Expose @Nullable public com.google.gson.JsonElement issueThe issue. -
rate
@SerializedName(value="rate", alternate="Rate") @Expose @Nullable public com.google.gson.JsonElement rateThe rate. -
pr
@SerializedName(value="pr", alternate="Pr") @Expose @Nullable public com.google.gson.JsonElement prThe pr. -
basis
@SerializedName(value="basis", alternate="Basis") @Expose @Nullable public com.google.gson.JsonElement basisThe basis.
-
-
Constructor Details
-
WorkbookFunctionsYieldMatParameterSet
public WorkbookFunctionsYieldMatParameterSet()Instiaciates a new WorkbookFunctionsYieldMatParameterSet -
WorkbookFunctionsYieldMatParameterSet
protected WorkbookFunctionsYieldMatParameterSet(@Nonnull WorkbookFunctionsYieldMatParameterSet.WorkbookFunctionsYieldMatParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsYieldMatParameterSet- Parameters:
builder
- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static WorkbookFunctionsYieldMatParameterSet.WorkbookFunctionsYieldMatParameterSetBuilder 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
-