Package com.microsoft.graph.models
Class WorkbookFunctionsOddLYieldParameterSet
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsOddLYieldParameterSet
The class for the Workbook Functions Odd LYield Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classFluent builder for the WorkbookFunctionsOddLYieldParameterSet -
Field Summary
FieldsModifier and TypeFieldDescriptioncom.google.gson.JsonElementThe basis.com.google.gson.JsonElementThe frequency.com.google.gson.JsonElementThe last Interest.com.google.gson.JsonElementThe maturity.com.google.gson.JsonElementThe pr.com.google.gson.JsonElementThe rate.com.google.gson.JsonElementThe redemption.com.google.gson.JsonElementThe settlement. -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new WorkbookFunctionsOddLYieldParameterSetprotectedWorkbookFunctionsOddLYieldParameterSet(WorkbookFunctionsOddLYieldParameterSet.WorkbookFunctionsOddLYieldParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsOddLYieldParameterSet -
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. -
lastInterest
@SerializedName(value="lastInterest", alternate="LastInterest") @Expose @Nullable public com.google.gson.JsonElement lastInterestThe last Interest. -
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. -
redemption
@SerializedName(value="redemption", alternate="Redemption") @Expose @Nullable public com.google.gson.JsonElement redemptionThe redemption. -
frequency
@SerializedName(value="frequency", alternate="Frequency") @Expose @Nullable public com.google.gson.JsonElement frequencyThe frequency. -
basis
@SerializedName(value="basis", alternate="Basis") @Expose @Nullable public com.google.gson.JsonElement basisThe basis.
-
-
Constructor Details
-
WorkbookFunctionsOddLYieldParameterSet
public WorkbookFunctionsOddLYieldParameterSet()Instiaciates a new WorkbookFunctionsOddLYieldParameterSet -
WorkbookFunctionsOddLYieldParameterSet
protected WorkbookFunctionsOddLYieldParameterSet(@Nonnull WorkbookFunctionsOddLYieldParameterSet.WorkbookFunctionsOddLYieldParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsOddLYieldParameterSet- Parameters:
builder- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static WorkbookFunctionsOddLYieldParameterSet.WorkbookFunctionsOddLYieldParameterSetBuilder 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
-