Uses of Class
org.openstack4j.model.gbp.Direction
-
Packages that use Direction Package Description org.openstack4j.model.gbp org.openstack4j.model.gbp.builder org.openstack4j.openstack.gbp.domain -
-
Uses of Direction in org.openstack4j.model.gbp
Methods in org.openstack4j.model.gbp that return Direction Modifier and Type Method Description static DirectionDirection. forValue(String value)DirectionPolicyClassifier. getDirection()Gets the DirectionDirectionPolicyClassifierUpdate. getDirection()Gets the Directionstatic DirectionDirection. valueOf(String name)Returns the enum constant of this type with the specified name.static Direction[]Direction. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Direction in org.openstack4j.model.gbp.builder
Methods in org.openstack4j.model.gbp.builder with parameters of type Direction Modifier and Type Method Description PolicyClassifierBuilderPolicyClassifierBuilder. direction(Direction direction)PolicyClassifierUpdateBuilderPolicyClassifierUpdateBuilder. direction(Direction direction) -
Uses of Direction in org.openstack4j.openstack.gbp.domain
Methods in org.openstack4j.openstack.gbp.domain that return Direction Modifier and Type Method Description DirectionGbpPolicyClassifier. getDirection()DirectionGbpPolicyClassifierUpdate. getDirection()Methods in org.openstack4j.openstack.gbp.domain with parameters of type Direction Modifier and Type Method Description PolicyClassifierBuilderGbpPolicyClassifier.PolicyClassifierConcreteBuilder. direction(Direction direction)PolicyClassifierUpdateBuilderGbpPolicyClassifierUpdate.PolicyClassifierUpdateConcreteBuilder. direction(Direction direction)voidGbpPolicyClassifierUpdate. setDirection(Direction direction)
-