Uses of Enum Class
com.aspose.tasks.cloud.model.RollupType
Packages that use RollupType
-
Uses of RollupType in com.aspose.tasks.cloud.model
Methods in com.aspose.tasks.cloud.model that return RollupTypeModifier and TypeMethodDescriptionstatic RollupType
ExtendedAttributeDefinition.getRollupType()
The way rollups are calculated.RollupType.Adapter.read
(com.google.gson.stream.JsonReader jsonReader) static RollupType
Returns the enum constant of this class with the specified name.static RollupType[]
RollupType.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 RollupTypeModifier and TypeMethodDescriptionExtendedAttributeDefinition.rollupType
(RollupType rollupType) void
ExtendedAttributeDefinition.setRollupType
(RollupType rollupType) void
RollupType.Adapter.write
(com.google.gson.stream.JsonWriter jsonWriter, RollupType enumeration)