Uses of Enum Class
com.myjeeva.digitalocean.common.ResourceType
Packages that use ResourceType
-
Uses of ResourceType in com.myjeeva.digitalocean.common
Methods in com.myjeeva.digitalocean.common that return ResourceTypeModifier and TypeMethodDescriptionstatic ResourceTypestatic ResourceTypeReturns 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. -
Uses of ResourceType in com.myjeeva.digitalocean.pojo
Methods in com.myjeeva.digitalocean.pojo that return ResourceTypeMethods in com.myjeeva.digitalocean.pojo with parameters of type ResourceTypeModifier and TypeMethodDescriptionvoidAction.setResourceType(ResourceType resourceType) voidResource.setType(ResourceType type) Constructors in com.myjeeva.digitalocean.pojo with parameters of type ResourceType