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.State
Project.Builder. state
Methods in org.jclouds.cloudstack.domain that return Project.State Modifier and Type Method Description 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 Modifier and Type Method Description T
Project.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)
-