Uses of Enum Class
com.myjeeva.digitalocean.common.ActionType
Packages that use ActionType
Package
Description
-
Uses of ActionType in com.myjeeva.digitalocean
Methods in com.myjeeva.digitalocean with parameters of type ActionTypeModifier and TypeMethodDescriptionDigitalOcean.getAvailableImages(Integer pageNo, Integer perPage, ActionType type) Method returns all the available images based ontype={distribution or application}that can be accessed by your OAuth Token. -
Uses of ActionType in com.myjeeva.digitalocean.common
Methods in com.myjeeva.digitalocean.common that return ActionTypeModifier and TypeMethodDescriptionstatic ActionTypestatic ActionTypeReturns the enum constant of this class with the specified name.static ActionType[]ActionType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ActionType in com.myjeeva.digitalocean.impl
Methods in com.myjeeva.digitalocean.impl with parameters of type ActionTypeModifier and TypeMethodDescriptionDigitalOceanClient.getAvailableImages(Integer pageNo, Integer perPage, ActionType type) -
Uses of ActionType in com.myjeeva.digitalocean.pojo
Methods in com.myjeeva.digitalocean.pojo that return ActionTypeModifier and TypeMethodDescriptionAction.getType()DropletAction.getType()ImageAction.getType()VolumeAction.getType()Methods in com.myjeeva.digitalocean.pojo with parameters of type ActionTypeModifier and TypeMethodDescriptionvoidAction.setType(ActionType type) voidDropletAction.setType(ActionType type) voidImageAction.setType(ActionType type) voidVolumeAction.setType(ActionType type) Constructors in com.myjeeva.digitalocean.pojo with parameters of type ActionTypeModifierConstructorDescriptionDropletAction(ActionType type) ImageAction(ActionType type) ImageAction(ActionType type, String region) VolumeAction(ActionType type, Integer dropletId, String regionSlug) ConstructorVolumeAction(ActionType type, Integer dropletId, String regionSlug, String volumeName, Double size) ConstructorVolumeAction(ActionType type, String regionSlug, Double size) Constructor