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