DigitalOcean API Client in Java
A B C D E F G H I J K L M N P R S T U V 

A

Account - Class in com.myjeeva.digitalocean.pojo
Represents Account attributes
Account() - Constructor for class com.myjeeva.digitalocean.pojo.Account
 
Action - Class in com.myjeeva.digitalocean.pojo
Represents Action attributes
Action() - Constructor for class com.myjeeva.digitalocean.pojo.Action
 
Actions - Class in com.myjeeva.digitalocean.pojo
Represents Actions attributes
Actions() - Constructor for class com.myjeeva.digitalocean.pojo.Actions
 
ActionStatus - Enum in com.myjeeva.digitalocean.common
Enumeration of DigitalOcean Action Status
ActionType - Enum in com.myjeeva.digitalocean.common
Enumeration of DigitalOcean Droplet & Image Action Type
ApiAction - Enum in com.myjeeva.digitalocean.common
Enumeration of DigitalOcean RESTful resource information.
apiHost - Variable in class com.myjeeva.digitalocean.impl.DigitalOceanClient
DigitalOcean API Host is api.digitalocean.com
ApiRequest - Class in com.myjeeva.digitalocean.impl
Represents DigitalOcean API Request details
ApiRequest() - Constructor for class com.myjeeva.digitalocean.impl.ApiRequest
Default Constructor
ApiRequest(ApiAction) - Constructor for class com.myjeeva.digitalocean.impl.ApiRequest
Constructor
ApiRequest(ApiAction, Object[]) - Constructor for class com.myjeeva.digitalocean.impl.ApiRequest
Constructor
ApiRequest(ApiAction, Integer, Integer) - Constructor for class com.myjeeva.digitalocean.impl.ApiRequest
Constructor
ApiRequest(ApiAction, Integer, Map<String, String>, Integer) - Constructor for class com.myjeeva.digitalocean.impl.ApiRequest
Constructor
ApiRequest(ApiAction, Object) - Constructor for class com.myjeeva.digitalocean.impl.ApiRequest
Constructor
ApiRequest(ApiAction, Object[], Integer, Integer) - Constructor for class com.myjeeva.digitalocean.impl.ApiRequest
Constructor
ApiRequest(ApiAction, Object, Object[]) - Constructor for class com.myjeeva.digitalocean.impl.ApiRequest
Constructor
ApiRequest(ApiAction, Object, Object[], Integer, Map<String, String>, Integer) - Constructor for class com.myjeeva.digitalocean.impl.ApiRequest
Constructor
ApiResponse - Class in com.myjeeva.digitalocean.impl
Represents DigitalOcean API Response details
ApiResponse() - Constructor for class com.myjeeva.digitalocean.impl.ApiResponse
Default Constructor
ApiResponse(ApiAction, boolean) - Constructor for class com.myjeeva.digitalocean.impl.ApiResponse
Constructor
ApiResponse(ApiAction, Object, boolean) - Constructor for class com.myjeeva.digitalocean.impl.ApiResponse
Constructor
apiVersion - Variable in class com.myjeeva.digitalocean.impl.DigitalOceanClient
DigitalOcean API version.
assignFloatingIP(Integer, String) - Method in interface com.myjeeva.digitalocean.DigitalOcean
Method will assign Floating IP to a Droplet.
assignFloatingIP(Integer, String) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
authToken - Variable in class com.myjeeva.digitalocean.impl.DigitalOceanClient
OAuth Authorization Token for Accessing DigitalOcean API

B

Backup - Class in com.myjeeva.digitalocean.pojo
Represents backup attributes of Droplet
Backup() - Constructor for class com.myjeeva.digitalocean.pojo.Backup
 
Backups - Class in com.myjeeva.digitalocean.pojo
Represents Backups attributes
Backups() - Constructor for class com.myjeeva.digitalocean.pojo.Backups
 
Base - Class in com.myjeeva.digitalocean.pojo
Represents Meta and Links attributes in Base class
Base() - Constructor for class com.myjeeva.digitalocean.pojo.Base
 

C

changeDropletKernel(Integer, Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
Method changes a OS kernel for given droplet
changeDropletKernel(Integer, Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
com.myjeeva.digitalocean - package com.myjeeva.digitalocean
 
com.myjeeva.digitalocean.common - package com.myjeeva.digitalocean.common
 
com.myjeeva.digitalocean.exception - package com.myjeeva.digitalocean.exception
 
com.myjeeva.digitalocean.http.client.methods - package com.myjeeva.digitalocean.http.client.methods
 
com.myjeeva.digitalocean.impl - package com.myjeeva.digitalocean.impl
 
com.myjeeva.digitalocean.pojo - package com.myjeeva.digitalocean.pojo
 
com.myjeeva.digitalocean.serializer - package com.myjeeva.digitalocean.serializer
 
Constants - Interface in com.myjeeva.digitalocean.common
DigitalOcean API client Constants
convertImage(Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
Method allows you to convert image into snapshot
convertImage(Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
createDomain(Domain) - Method in interface com.myjeeva.digitalocean.DigitalOcean
Method creates a new domain name with an A record for the specified [ip_address].
createDomain(Domain) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
createDomainRecord(String, DomainRecord) - Method in interface com.myjeeva.digitalocean.DigitalOcean
Method creates a new domain record name with an given domain record values
createDomainRecord(String, DomainRecord) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
createDroplet(Droplet) - Method in interface com.myjeeva.digitalocean.DigitalOcean
Method allows you to create a new droplet.
createDroplet(Droplet) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
createDroplets(Droplet) - Method in interface com.myjeeva.digitalocean.DigitalOcean
Method allows you to create multiple droplets simultaneously.
createDroplets(Droplet) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
createFloatingIP(Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
Method creates a new Floating IP and assigns to the Droplet.
createFloatingIP(String) - Method in interface com.myjeeva.digitalocean.DigitalOcean
Method creates a new Floating IP and its reserved to a Region
createFloatingIP(Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
createFloatingIP(String) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
createKey(Key) - Method in interface com.myjeeva.digitalocean.DigitalOcean
Method allows you to add a new public SSH key to your account
createKey(Key) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
createTag(String) - Method in interface com.myjeeva.digitalocean.DigitalOcean
Method will create a Tag on DigitalOcean aacount.
createTag(String) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
CustomHttpDelete - Class in com.myjeeva.digitalocean.http.client.methods
Custom delete HTTP client method with Payload support.
CustomHttpDelete(URI) - Constructor for class com.myjeeva.digitalocean.http.client.methods.CustomHttpDelete
 
CustomHttpDelete(String) - Constructor for class com.myjeeva.digitalocean.http.client.methods.CustomHttpDelete
 

D

DATE_FORMAT - Static variable in interface com.myjeeva.digitalocean.common.Constants
 
Delete - Class in com.myjeeva.digitalocean.pojo
Represents HTTP Method - DELETE response handling
Delete() - Constructor for class com.myjeeva.digitalocean.pojo.Delete
Default Constructor
Delete(Boolean) - Constructor for class com.myjeeva.digitalocean.pojo.Delete
Parameterized Constructor
deleteDomain(String) - Method in interface com.myjeeva.digitalocean.DigitalOcean
Method deletes the specified domain from DNS control panel
deleteDomain(String) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
deleteDomainRecord(String, Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
Method deletes the specified domain record from domain.
deleteDomainRecord(String, Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
deleteDroplet(Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
Method destroys one of your droplet; this is irreversible.
deleteDroplet(Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
deleteFloatingIP(String) - Method in interface com.myjeeva.digitalocean.DigitalOcean
Method deletes the Floating IP and removes it from your account.
deleteFloatingIP(String) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
deleteImage(Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
Method allows you to deletes an image.
deleteImage(Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
deleteKey(Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
Method will delete the SSH key from your account.
deleteKey(String) - Method in interface com.myjeeva.digitalocean.DigitalOcean
Method will delete the SSH key from your account.
deleteKey(Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
deleteKey(String) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
deleteTag(String) - Method in interface com.myjeeva.digitalocean.DigitalOcean
Method deletes the existing Tag from DigitalOcean account.
deleteTag(String) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
DigitalOcean - Interface in com.myjeeva.digitalocean
DigitalOcean API client in Java
DigitalOceanClient - Class in com.myjeeva.digitalocean.impl
DigitalOcean API client wrapper methods Implementation
DigitalOceanClient(String) - Constructor for class com.myjeeva.digitalocean.impl.DigitalOceanClient
DigitalOcean Client Constructor
DigitalOceanClient(String, String) - Constructor for class com.myjeeva.digitalocean.impl.DigitalOceanClient
DigitalOcean Client Constructor
DigitalOceanClient(String, String, CloseableHttpClient) - Constructor for class com.myjeeva.digitalocean.impl.DigitalOceanClient
DigitalOcean Client Constructor
DigitalOceanException - Exception in com.myjeeva.digitalocean.exception
DigitalOceanException will be thrown, when request had interruption [ HTTP status code >= 400 && < 510] DigitalOcean API
DigitalOceanException(String) - Constructor for exception com.myjeeva.digitalocean.exception.DigitalOceanException
 
DigitalOceanException(String, Throwable) - Constructor for exception com.myjeeva.digitalocean.exception.DigitalOceanException
 
DigitalOceanException(String, String, int) - Constructor for exception com.myjeeva.digitalocean.exception.DigitalOceanException
 
disableDropletBackups(Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
Method disables automatic backups from running to backup your droplet's data.
disableDropletBackups(Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
Domain - Class in com.myjeeva.digitalocean.pojo
Represents Domain (TLD) attributes of DigitalOcean DNS.
Domain() - Constructor for class com.myjeeva.digitalocean.pojo.Domain
 
Domain(String, String) - Constructor for class com.myjeeva.digitalocean.pojo.Domain
 
DomainRecord - Class in com.myjeeva.digitalocean.pojo
Represents DomainRecord (TLD) Record attributes of DigitalOcean DNS.
DomainRecord() - Constructor for class com.myjeeva.digitalocean.pojo.DomainRecord
 
DomainRecord(String) - Constructor for class com.myjeeva.digitalocean.pojo.DomainRecord
 
DomainRecord(String, String) - Constructor for class com.myjeeva.digitalocean.pojo.DomainRecord
 
DomainRecord(String, String, String) - Constructor for class com.myjeeva.digitalocean.pojo.DomainRecord
 
DomainRecord(String, String, String, String, Integer, Integer) - Constructor for class com.myjeeva.digitalocean.pojo.DomainRecord
 
DomainRecords - Class in com.myjeeva.digitalocean.pojo
Represents Domain Records attributes
DomainRecords() - Constructor for class com.myjeeva.digitalocean.pojo.DomainRecords
 
Domains - Class in com.myjeeva.digitalocean.pojo
Represents Domains attributes
Domains() - Constructor for class com.myjeeva.digitalocean.pojo.Domains
 
Droplet - Class in com.myjeeva.digitalocean.pojo
Represents Droplet attributes of DigitalOcean.
Droplet() - Constructor for class com.myjeeva.digitalocean.pojo.Droplet
 
DropletAction - Class in com.myjeeva.digitalocean.pojo
Represents Droplet Actions like reboot, powercycle, power on , power off, etc.
DropletAction() - Constructor for class com.myjeeva.digitalocean.pojo.DropletAction
 
DropletAction(ActionType) - Constructor for class com.myjeeva.digitalocean.pojo.DropletAction
 
Droplets - Class in com.myjeeva.digitalocean.pojo
Represents Droplets attributes
Droplets() - Constructor for class com.myjeeva.digitalocean.pojo.Droplets
 
DropletSerializer - Class in com.myjeeva.digitalocean.serializer
Serializer for droplet class
DropletSerializer() - Constructor for class com.myjeeva.digitalocean.serializer.DropletSerializer
 
DropletStatus - Enum in com.myjeeva.digitalocean.common
Enumeration of DigitalOcean droplet states.

E

enableDropletBackups(Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
Method enables automatic backups for your droplet's data.
enableDropletBackups(Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
enableDropletIpv6(Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
Enabling IP v6 networking capability for droplet.
enableDropletIpv6(Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
enableDropletPrivateNetworking(Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
Enabling private networking capability for droplet.
enableDropletPrivateNetworking(Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 

F

FloatingIP - Class in com.myjeeva.digitalocean.pojo
Represents Floating IP object
FloatingIP() - Constructor for class com.myjeeva.digitalocean.pojo.FloatingIP
 
FloatingIPAction - Class in com.myjeeva.digitalocean.pojo
Represents Floating IP Action attributes
FloatingIPAction() - Constructor for class com.myjeeva.digitalocean.pojo.FloatingIPAction
 
FloatingIPAction(Integer) - Constructor for class com.myjeeva.digitalocean.pojo.FloatingIPAction
 
FloatingIPAction(String) - Constructor for class com.myjeeva.digitalocean.pojo.FloatingIPAction
 
FloatingIPAction(Integer, String) - Constructor for class com.myjeeva.digitalocean.pojo.FloatingIPAction
 
FloatingIPAction(Integer, String, String) - Constructor for class com.myjeeva.digitalocean.pojo.FloatingIPAction
 
FloatingIPs - Class in com.myjeeva.digitalocean.pojo
Represents Floatung IPs attributes
FloatingIPs() - Constructor for class com.myjeeva.digitalocean.pojo.FloatingIPs
 
FORM_URLENCODED_CONTENT_TYPE - Static variable in interface com.myjeeva.digitalocean.common.Constants
 
fromValue(String) - Static method in enum com.myjeeva.digitalocean.common.ActionStatus
 
fromValue(String) - Static method in enum com.myjeeva.digitalocean.common.ActionType
 
fromValue(String) - Static method in enum com.myjeeva.digitalocean.common.DropletStatus
 
fromValue(String) - Static method in enum com.myjeeva.digitalocean.common.ImageType
 
fromValue(String) - Static method in enum com.myjeeva.digitalocean.common.ResourceType
 

G

getAccountInfo() - Method in interface com.myjeeva.digitalocean.DigitalOcean
Method returns account information for provided credentials
getAccountInfo() - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
getActionInfo(Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
To retrieve a specific action information by action ID
getActionInfo(Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
getActions() - Method in class com.myjeeva.digitalocean.pojo.Actions
 
getActions() - Method in class com.myjeeva.digitalocean.pojo.Links
 
getAllDropletNeighbors(Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
For an entire account; Method retrieves a list of any droplets that are running on the same physical server (any other droplets that share the same physical hardware).
getAllDropletNeighbors(Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
getApiAction() - Method in class com.myjeeva.digitalocean.impl.ApiRequest
 
getApiAction() - Method in class com.myjeeva.digitalocean.impl.ApiResponse
 
getApiVersion() - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
getAuthToken() - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
getAvailableActions(Integer, Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
Method return all the action informations, regardless of categories.
getAvailableActions(Integer, Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
getAvailableBackups(Integer, Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
Method returns all available snapshots for given droplet ID
getAvailableBackups(Integer, Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
getAvailableDomains(Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
Method returns all of your available domains from DNS control panel
getAvailableDomains(Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
getAvailableDropletActions(Integer, Integer, Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
Method return all the action informations; specific to given Droplet Id
getAvailableDropletActions(Integer, Integer, Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
getAvailableDroplets(Integer, Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
Method returns all active droplets that are currently running in your account.
getAvailableDroplets(Integer, Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
getAvailableFloatingIPActions(String, Integer, Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
Method retrives all actions that have been executed on a Floating IP address.
getAvailableFloatingIPActions(String, Integer, Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
getAvailableFloatingIPs(Integer, Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
Method will list all of the Floating IPs available from your account.
getAvailableFloatingIPs(Integer, Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
getAvailableImageActions(Integer, Integer, Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
Method return all the action informations; specific to given Image Id
getAvailableImageActions(Integer, Integer, Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
getAvailableImages(Integer, Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
Method returns all the available images that can be accessed by your OAuth Token.
getAvailableImages(Integer, Integer, ActionType) - Method in interface com.myjeeva.digitalocean.DigitalOcean
Method returns all the available images based on type={distribution or application} that can be accessed by your OAuth Token.
getAvailableImages(Integer, Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
getAvailableImages(Integer, Integer, ActionType) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
getAvailableKernels(Integer, Integer, Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
Method returns all available kernels for given droplet ID
getAvailableKernels(Integer, Integer, Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
getAvailableKeys(Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
Method lists all the available public SSH keys in your account that can be added to a droplet.
getAvailableKeys(Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
getAvailableRegions(Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
Method returns all the available regions within the DigitalOcean cloud.
getAvailableRegions(Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
getAvailableSizes(Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
Method returns all the available sizes that can be used to create a droplet.
getAvailableSizes(Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
getAvailableSnapshots(Integer, Integer, Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
Method returns all available snapshots for given droplet ID
getAvailableSnapshots(Integer, Integer, Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
getAvailableTags(Integer, Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
Method will list all of the Tags available from your account.
getAvailableTags(Integer, Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
getBackupIds() - Method in class com.myjeeva.digitalocean.pojo.Droplet
 
getBackups() - Method in class com.myjeeva.digitalocean.pojo.Backups
 
getClazz() - Method in enum com.myjeeva.digitalocean.common.ApiAction
 
getClazz() - Method in class com.myjeeva.digitalocean.impl.ApiRequest
 
getCompletedAt() - Method in class com.myjeeva.digitalocean.pojo.Action
 
getCount() - Method in class com.myjeeva.digitalocean.pojo.TagDropletResource
 
getCreatedDate() - Method in class com.myjeeva.digitalocean.pojo.Droplet
 
getCreatedDate() - Method in class com.myjeeva.digitalocean.pojo.Image
 
getData() - Method in class com.myjeeva.digitalocean.impl.ApiRequest
 
getData() - Method in class com.myjeeva.digitalocean.impl.ApiResponse
 
getData() - Method in class com.myjeeva.digitalocean.pojo.DomainRecord
 
getDiskSize() - Method in class com.myjeeva.digitalocean.pojo.Droplet
 
getDiskSize() - Method in class com.myjeeva.digitalocean.pojo.Size
 
getDistribution() - Method in class com.myjeeva.digitalocean.pojo.Image
 
getDomainInfo(String) - Method in interface com.myjeeva.digitalocean.DigitalOcean
Method returns the specified domain attributes and zone file info.
getDomainInfo(String) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
getDomainRecordInfo(String, Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
Method returns the specified domain record.
getDomainRecordInfo(String, Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
getDomainRecords(String, Integer, Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
Method returns all of your current domain records from DNS control panel for given domain.
getDomainRecords(String, Integer, Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
getDomainRecords() - Method in class com.myjeeva.digitalocean.pojo.DomainRecords
 
getDomains() - Method in class com.myjeeva.digitalocean.pojo.Domains
 
getDroplet() - Method in class com.myjeeva.digitalocean.pojo.FloatingIP
 
getDropletId() - Method in class com.myjeeva.digitalocean.pojo.FloatingIPAction
 
getDropletInfo(Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
Method returns complete information for given droplet ID
getDropletInfo(Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
getDropletLimit() - Method in class com.myjeeva.digitalocean.pojo.Account
 
getDropletNeighbors(Integer, Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
For an individual droplet; Method retrieves a list of droplets that are running on the same physical server (any other droplets that share the same physical hardware).
getDropletNeighbors(Integer, Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
getDroplets() - Method in class com.myjeeva.digitalocean.pojo.Droplets
 
getDroplets() - Method in class com.myjeeva.digitalocean.pojo.TagResource
 
getElementName() - Method in enum com.myjeeva.digitalocean.common.ApiAction
 
getElementName() - Method in class com.myjeeva.digitalocean.impl.ApiRequest
 
getEmail() - Method in class com.myjeeva.digitalocean.pojo.Account
 
getEnableBackup() - Method in class com.myjeeva.digitalocean.pojo.Droplet
 
getEnableIpv6() - Method in class com.myjeeva.digitalocean.pojo.Droplet
 
getEnablePrivateNetworking() - Method in class com.myjeeva.digitalocean.pojo.Droplet
 
getFeatures() - Method in class com.myjeeva.digitalocean.pojo.Droplet
 
getFeatures() - Method in class com.myjeeva.digitalocean.pojo.Region
 
getFingerprint() - Method in class com.myjeeva.digitalocean.pojo.Key
 
getFirst() - Method in class com.myjeeva.digitalocean.pojo.Pages
 
getFloatingIPActionInfo(String, Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
Method to retrieve the status of a Floating IP action.
getFloatingIPActionInfo(String, Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
getFloatingIPInfo(String) - Method in interface com.myjeeva.digitalocean.DigitalOcean
Method retrieves the information about given Floating IP
getFloatingIPInfo(String) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
getFloatingIPLimit() - Method in class com.myjeeva.digitalocean.pojo.Account
 
getFloatingIPs() - Method in class com.myjeeva.digitalocean.pojo.FloatingIPs
 
getGateway() - Method in class com.myjeeva.digitalocean.pojo.Network
 
getHref() - Method in class com.myjeeva.digitalocean.pojo.LinkAction
 
getHttpClient() - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
getHttpStatusCode() - Method in exception com.myjeeva.digitalocean.exception.DigitalOceanException
 
getId() - Method in exception com.myjeeva.digitalocean.exception.DigitalOceanException
 
getId() - Method in class com.myjeeva.digitalocean.pojo.Action
 
getId() - Method in class com.myjeeva.digitalocean.pojo.DomainRecord
 
getId() - Method in class com.myjeeva.digitalocean.pojo.Droplet
 
getId() - Method in class com.myjeeva.digitalocean.pojo.Image
 
getId() - Method in class com.myjeeva.digitalocean.pojo.Kernel
 
getId() - Method in class com.myjeeva.digitalocean.pojo.Key
 
getId() - Method in class com.myjeeva.digitalocean.pojo.LinkAction
 
getId() - Method in class com.myjeeva.digitalocean.pojo.Resource
 
getImage() - Method in class com.myjeeva.digitalocean.pojo.Droplet
 
getImage() - Method in class com.myjeeva.digitalocean.pojo.DropletAction
 
getImageInfo(Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
Method retrieves the attributes of an image.
getImageInfo(String) - Method in interface com.myjeeva.digitalocean.DigitalOcean
Method retrieves the attributes of an image.
getImageInfo(Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
getImageInfo(String) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
getImages() - Method in class com.myjeeva.digitalocean.pojo.Images
 
getIp() - Method in class com.myjeeva.digitalocean.pojo.FloatingIP
 
getIpAddress() - Method in class com.myjeeva.digitalocean.pojo.Domain
 
getIpAddress() - Method in class com.myjeeva.digitalocean.pojo.Network
 
getIsRequestSuccess() - Method in class com.myjeeva.digitalocean.pojo.Response
 
getKernel() - Method in class com.myjeeva.digitalocean.pojo.Droplet
 
getKernel() - Method in class com.myjeeva.digitalocean.pojo.DropletAction
 
getKernels() - Method in class com.myjeeva.digitalocean.pojo.Kernels
 
getKeyInfo(Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
Method shows a specific public SSH key information from your account that can be added to a droplet.
getKeyInfo(String) - Method in interface com.myjeeva.digitalocean.DigitalOcean
Method shows a specific public SSH key information from your account that can be added to a droplet.
getKeyInfo(Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
getKeyInfo(String) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
getKeys() - Method in class com.myjeeva.digitalocean.pojo.Droplet
 
getKeys() - Method in class com.myjeeva.digitalocean.pojo.Keys
 
getLast() - Method in class com.myjeeva.digitalocean.pojo.Pages
 
getLastTagged() - Method in class com.myjeeva.digitalocean.pojo.TagDropletResource
 
getLimit() - Method in class com.myjeeva.digitalocean.pojo.RateLimit
 
getLinks() - Method in class com.myjeeva.digitalocean.pojo.Base
 
getMemorySizeInMb() - Method in class com.myjeeva.digitalocean.pojo.Droplet
 
getMemorySizeInMb() - Method in class com.myjeeva.digitalocean.pojo.Size
 
getMeta() - Method in class com.myjeeva.digitalocean.pojo.Base
 
getMethod() - Method in enum com.myjeeva.digitalocean.common.ApiAction
 
getMethod() - Method in class com.myjeeva.digitalocean.http.client.methods.CustomHttpDelete
 
getMethod() - Method in class com.myjeeva.digitalocean.impl.ApiRequest
 
getMinDiskSize() - Method in class com.myjeeva.digitalocean.pojo.Image
 
getName() - Method in class com.myjeeva.digitalocean.pojo.Domain
 
getName() - Method in class com.myjeeva.digitalocean.pojo.DomainRecord
 
getName() - Method in class com.myjeeva.digitalocean.pojo.Droplet
 
getName() - Method in class com.myjeeva.digitalocean.pojo.DropletAction
 
getName() - Method in class com.myjeeva.digitalocean.pojo.Image
 
getName() - Method in class com.myjeeva.digitalocean.pojo.Kernel
 
getName() - Method in class com.myjeeva.digitalocean.pojo.Key
 
getName() - Method in class com.myjeeva.digitalocean.pojo.Region
 
getName() - Method in class com.myjeeva.digitalocean.pojo.Tag
 
getNames() - Method in class com.myjeeva.digitalocean.pojo.Droplet
 
getNeighbors() - Method in class com.myjeeva.digitalocean.pojo.Neighbors
 
getNetmask() - Method in class com.myjeeva.digitalocean.pojo.Network
 
getNetworks() - Method in class com.myjeeva.digitalocean.pojo.Droplet
 
getNext() - Method in class com.myjeeva.digitalocean.pojo.Pages
 
getPageNo() - Method in class com.myjeeva.digitalocean.impl.ApiRequest
 
getPages() - Method in class com.myjeeva.digitalocean.pojo.Links
 
getPath() - Method in enum com.myjeeva.digitalocean.common.ApiAction
 
getPath() - Method in class com.myjeeva.digitalocean.impl.ApiRequest
 
getPathParams() - Method in class com.myjeeva.digitalocean.impl.ApiRequest
 
getPerPage() - Method in class com.myjeeva.digitalocean.impl.ApiRequest
 
getPort() - Method in class com.myjeeva.digitalocean.pojo.DomainRecord
 
getPrev() - Method in class com.myjeeva.digitalocean.pojo.Pages
 
getPriceHourly() - Method in class com.myjeeva.digitalocean.pojo.Size
 
getPriceMonthly() - Method in class com.myjeeva.digitalocean.pojo.Size
 
getPriority() - Method in class com.myjeeva.digitalocean.pojo.DomainRecord
 
getPublicKey() - Method in class com.myjeeva.digitalocean.pojo.Key
 
getQueryParams() - Method in class com.myjeeva.digitalocean.impl.ApiRequest
 
getRateLimit() - Method in class com.myjeeva.digitalocean.pojo.RateLimitBase
 
getRegion() - Method in class com.myjeeva.digitalocean.pojo.Action
 
getRegion() - Method in class com.myjeeva.digitalocean.pojo.Droplet
 
getRegion() - Method in class com.myjeeva.digitalocean.pojo.FloatingIP
 
getRegion() - Method in class com.myjeeva.digitalocean.pojo.FloatingIPAction
 
getRegion() - Method in class com.myjeeva.digitalocean.pojo.ImageAction
 
getRegions() - Method in class com.myjeeva.digitalocean.pojo.Image
 
getRegions() - Method in class com.myjeeva.digitalocean.pojo.Regions
 
getRegions() - Method in class com.myjeeva.digitalocean.pojo.Size
 
getRegionSlug() - Method in class com.myjeeva.digitalocean.pojo.Action
 
getRel() - Method in class com.myjeeva.digitalocean.pojo.LinkAction
 
getRemaining() - Method in class com.myjeeva.digitalocean.pojo.RateLimit
 
getReset() - Method in class com.myjeeva.digitalocean.pojo.RateLimit
 
getResourceId() - Method in class com.myjeeva.digitalocean.pojo.Action
 
getResources() - Method in class com.myjeeva.digitalocean.pojo.Resources
 
getResources() - Method in class com.myjeeva.digitalocean.pojo.Tag
 
getResourceType() - Method in class com.myjeeva.digitalocean.pojo.Action
 
getSize() - Method in class com.myjeeva.digitalocean.pojo.Droplet
 
getSize() - Method in class com.myjeeva.digitalocean.pojo.DropletAction
 
getSizes() - Method in class com.myjeeva.digitalocean.pojo.Region
 
getSizes() - Method in class com.myjeeva.digitalocean.pojo.Sizes
 
getSlug() - Method in class com.myjeeva.digitalocean.pojo.Image
 
getSlug() - Method in class com.myjeeva.digitalocean.pojo.Region
 
getSlug() - Method in class com.myjeeva.digitalocean.pojo.Size
 
getSnapshotIds() - Method in class com.myjeeva.digitalocean.pojo.Droplet
 
getSnapshots() - Method in class com.myjeeva.digitalocean.pojo.Snapshots
 
getStartedAt() - Method in class com.myjeeva.digitalocean.pojo.Action
 
getStatus() - Method in class com.myjeeva.digitalocean.pojo.Account
 
getStatus() - Method in class com.myjeeva.digitalocean.pojo.Action
 
getStatus() - Method in class com.myjeeva.digitalocean.pojo.Droplet
 
getStatusCode() - Method in class com.myjeeva.digitalocean.pojo.Response
 
getStatusMessage() - Method in class com.myjeeva.digitalocean.pojo.Account
 
getTag(String) - Method in interface com.myjeeva.digitalocean.DigitalOcean
Method retrieves the Tag from DigitalOcean account.
getTag(String) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
getTags() - Method in class com.myjeeva.digitalocean.pojo.Tags
 
getTimeToLive() - Method in class com.myjeeva.digitalocean.pojo.Domain
 
getTotal() - Method in class com.myjeeva.digitalocean.pojo.Meta
 
getTransfer() - Method in class com.myjeeva.digitalocean.pojo.Size
 
getType() - Method in class com.myjeeva.digitalocean.pojo.Action
 
getType() - Method in class com.myjeeva.digitalocean.pojo.DomainRecord
 
getType() - Method in class com.myjeeva.digitalocean.pojo.DropletAction
 
getType() - Method in class com.myjeeva.digitalocean.pojo.FloatingIPAction
 
getType() - Method in class com.myjeeva.digitalocean.pojo.Image
 
getType() - Method in class com.myjeeva.digitalocean.pojo.ImageAction
 
getType() - Method in class com.myjeeva.digitalocean.pojo.Network
 
getType() - Method in class com.myjeeva.digitalocean.pojo.Resource
 
getUserData() - Method in class com.myjeeva.digitalocean.pojo.Droplet
 
getUserImages(Integer, Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
Method retrieves only the private images of a user
getUserImages(Integer, Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
getUuid() - Method in class com.myjeeva.digitalocean.pojo.Account
 
getVersion() - Method in class com.myjeeva.digitalocean.pojo.Kernel
 
getVersion4Networks() - Method in class com.myjeeva.digitalocean.pojo.Networks
 
getVersion6Networks() - Method in class com.myjeeva.digitalocean.pojo.Networks
 
getVirutalCpuCount() - Method in class com.myjeeva.digitalocean.pojo.Droplet
 
getVirutalCpuCount() - Method in class com.myjeeva.digitalocean.pojo.Size
 
getWeight() - Method in class com.myjeeva.digitalocean.pojo.DomainRecord
 
getZoneFile() - Method in class com.myjeeva.digitalocean.pojo.Domain
 

H

HDR_AUTHORIZATION - Static variable in interface com.myjeeva.digitalocean.common.Constants
 
HDR_CONTENT_TYPE - Static variable in interface com.myjeeva.digitalocean.common.Constants
 
HDR_RATE_LIMIT - Static variable in interface com.myjeeva.digitalocean.common.Constants
 
HDR_RATE_REMAINING - Static variable in interface com.myjeeva.digitalocean.common.Constants
 
HDR_RATE_RESET - Static variable in interface com.myjeeva.digitalocean.common.Constants
 
HDR_USER_AGENT - Static variable in interface com.myjeeva.digitalocean.common.Constants
 
httpClient - Variable in class com.myjeeva.digitalocean.impl.DigitalOceanClient
Http client
HTTPS_SCHEME - Static variable in interface com.myjeeva.digitalocean.common.Constants
 

I

Image - Class in com.myjeeva.digitalocean.pojo
Represents Droplet Image (also public images aka Distribution) attributes of DigitalOcean (distribution, snapshots or backups).
Image() - Constructor for class com.myjeeva.digitalocean.pojo.Image
 
Image(Integer) - Constructor for class com.myjeeva.digitalocean.pojo.Image
 
Image(String) - Constructor for class com.myjeeva.digitalocean.pojo.Image
 
ImageAction - Class in com.myjeeva.digitalocean.pojo
Represents Image Actions like transfer.
ImageAction() - Constructor for class com.myjeeva.digitalocean.pojo.ImageAction
 
ImageAction(ActionType) - Constructor for class com.myjeeva.digitalocean.pojo.ImageAction
 
ImageAction(ActionType, String) - Constructor for class com.myjeeva.digitalocean.pojo.ImageAction
 
Images - Class in com.myjeeva.digitalocean.pojo
Represents Images attributes
Images() - Constructor for class com.myjeeva.digitalocean.pojo.Images
 
ImageType - Enum in com.myjeeva.digitalocean.common
Enumeration of DigitalOcean Image Types
isActive() - Method in class com.myjeeva.digitalocean.pojo.Droplet
 
isArchived() - Method in class com.myjeeva.digitalocean.pojo.Droplet
 
isAvailable() - Method in class com.myjeeva.digitalocean.pojo.Region
 
isAvailable() - Method in class com.myjeeva.digitalocean.pojo.Size
 
isAvailablePublic() - Method in class com.myjeeva.digitalocean.pojo.Image
 
isBackup() - Method in class com.myjeeva.digitalocean.pojo.Image
 
isCollectionElement() - Method in class com.myjeeva.digitalocean.impl.ApiRequest
 
isDataExists() - Method in class com.myjeeva.digitalocean.impl.ApiResponse
 
isEmailVerified() - Method in class com.myjeeva.digitalocean.pojo.Account
 
isLocked() - Method in class com.myjeeva.digitalocean.pojo.Droplet
 
isLocked() - Method in class com.myjeeva.digitalocean.pojo.FloatingIP
 
isNew() - Method in class com.myjeeva.digitalocean.pojo.Droplet
 
isOff() - Method in class com.myjeeva.digitalocean.pojo.Droplet
 
isRequestSuccess() - Method in class com.myjeeva.digitalocean.impl.ApiResponse
 
isSnapshot() - Method in class com.myjeeva.digitalocean.pojo.Image
 
isTemporary() - Method in class com.myjeeva.digitalocean.pojo.Image
Deprecated.

J

JSON_CONTENT_TYPE - Static variable in interface com.myjeeva.digitalocean.common.Constants
 

K

Kernel - Class in com.myjeeva.digitalocean.pojo
Represents DigitalOcean Kernel attributes
Kernel() - Constructor for class com.myjeeva.digitalocean.pojo.Kernel
 
Kernels - Class in com.myjeeva.digitalocean.pojo
Represents Kernels attributes
Kernels() - Constructor for class com.myjeeva.digitalocean.pojo.Kernels
 
Key - Class in com.myjeeva.digitalocean.pojo
Represents SSH Key attributes of DigitalOcean.
Key() - Constructor for class com.myjeeva.digitalocean.pojo.Key
 
Key(Integer) - Constructor for class com.myjeeva.digitalocean.pojo.Key
 
Key(String) - Constructor for class com.myjeeva.digitalocean.pojo.Key
 
Key(String, String) - Constructor for class com.myjeeva.digitalocean.pojo.Key
 
Keys - Class in com.myjeeva.digitalocean.pojo
Represents Keys attributes
Keys() - Constructor for class com.myjeeva.digitalocean.pojo.Keys
 

L

LinkAction - Class in com.myjeeva.digitalocean.pojo
Represents Action attributes in the Links Actions section
LinkAction() - Constructor for class com.myjeeva.digitalocean.pojo.LinkAction
 
Links - Class in com.myjeeva.digitalocean.pojo
Represents Links attributes
Links() - Constructor for class com.myjeeva.digitalocean.pojo.Links
 

M

Meta - Class in com.myjeeva.digitalocean.pojo
Represents Meta attributes
Meta() - Constructor for class com.myjeeva.digitalocean.pojo.Meta
 

N

Neighbors - Class in com.myjeeva.digitalocean.pojo
Represents Neighbors attributes (which implicity refers droplet structure)
Neighbors() - Constructor for class com.myjeeva.digitalocean.pojo.Neighbors
 
Network - Class in com.myjeeva.digitalocean.pojo
Represents DigitalOcean Network attributes
Network() - Constructor for class com.myjeeva.digitalocean.pojo.Network
 
Networks - Class in com.myjeeva.digitalocean.pojo
Represents DigitalOcean Networks attributes
Networks() - Constructor for class com.myjeeva.digitalocean.pojo.Networks
 
NO_CONTENT_JSON_STRUCT - Static variable in interface com.myjeeva.digitalocean.common.Constants
 

P

Pages - Class in com.myjeeva.digitalocean.pojo
Represents Pages attributes
Pages() - Constructor for class com.myjeeva.digitalocean.pojo.Pages
 
PARAM_PAGE_NO - Static variable in interface com.myjeeva.digitalocean.common.Constants
 
PARAM_PER_PAGE - Static variable in interface com.myjeeva.digitalocean.common.Constants
 
powerCycleDroplet(Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
Method allows you to power cycle a droplet.
powerCycleDroplet(Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
powerOffDroplet(Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
Method allows you to poweroff a running droplet.
powerOffDroplet(Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
powerOnDroplet(Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
Method allows you to poweron a powered off droplet.
powerOnDroplet(Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 

R

RATE_LIMIT_ELEMENT_NAME - Static variable in interface com.myjeeva.digitalocean.common.Constants
 
RATE_LIMIT_JSON_STRUCT - Static variable in interface com.myjeeva.digitalocean.common.Constants
 
RateLimit - Class in com.myjeeva.digitalocean.pojo
Represents Rate Limit header values
RateLimit() - Constructor for class com.myjeeva.digitalocean.pojo.RateLimit
Default Constructor
RateLimit(Integer, Integer, Date) - Constructor for class com.myjeeva.digitalocean.pojo.RateLimit
Parameterized Constructor
RateLimitBase - Class in com.myjeeva.digitalocean.pojo
Represents RateLimit header values and being extended in all POJO.
RateLimitBase() - Constructor for class com.myjeeva.digitalocean.pojo.RateLimitBase
 
rebootDroplet(Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
Method allows you to reboot a droplet.
rebootDroplet(Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
rebuildDroplet(Integer, Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
Method allows you to reinstall a droplet with a default image.
rebuildDroplet(Integer, Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
Region - Class in com.myjeeva.digitalocean.pojo
Represents Region (aka Data Center) attributes of DigitalOcean.
Region() - Constructor for class com.myjeeva.digitalocean.pojo.Region
 
Region(String) - Constructor for class com.myjeeva.digitalocean.pojo.Region
 
Regions - Class in com.myjeeva.digitalocean.pojo
Represents Regions attributes
Regions() - Constructor for class com.myjeeva.digitalocean.pojo.Regions
 
renameDroplet(Integer, String) - Method in interface com.myjeeva.digitalocean.DigitalOcean
Method renames the droplet to the specified name.
renameDroplet(Integer, String) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
RequestMethod - Enum in com.myjeeva.digitalocean.common
Enumeration of HTTP Methods
RequestUnsuccessfulException - Exception in com.myjeeva.digitalocean.exception
RequestUnsuccessfulException will be thrown if any RESTful request unsuccessful from wrapper method
RequestUnsuccessfulException(String) - Constructor for exception com.myjeeva.digitalocean.exception.RequestUnsuccessfulException
 
RequestUnsuccessfulException(String, Throwable) - Constructor for exception com.myjeeva.digitalocean.exception.RequestUnsuccessfulException
 
resetDropletPassword(Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
Method will reset the root password for a droplet.
resetDropletPassword(Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
resizeDroplet(Integer, String) - Method in interface com.myjeeva.digitalocean.DigitalOcean
Method allows you to resize a specific droplet to a different size.
resizeDroplet(Integer, String) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
Resource - Class in com.myjeeva.digitalocean.pojo
Resource represent a single resource for associating/disassociating with tag on DigitalOcean.
Resource() - Constructor for class com.myjeeva.digitalocean.pojo.Resource
 
Resource(String, ResourceType) - Constructor for class com.myjeeva.digitalocean.pojo.Resource
 
Resources - Class in com.myjeeva.digitalocean.pojo
Resource represent a array of resources for associating/disassociating with tag on DigitalOcean.
Resources() - Constructor for class com.myjeeva.digitalocean.pojo.Resources
 
Resources(List<Resource>) - Constructor for class com.myjeeva.digitalocean.pojo.Resources
 
ResourceType - Enum in com.myjeeva.digitalocean.common
Enumeration of DigitalOcean Resource Types
Response - Class in com.myjeeva.digitalocean.pojo
Represents generic basic response handling for HTTP Method
Response() - Constructor for class com.myjeeva.digitalocean.pojo.Response
Default Constructor
Response(Boolean) - Constructor for class com.myjeeva.digitalocean.pojo.Response
Parameterized Constructor
restoreDroplet(Integer, Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
Method allows you to restore a droplet with a previous image or snapshot.
restoreDroplet(Integer, Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 

S

serialize(Droplet, Type, JsonSerializationContext) - Method in class com.myjeeva.digitalocean.serializer.DropletSerializer
 
setActions(List<Action>) - Method in class com.myjeeva.digitalocean.pojo.Actions
 
setActions(List<LinkAction>) - Method in class com.myjeeva.digitalocean.pojo.Links
 
setApiAction(ApiAction) - Method in class com.myjeeva.digitalocean.impl.ApiRequest
 
setApiAction(ApiAction) - Method in class com.myjeeva.digitalocean.impl.ApiResponse
 
setApiVersion(String) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
setAuthToken(String) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
setAvailable(boolean) - Method in class com.myjeeva.digitalocean.pojo.Region
 
setAvailable(boolean) - Method in class com.myjeeva.digitalocean.pojo.Size
 
setAvailablePublic(boolean) - Method in class com.myjeeva.digitalocean.pojo.Image
 
setBackupIds(List<Integer>) - Method in class com.myjeeva.digitalocean.pojo.Droplet
 
setBackups(List<Backup>) - Method in class com.myjeeva.digitalocean.pojo.Backups
 
setCompletedAt(Date) - Method in class com.myjeeva.digitalocean.pojo.Action
 
setCount(int) - Method in class com.myjeeva.digitalocean.pojo.TagDropletResource
 
setCreatedDate(Date) - Method in class com.myjeeva.digitalocean.pojo.Droplet
 
setCreatedDate(Date) - Method in class com.myjeeva.digitalocean.pojo.Image
 
setData(Object) - Method in class com.myjeeva.digitalocean.impl.ApiRequest
 
setData(Object) - Method in class com.myjeeva.digitalocean.impl.ApiResponse
 
setData(String) - Method in class com.myjeeva.digitalocean.pojo.DomainRecord
 
setDiskSize(Integer) - Method in class com.myjeeva.digitalocean.pojo.Droplet
 
setDiskSize(Integer) - Method in class com.myjeeva.digitalocean.pojo.Size
 
setDistribution(String) - Method in class com.myjeeva.digitalocean.pojo.Image
 
setDomainRecords(List<DomainRecord>) - Method in class com.myjeeva.digitalocean.pojo.DomainRecords
 
setDomains(List<Domain>) - Method in class com.myjeeva.digitalocean.pojo.Domains
 
setDroplet(Droplet) - Method in class com.myjeeva.digitalocean.pojo.FloatingIP
 
setDropletId(Integer) - Method in class com.myjeeva.digitalocean.pojo.FloatingIPAction
 
setDropletLimit(Integer) - Method in class com.myjeeva.digitalocean.pojo.Account
 
setDroplets(List<Droplet>) - Method in class com.myjeeva.digitalocean.pojo.Droplets
 
setDroplets(TagDropletResource) - Method in class com.myjeeva.digitalocean.pojo.TagResource
 
setEmail(String) - Method in class com.myjeeva.digitalocean.pojo.Account
 
setEmailVerified(boolean) - Method in class com.myjeeva.digitalocean.pojo.Account
 
setEnableBackup(Boolean) - Method in class com.myjeeva.digitalocean.pojo.Droplet
 
setEnableIpv6(Boolean) - Method in class com.myjeeva.digitalocean.pojo.Droplet
 
setEnablePrivateNetworking(Boolean) - Method in class com.myjeeva.digitalocean.pojo.Droplet
 
setFeatures(List<String>) - Method in class com.myjeeva.digitalocean.pojo.Droplet
 
setFeatures(List<String>) - Method in class com.myjeeva.digitalocean.pojo.Region
 
setFingerprint(String) - Method in class com.myjeeva.digitalocean.pojo.Key
 
setFirst(String) - Method in class com.myjeeva.digitalocean.pojo.Pages
 
setFloatingIPLimit(Integer) - Method in class com.myjeeva.digitalocean.pojo.Account
 
setFloatingIPs(List<FloatingIP>) - Method in class com.myjeeva.digitalocean.pojo.FloatingIPs
 
setGateway(String) - Method in class com.myjeeva.digitalocean.pojo.Network
 
setHref(String) - Method in class com.myjeeva.digitalocean.pojo.LinkAction
 
setHttpClient(CloseableHttpClient) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
setId(Integer) - Method in class com.myjeeva.digitalocean.pojo.Action
 
setId(Integer) - Method in class com.myjeeva.digitalocean.pojo.DomainRecord
 
setId(Integer) - Method in class com.myjeeva.digitalocean.pojo.Droplet
 
setId(Integer) - Method in class com.myjeeva.digitalocean.pojo.Image
 
setId(Integer) - Method in class com.myjeeva.digitalocean.pojo.Kernel
 
setId(Integer) - Method in class com.myjeeva.digitalocean.pojo.Key
 
setId(Integer) - Method in class com.myjeeva.digitalocean.pojo.LinkAction
 
setId(String) - Method in class com.myjeeva.digitalocean.pojo.Resource
 
setImage(Image) - Method in class com.myjeeva.digitalocean.pojo.Droplet
 
setImage(Integer) - Method in class com.myjeeva.digitalocean.pojo.DropletAction
 
setImages(List<Image>) - Method in class com.myjeeva.digitalocean.pojo.Images
 
setIp(String) - Method in class com.myjeeva.digitalocean.pojo.FloatingIP
 
setIpAddress(String) - Method in class com.myjeeva.digitalocean.pojo.Domain
 
setIpAddress(String) - Method in class com.myjeeva.digitalocean.pojo.Network
 
setIsRequestSuccess(Boolean) - Method in class com.myjeeva.digitalocean.pojo.Response
 
setKernel(Kernel) - Method in class com.myjeeva.digitalocean.pojo.Droplet
 
setKernel(Integer) - Method in class com.myjeeva.digitalocean.pojo.DropletAction
 
setKernels(List<Kernel>) - Method in class com.myjeeva.digitalocean.pojo.Kernels
 
setKeys(List<Key>) - Method in class com.myjeeva.digitalocean.pojo.Droplet
 
setKeys(List<Key>) - Method in class com.myjeeva.digitalocean.pojo.Keys
 
setLast(String) - Method in class com.myjeeva.digitalocean.pojo.Pages
 
setLastTagged(Droplet) - Method in class com.myjeeva.digitalocean.pojo.TagDropletResource
 
setLinks(Links) - Method in class com.myjeeva.digitalocean.pojo.Base
 
setLocked(boolean) - Method in class com.myjeeva.digitalocean.pojo.Droplet
 
setLocked(boolean) - Method in class com.myjeeva.digitalocean.pojo.FloatingIP
 
setMemorySizeInMb(Integer) - Method in class com.myjeeva.digitalocean.pojo.Droplet
 
setMemorySizeInMb(Integer) - Method in class com.myjeeva.digitalocean.pojo.Size
 
setMeta(Meta) - Method in class com.myjeeva.digitalocean.pojo.Base
 
setMinDiskSize(Integer) - Method in class com.myjeeva.digitalocean.pojo.Image
 
setName(String) - Method in class com.myjeeva.digitalocean.pojo.Domain
 
setName(String) - Method in class com.myjeeva.digitalocean.pojo.DomainRecord
 
setName(String) - Method in class com.myjeeva.digitalocean.pojo.Droplet
 
setName(String) - Method in class com.myjeeva.digitalocean.pojo.DropletAction
 
setName(String) - Method in class com.myjeeva.digitalocean.pojo.Image
 
setName(String) - Method in class com.myjeeva.digitalocean.pojo.Kernel
 
setName(String) - Method in class com.myjeeva.digitalocean.pojo.Key
 
setName(String) - Method in class com.myjeeva.digitalocean.pojo.Region
 
setName(String) - Method in class com.myjeeva.digitalocean.pojo.Tag
 
setNames(List<String>) - Method in class com.myjeeva.digitalocean.pojo.Droplet
 
setNeighbors(List<Droplet>) - Method in class com.myjeeva.digitalocean.pojo.Neighbors
 
setNetmask(String) - Method in class com.myjeeva.digitalocean.pojo.Network
 
setNetworks(Networks) - Method in class com.myjeeva.digitalocean.pojo.Droplet
 
setNext(String) - Method in class com.myjeeva.digitalocean.pojo.Pages
 
setPageNo(Integer) - Method in class com.myjeeva.digitalocean.impl.ApiRequest
 
setPages(Pages) - Method in class com.myjeeva.digitalocean.pojo.Links
 
setPathParams(Object[]) - Method in class com.myjeeva.digitalocean.impl.ApiRequest
 
setPerPage(Integer) - Method in class com.myjeeva.digitalocean.impl.ApiRequest
 
setPort(Integer) - Method in class com.myjeeva.digitalocean.pojo.DomainRecord
 
setPrev(String) - Method in class com.myjeeva.digitalocean.pojo.Pages
 
setPriceHourly(BigDecimal) - Method in class com.myjeeva.digitalocean.pojo.Size
 
setPriceMonthly(BigDecimal) - Method in class com.myjeeva.digitalocean.pojo.Size
 
setPriority(String) - Method in class com.myjeeva.digitalocean.pojo.DomainRecord
 
setPublicKey(String) - Method in class com.myjeeva.digitalocean.pojo.Key
 
setQueryParams(Map<String, String>) - Method in class com.myjeeva.digitalocean.impl.ApiRequest
 
setRateLimit(RateLimit) - Method in class com.myjeeva.digitalocean.pojo.RateLimitBase
 
setRegion(Region) - Method in class com.myjeeva.digitalocean.pojo.Action
 
setRegion(Region) - Method in class com.myjeeva.digitalocean.pojo.Droplet
 
setRegion(Region) - Method in class com.myjeeva.digitalocean.pojo.FloatingIP
 
setRegion(String) - Method in class com.myjeeva.digitalocean.pojo.FloatingIPAction
 
setRegion(String) - Method in class com.myjeeva.digitalocean.pojo.ImageAction
 
setRegions(List<String>) - Method in class com.myjeeva.digitalocean.pojo.Image
 
setRegions(List<Region>) - Method in class com.myjeeva.digitalocean.pojo.Regions
 
setRegions(List<String>) - Method in class com.myjeeva.digitalocean.pojo.Size
 
setRegionSlug(String) - Method in class com.myjeeva.digitalocean.pojo.Action
 
setRel(String) - Method in class com.myjeeva.digitalocean.pojo.LinkAction
 
setRequestSuccess(boolean) - Method in class com.myjeeva.digitalocean.impl.ApiResponse
 
setResourceId(Long) - Method in class com.myjeeva.digitalocean.pojo.Action
 
setResources(List<Resource>) - Method in class com.myjeeva.digitalocean.pojo.Resources
 
setResources(TagResource) - Method in class com.myjeeva.digitalocean.pojo.Tag
 
setResourceType(ResourceType) - Method in class com.myjeeva.digitalocean.pojo.Action
 
setSize(String) - Method in class com.myjeeva.digitalocean.pojo.Droplet
 
setSize(String) - Method in class com.myjeeva.digitalocean.pojo.DropletAction
 
setSizes(List<String>) - Method in class com.myjeeva.digitalocean.pojo.Region
 
setSizes(List<Size>) - Method in class com.myjeeva.digitalocean.pojo.Sizes
 
setSlug(String) - Method in class com.myjeeva.digitalocean.pojo.Image
 
setSlug(String) - Method in class com.myjeeva.digitalocean.pojo.Region
 
setSlug(String) - Method in class com.myjeeva.digitalocean.pojo.Size
 
setSnapshotIds(List<Integer>) - Method in class com.myjeeva.digitalocean.pojo.Droplet
 
setSnapshots(List<Snapshot>) - Method in class com.myjeeva.digitalocean.pojo.Snapshots
 
setStartedAt(Date) - Method in class com.myjeeva.digitalocean.pojo.Action
 
setStatus(String) - Method in class com.myjeeva.digitalocean.pojo.Account
 
setStatus(ActionStatus) - Method in class com.myjeeva.digitalocean.pojo.Action
 
setStatus(DropletStatus) - Method in class com.myjeeva.digitalocean.pojo.Droplet
 
setStatusCode(int) - Method in class com.myjeeva.digitalocean.pojo.Response
 
setStatusMessage(String) - Method in class com.myjeeva.digitalocean.pojo.Account
 
setTags(List<Tag>) - Method in class com.myjeeva.digitalocean.pojo.Tags
 
setTimeToLive(Integer) - Method in class com.myjeeva.digitalocean.pojo.Domain
 
setTotal(Integer) - Method in class com.myjeeva.digitalocean.pojo.Meta
 
setTransfer(Long) - Method in class com.myjeeva.digitalocean.pojo.Size
 
setType(ActionType) - Method in class com.myjeeva.digitalocean.pojo.Action
 
setType(String) - Method in class com.myjeeva.digitalocean.pojo.DomainRecord
 
setType(ActionType) - Method in class com.myjeeva.digitalocean.pojo.DropletAction
 
setType(String) - Method in class com.myjeeva.digitalocean.pojo.FloatingIPAction
 
setType(ImageType) - Method in class com.myjeeva.digitalocean.pojo.Image
 
setType(ActionType) - Method in class com.myjeeva.digitalocean.pojo.ImageAction
 
setType(String) - Method in class com.myjeeva.digitalocean.pojo.Network
 
setType(ResourceType) - Method in class com.myjeeva.digitalocean.pojo.Resource
 
setUserData(String) - Method in class com.myjeeva.digitalocean.pojo.Droplet
 
setUuid(String) - Method in class com.myjeeva.digitalocean.pojo.Account
 
setVersion(String) - Method in class com.myjeeva.digitalocean.pojo.Kernel
 
setVersion4Networks(List<Network>) - Method in class com.myjeeva.digitalocean.pojo.Networks
 
setVersion6Networks(List<Network>) - Method in class com.myjeeva.digitalocean.pojo.Networks
 
setVirutalCpuCount(Integer) - Method in class com.myjeeva.digitalocean.pojo.Droplet
 
setVirutalCpuCount(Integer) - Method in class com.myjeeva.digitalocean.pojo.Size
 
setWeight(Integer) - Method in class com.myjeeva.digitalocean.pojo.DomainRecord
 
setZoneFile(String) - Method in class com.myjeeva.digitalocean.pojo.Domain
 
shutdownDroplet(Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
Method allows you to shutdown a running droplet.
shutdownDroplet(Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
Size - Class in com.myjeeva.digitalocean.pojo
Represents Droplet Size (aka Droplet Plan) attributes of DigitalOcean.
Size() - Constructor for class com.myjeeva.digitalocean.pojo.Size
 
Size(String) - Constructor for class com.myjeeva.digitalocean.pojo.Size
 
Sizes - Class in com.myjeeva.digitalocean.pojo
Represents Sizes attributes
Sizes() - Constructor for class com.myjeeva.digitalocean.pojo.Sizes
 
Snapshot - Class in com.myjeeva.digitalocean.pojo
Represents Snapshot attributes
Snapshot() - Constructor for class com.myjeeva.digitalocean.pojo.Snapshot
 
Snapshots - Class in com.myjeeva.digitalocean.pojo
Represents Snapshots attributes
Snapshots() - Constructor for class com.myjeeva.digitalocean.pojo.Snapshots
 
START_PAGE_NO - Static variable in interface com.myjeeva.digitalocean.common.Constants
 

T

Tag - Class in com.myjeeva.digitalocean.pojo
Represents Tag attributes of DigitalOcean.
Tag() - Constructor for class com.myjeeva.digitalocean.pojo.Tag
 
Tag(String) - Constructor for class com.myjeeva.digitalocean.pojo.Tag
 
TagDropletResource - Class in com.myjeeva.digitalocean.pojo
Represents the droplet resource a tag is attached on DigitalOcean.
TagDropletResource() - Constructor for class com.myjeeva.digitalocean.pojo.TagDropletResource
 
TagResource - Class in com.myjeeva.digitalocean.pojo
TagResource represent the set of resources a tag is attached on DigitalOcean.
TagResource() - Constructor for class com.myjeeva.digitalocean.pojo.TagResource
 
tagResources(String, List<Resource>) - Method in interface com.myjeeva.digitalocean.DigitalOcean
Method tags a tag to given list of resources on DigitalOcean account.
tagResources(String, List<Resource>) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
Tags - Class in com.myjeeva.digitalocean.pojo
Represents Tag attributes of DigitalOcean.
Tags() - Constructor for class com.myjeeva.digitalocean.pojo.Tags
 
takeDropletSnapshot(Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
Method allows you to take a snapshot of the running droplet, which can later be restored or used to create a new droplet from the same image.
takeDropletSnapshot(Integer, String) - Method in interface com.myjeeva.digitalocean.DigitalOcean
Method allows you to take a snapshot of the running droplet, which can later be restored or used to create a new droplet from the same image.
takeDropletSnapshot(Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
takeDropletSnapshot(Integer, String) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
toString() - Method in enum com.myjeeva.digitalocean.common.ActionStatus
 
toString() - Method in enum com.myjeeva.digitalocean.common.ActionType
 
toString() - Method in enum com.myjeeva.digitalocean.common.DropletStatus
 
toString() - Method in enum com.myjeeva.digitalocean.common.ImageType
 
toString() - Method in enum com.myjeeva.digitalocean.common.ResourceType
 
toString() - Method in class com.myjeeva.digitalocean.impl.ApiResponse
 
toString() - Method in class com.myjeeva.digitalocean.pojo.Account
 
toString() - Method in class com.myjeeva.digitalocean.pojo.Action
 
toString() - Method in class com.myjeeva.digitalocean.pojo.Actions
 
toString() - Method in class com.myjeeva.digitalocean.pojo.Base
 
toString() - Method in class com.myjeeva.digitalocean.pojo.Delete
 
toString() - Method in class com.myjeeva.digitalocean.pojo.Domain
 
toString() - Method in class com.myjeeva.digitalocean.pojo.DomainRecord
 
toString() - Method in class com.myjeeva.digitalocean.pojo.DomainRecords
 
toString() - Method in class com.myjeeva.digitalocean.pojo.Domains
 
toString() - Method in class com.myjeeva.digitalocean.pojo.Droplet
 
toString() - Method in class com.myjeeva.digitalocean.pojo.DropletAction
 
toString() - Method in class com.myjeeva.digitalocean.pojo.Droplets
 
toString() - Method in class com.myjeeva.digitalocean.pojo.FloatingIP
 
toString() - Method in class com.myjeeva.digitalocean.pojo.FloatingIPAction
 
toString() - Method in class com.myjeeva.digitalocean.pojo.FloatingIPs
 
toString() - Method in class com.myjeeva.digitalocean.pojo.Image
 
toString() - Method in class com.myjeeva.digitalocean.pojo.ImageAction
 
toString() - Method in class com.myjeeva.digitalocean.pojo.Images
 
toString() - Method in class com.myjeeva.digitalocean.pojo.Kernel
 
toString() - Method in class com.myjeeva.digitalocean.pojo.Kernels
 
toString() - Method in class com.myjeeva.digitalocean.pojo.Key
 
toString() - Method in class com.myjeeva.digitalocean.pojo.Keys
 
toString() - Method in class com.myjeeva.digitalocean.pojo.LinkAction
 
toString() - Method in class com.myjeeva.digitalocean.pojo.Links
 
toString() - Method in class com.myjeeva.digitalocean.pojo.Meta
 
toString() - Method in class com.myjeeva.digitalocean.pojo.Neighbors
 
toString() - Method in class com.myjeeva.digitalocean.pojo.Network
 
toString() - Method in class com.myjeeva.digitalocean.pojo.Networks
 
toString() - Method in class com.myjeeva.digitalocean.pojo.Pages
 
toString() - Method in class com.myjeeva.digitalocean.pojo.RateLimit
 
toString() - Method in class com.myjeeva.digitalocean.pojo.RateLimitBase
 
toString() - Method in class com.myjeeva.digitalocean.pojo.Region
 
toString() - Method in class com.myjeeva.digitalocean.pojo.Regions
 
toString() - Method in class com.myjeeva.digitalocean.pojo.Resource
 
toString() - Method in class com.myjeeva.digitalocean.pojo.Resources
 
toString() - Method in class com.myjeeva.digitalocean.pojo.Response
 
toString() - Method in class com.myjeeva.digitalocean.pojo.Size
 
toString() - Method in class com.myjeeva.digitalocean.pojo.Sizes
 
toString() - Method in class com.myjeeva.digitalocean.pojo.Tag
 
toString() - Method in class com.myjeeva.digitalocean.pojo.TagDropletResource
 
toString() - Method in class com.myjeeva.digitalocean.pojo.TagResource
 
toString() - Method in class com.myjeeva.digitalocean.pojo.Tags
 
transferImage(Integer, String) - Method in interface com.myjeeva.digitalocean.DigitalOcean
Method allows you to transfer an image to a specified region.
transferImage(Integer, String) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 

U

unassignFloatingIP(String) - Method in interface com.myjeeva.digitalocean.DigitalOcean
Method will unassign Floating IP from a Droplet.
unassignFloatingIP(String) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
untagResources(String, List<Resource>) - Method in interface com.myjeeva.digitalocean.DigitalOcean
Method untags a tag from given list of resources on DigitalOcean account.
untagResources(String, List<Resource>) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
updateDomainRecord(String, Integer, DomainRecord) - Method in interface com.myjeeva.digitalocean.DigitalOcean
method edits an existing domain record of the given domain.
updateDomainRecord(String, Integer, DomainRecord) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
updateImage(Image) - Method in interface com.myjeeva.digitalocean.DigitalOcean
Method updates the given details for an image.
updateImage(Image) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
updateKey(Integer, String) - Method in interface com.myjeeva.digitalocean.DigitalOcean
Method allows you to modify an existing SSH key in your account.
updateKey(String, String) - Method in interface com.myjeeva.digitalocean.DigitalOcean
Method allows you to modify an existing SSH key in your account.
updateKey(Integer, String) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
updateKey(String, String) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
updateTag(String, String) - Method in interface com.myjeeva.digitalocean.DigitalOcean
Method updates the existing Tag on DigitalOcean account.
updateTag(String, String) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
 
URL_PATH_SEPARATOR - Static variable in interface com.myjeeva.digitalocean.common.Constants
 
USER_AGENT - Static variable in interface com.myjeeva.digitalocean.common.Constants
 
UTF_8 - Static variable in interface com.myjeeva.digitalocean.common.Constants
 

V

valueOf(String) - Static method in enum com.myjeeva.digitalocean.common.ActionStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.myjeeva.digitalocean.common.ActionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.myjeeva.digitalocean.common.ApiAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.myjeeva.digitalocean.common.DropletStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.myjeeva.digitalocean.common.ImageType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.myjeeva.digitalocean.common.RequestMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.myjeeva.digitalocean.common.ResourceType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.myjeeva.digitalocean.common.ActionStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.myjeeva.digitalocean.common.ActionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.myjeeva.digitalocean.common.ApiAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.myjeeva.digitalocean.common.DropletStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.myjeeva.digitalocean.common.ImageType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.myjeeva.digitalocean.common.RequestMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.myjeeva.digitalocean.common.ResourceType
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E F G H I J K L M N P R S T U V 
DigitalOcean API Client in Java



Copyright © myjeeva blog, All rights reserved.

The copyright of the pages and contents on this website is with myjeeva.com and the content is licensed under Creative Commons – Attribution-ShareAlike 4.0 International (CC BY-SA 4.0). Libraries and code snippets on myjeeva blog has license information.