Uses of Enum Class
com.aspose.tasks.cloud.model.SummaryRowsCalculationType
Packages that use SummaryRowsCalculationType
-
Uses of SummaryRowsCalculationType in com.aspose.tasks.cloud.model
Methods in com.aspose.tasks.cloud.model that return SummaryRowsCalculationTypeModifier and TypeMethodDescriptionstatic SummaryRowsCalculationType
ExtendedAttributeDefinition.getSummaryRowsCalculationType()
Gets or sets the type of calculation of the custom attribute's value for summary rows.SummaryRowsCalculationType.Adapter.read
(com.google.gson.stream.JsonReader jsonReader) static SummaryRowsCalculationType
Returns the enum constant of this class with the specified name.static SummaryRowsCalculationType[]
SummaryRowsCalculationType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.aspose.tasks.cloud.model with parameters of type SummaryRowsCalculationTypeModifier and TypeMethodDescriptionvoid
ExtendedAttributeDefinition.setSummaryRowsCalculationType
(SummaryRowsCalculationType summaryRowsCalculationType) ExtendedAttributeDefinition.summaryRowsCalculationType
(SummaryRowsCalculationType summaryRowsCalculationType) void
SummaryRowsCalculationType.Adapter.write
(com.google.gson.stream.JsonWriter jsonWriter, SummaryRowsCalculationType enumeration)