Uses of Class
org.openstack4j.model.dns.v2.Action
-
Packages that use Action Package Description org.openstack4j.model.dns.v2 org.openstack4j.model.dns.v2.builder org.openstack4j.openstack.dns.v2.domain -
-
Uses of Action in org.openstack4j.model.dns.v2
Methods in org.openstack4j.model.dns.v2 that return Action Modifier and Type Method Description ActionRecordset. getAction()ActionZone. getAction()static ActionAction. value(String v)static ActionAction. valueOf(String name)Returns the enum constant of this type with the specified name.static Action[]Action. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Action in org.openstack4j.model.dns.v2.builder
Methods in org.openstack4j.model.dns.v2.builder with parameters of type Action Modifier and Type Method Description RecordsetBuilderRecordsetBuilder. action(Action action)ZoneBuilderZoneBuilder. action(Action action) -
Uses of Action in org.openstack4j.openstack.dns.v2.domain
Methods in org.openstack4j.openstack.dns.v2.domain that return Action Modifier and Type Method Description ActionDesignateRecordset. getAction()ActionDesignateZone. getAction()Methods in org.openstack4j.openstack.dns.v2.domain with parameters of type Action Modifier and Type Method Description RecordsetBuilderDesignateRecordset.RecordsetConcreteBuilder. action(Action action)ZoneBuilderDesignateZone.ZoneConcreteBuilder. action(Action action)
-