Uses of Enum Class
com.aspose.tasks.cloud.model.ElementType
Packages that use ElementType
-
Uses of ElementType in com.aspose.tasks.cloud.model
Methods in com.aspose.tasks.cloud.model that return ElementTypeModifier and TypeMethodDescriptionstatic ElementType
ExtendedAttributeDefinition.getElementType()
Determines whether the extended attribute is associated with a task or a resourceElementType.Adapter.read
(com.google.gson.stream.JsonReader jsonReader) static ElementType
Returns the enum constant of this class with the specified name.static ElementType[]
ElementType.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 ElementTypeModifier and TypeMethodDescriptionExtendedAttributeDefinition.elementType
(ElementType elementType) void
ExtendedAttributeDefinition.setElementType
(ElementType elementType) void
ElementType.Adapter.write
(com.google.gson.stream.JsonWriter jsonWriter, ElementType enumeration)