Package com.microsoft.graph.models
Class WorkbookFunctionsOddFPriceParameterSet
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsOddFPriceParameterSet
The class for the Workbook Functions Odd FPrice Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Fluent builder for the WorkbookFunctionsOddFPriceParameterSet -
Field Summary
FieldsModifier and TypeFieldDescriptioncom.google.gson.JsonElement
The basis.com.google.gson.JsonElement
The first Coupon.com.google.gson.JsonElement
The frequency.com.google.gson.JsonElement
The issue.com.google.gson.JsonElement
The maturity.com.google.gson.JsonElement
The rate.com.google.gson.JsonElement
The redemption.com.google.gson.JsonElement
The settlement.com.google.gson.JsonElement
The yld. -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new WorkbookFunctionsOddFPriceParameterSetprotected
WorkbookFunctionsOddFPriceParameterSet
(WorkbookFunctionsOddFPriceParameterSet.WorkbookFunctionsOddFPriceParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsOddFPriceParameterSet -
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. -
firstCoupon
@SerializedName(value="firstCoupon", alternate="FirstCoupon") @Expose @Nullable public com.google.gson.JsonElement firstCouponThe first Coupon. -
rate
@SerializedName(value="rate", alternate="Rate") @Expose @Nullable public com.google.gson.JsonElement rateThe rate. -
yld
@SerializedName(value="yld", alternate="Yld") @Expose @Nullable public com.google.gson.JsonElement yldThe yld. -
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
-
WorkbookFunctionsOddFPriceParameterSet
public WorkbookFunctionsOddFPriceParameterSet()Instiaciates a new WorkbookFunctionsOddFPriceParameterSet -
WorkbookFunctionsOddFPriceParameterSet
protected WorkbookFunctionsOddFPriceParameterSet(@Nonnull WorkbookFunctionsOddFPriceParameterSet.WorkbookFunctionsOddFPriceParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsOddFPriceParameterSet- Parameters:
builder
- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static WorkbookFunctionsOddFPriceParameterSet.WorkbookFunctionsOddFPriceParameterSetBuilder 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
-