Uses of Class
org.jclouds.cloudstack.domain.Project.State
-
Packages that use Project.State Package Description org.jclouds.cloudstack.domain -
-
Uses of Project.State in org.jclouds.cloudstack.domain
Fields in org.jclouds.cloudstack.domain declared as Project.State Modifier and Type Field Description protected Project.StateProject.Builder. stateMethods in org.jclouds.cloudstack.domain that return Project.State Modifier and Type Method Description static Project.StateProject.State. fromValue(String state)Project.StateProject. getState()static Project.StateProject.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 Modifier and Type Method Description TProject.Builder. state(Project.State state)Constructors in org.jclouds.cloudstack.domain with parameters of type Project.State Constructor Description Project(String id, String account, String displayText, String domain, String domainId, String name, Project.State state, Set<Tag> tags)
-