Uses of Enum Class
com.aspose.tasks.cloud.model.ResourceType
Packages that use ResourceType
-
Uses of ResourceType in com.aspose.tasks.cloud.model
Methods in com.aspose.tasks.cloud.model that return ResourceTypeModifier and TypeMethodDescriptionstatic ResourceType
Resource.getType()
The type of a resource.ResourceType.Adapter.read
(com.google.gson.stream.JsonReader jsonReader) static ResourceType
Returns the enum constant of this class with the specified name.static ResourceType[]
ResourceType.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 ResourceTypeModifier and TypeMethodDescriptionvoid
Resource.setType
(ResourceType type) Resource.type
(ResourceType type) void
ResourceType.Adapter.write
(com.google.gson.stream.JsonWriter jsonWriter, ResourceType enumeration)