Package com.microsoft.graph.models
Class WorkbookFunctionsAmorDegrcParameterSet
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsAmorDegrcParameterSet
The class for the Workbook Functions Amor Degrc Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Fluent builder for the WorkbookFunctionsAmorDegrcParameterSet -
Field Summary
FieldsModifier and TypeFieldDescriptioncom.google.gson.JsonElement
The basis.com.google.gson.JsonElement
The cost.com.google.gson.JsonElement
The date Purchased.com.google.gson.JsonElement
The first Period.com.google.gson.JsonElement
The period.com.google.gson.JsonElement
The rate.com.google.gson.JsonElement
The salvage. -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new WorkbookFunctionsAmorDegrcParameterSetprotected
WorkbookFunctionsAmorDegrcParameterSet
(WorkbookFunctionsAmorDegrcParameterSet.WorkbookFunctionsAmorDegrcParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsAmorDegrcParameterSet -
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
-
WorkbookFunctionsAmorDegrcParameterSet
public WorkbookFunctionsAmorDegrcParameterSet()Instiaciates a new WorkbookFunctionsAmorDegrcParameterSet -
WorkbookFunctionsAmorDegrcParameterSet
protected WorkbookFunctionsAmorDegrcParameterSet(@Nonnull WorkbookFunctionsAmorDegrcParameterSet.WorkbookFunctionsAmorDegrcParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsAmorDegrcParameterSet- Parameters:
builder
- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static WorkbookFunctionsAmorDegrcParameterSet.WorkbookFunctionsAmorDegrcParameterSetBuilder 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
-