Uses of Class
org.jclouds.digitalocean.domain.BaseResponse.Status

Packages that use BaseResponse.Status
org.jclouds.digitalocean.domain   
 

Uses of BaseResponse.Status in org.jclouds.digitalocean.domain
 

Methods in org.jclouds.digitalocean.domain that return BaseResponse.Status
static BaseResponse.Status BaseResponse.Status.fromValue(String value)
           
 BaseResponse.Status BaseResponse.getStatus()
           
static BaseResponse.Status BaseResponse.Status.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static BaseResponse.Status[] BaseResponse.Status.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.jclouds.digitalocean.domain with parameters of type BaseResponse.Status
BaseResponse(BaseResponse.Status status, String message, String details)
           
 



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.