Package com.microsoft.graph.models
Class WorkbookFunctionsTbillPriceParameterSet
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsTbillPriceParameterSet
The class for the Workbook Functions Tbill Price Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Fluent builder for the WorkbookFunctionsTbillPriceParameterSet -
Field Summary
FieldsModifier and TypeFieldDescriptioncom.google.gson.JsonElement
The discount.com.google.gson.JsonElement
The maturity.com.google.gson.JsonElement
The settlement. -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new WorkbookFunctionsTbillPriceParameterSetprotected
WorkbookFunctionsTbillPriceParameterSet
(WorkbookFunctionsTbillPriceParameterSet.WorkbookFunctionsTbillPriceParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsTbillPriceParameterSet -
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. -
discount
@SerializedName(value="discount", alternate="Discount") @Expose @Nullable public com.google.gson.JsonElement discountThe discount.
-
-
Constructor Details
-
WorkbookFunctionsTbillPriceParameterSet
public WorkbookFunctionsTbillPriceParameterSet()Instiaciates a new WorkbookFunctionsTbillPriceParameterSet -
WorkbookFunctionsTbillPriceParameterSet
protected WorkbookFunctionsTbillPriceParameterSet(@Nonnull WorkbookFunctionsTbillPriceParameterSet.WorkbookFunctionsTbillPriceParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsTbillPriceParameterSet- Parameters:
builder
- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static WorkbookFunctionsTbillPriceParameterSet.WorkbookFunctionsTbillPriceParameterSetBuilder 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
-