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