Uses of Class
org.openstack4j.model.workflow.State
-
Packages that use State Package Description org.openstack4j.model.workflow org.openstack4j.openstack.workflow.domain -
-
Uses of State in org.openstack4j.model.workflow
Methods in org.openstack4j.model.workflow that return State Modifier and Type Method Description StateExecution. getState()static StateState. valueOf(String name)Returns the enum constant of this type with the specified name.static State[]State. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of State in org.openstack4j.openstack.workflow.domain
Methods in org.openstack4j.openstack.workflow.domain that return State Modifier and Type Method Description StateBaseExecution. getState()Methods in org.openstack4j.openstack.workflow.domain with parameters of type State Modifier and Type Method Description TBaseExecution.BaseExecutionBuilder. state(State state)
-