Package com.microsoft.graph.models
Class WorkbookFunctionsAmorLincParameterSet
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsAmorLincParameterSet
The class for the Workbook Functions Amor Linc Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classFluent builder for the WorkbookFunctionsAmorLincParameterSet -
Field Summary
FieldsModifier and TypeFieldDescriptioncom.google.gson.JsonElementThe basis.com.google.gson.JsonElementThe cost.com.google.gson.JsonElementThe date Purchased.com.google.gson.JsonElementThe first Period.com.google.gson.JsonElementThe period.com.google.gson.JsonElementThe rate.com.google.gson.JsonElementThe salvage. -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new WorkbookFunctionsAmorLincParameterSetprotectedWorkbookFunctionsAmorLincParameterSet(WorkbookFunctionsAmorLincParameterSet.WorkbookFunctionsAmorLincParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsAmorLincParameterSet -
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
-
cost
@SerializedName(value="cost", alternate="Cost") @Expose @Nullable public com.google.gson.JsonElement costThe cost. -
datePurchased
@SerializedName(value="datePurchased", alternate="DatePurchased") @Expose @Nullable public com.google.gson.JsonElement datePurchasedThe date Purchased. -
firstPeriod
@SerializedName(value="firstPeriod", alternate="FirstPeriod") @Expose @Nullable public com.google.gson.JsonElement firstPeriodThe first Period. -
salvage
@SerializedName(value="salvage", alternate="Salvage") @Expose @Nullable public com.google.gson.JsonElement salvageThe salvage. -
period
@SerializedName(value="period", alternate="Period") @Expose @Nullable public com.google.gson.JsonElement periodThe period. -
rate
@SerializedName(value="rate", alternate="Rate") @Expose @Nullable public com.google.gson.JsonElement rateThe rate. -
basis
@SerializedName(value="basis", alternate="Basis") @Expose @Nullable public com.google.gson.JsonElement basisThe basis.
-
-
Constructor Details
-
WorkbookFunctionsAmorLincParameterSet
public WorkbookFunctionsAmorLincParameterSet()Instiaciates a new WorkbookFunctionsAmorLincParameterSet -
WorkbookFunctionsAmorLincParameterSet
protected WorkbookFunctionsAmorLincParameterSet(@Nonnull WorkbookFunctionsAmorLincParameterSet.WorkbookFunctionsAmorLincParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsAmorLincParameterSet- Parameters:
builder- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static WorkbookFunctionsAmorLincParameterSet.WorkbookFunctionsAmorLincParameterSetBuilder 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
-