Uses of Class
org.jclouds.cloudstack.domain.Project.State

Packages that use Project.State
org.jclouds.cloudstack.domain   
 

Uses of Project.State in org.jclouds.cloudstack.domain
 

Fields in org.jclouds.cloudstack.domain declared as Project.State
protected  Project.State Project.Builder.state
           
 

Methods in org.jclouds.cloudstack.domain that return Project.State
static Project.State Project.State.fromValue(String state)
           
 Project.State Project.getState()
           
static Project.State Project.State.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Project.State[] Project.State.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jclouds.cloudstack.domain with parameters of type Project.State
 T Project.Builder.state(Project.State state)
           
 

Constructors in org.jclouds.cloudstack.domain with parameters of type Project.State
Project(String id, String account, String displayText, String domain, String domainId, String name, Project.State state)
           
 



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