Package com.microsoft.graph.models
Class WorkbookFunctionsDurationParameterSet
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsDurationParameterSet
The class for the Workbook Functions Duration Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classFluent builder for the WorkbookFunctionsDurationParameterSet -
Field Summary
FieldsModifier and TypeFieldDescriptioncom.google.gson.JsonElementThe basis.com.google.gson.JsonElementThe coupon.com.google.gson.JsonElementThe frequency.com.google.gson.JsonElementThe maturity.com.google.gson.JsonElementThe settlement.com.google.gson.JsonElementThe yld. -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new WorkbookFunctionsDurationParameterSetprotectedWorkbookFunctionsDurationParameterSet(WorkbookFunctionsDurationParameterSet.WorkbookFunctionsDurationParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsDurationParameterSet -
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. -
coupon
@SerializedName(value="coupon", alternate="Coupon") @Expose @Nullable public com.google.gson.JsonElement couponThe coupon. -
yld
@SerializedName(value="yld", alternate="Yld") @Expose @Nullable public com.google.gson.JsonElement yldThe yld. -
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
-
WorkbookFunctionsDurationParameterSet
public WorkbookFunctionsDurationParameterSet()Instiaciates a new WorkbookFunctionsDurationParameterSet -
WorkbookFunctionsDurationParameterSet
protected WorkbookFunctionsDurationParameterSet(@Nonnull WorkbookFunctionsDurationParameterSet.WorkbookFunctionsDurationParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsDurationParameterSet- Parameters:
builder- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static WorkbookFunctionsDurationParameterSet.WorkbookFunctionsDurationParameterSetBuilder 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
-