Uses of Class
org.openstack4j.model.dns.v2.ZoneType
-
Packages that use ZoneType Package Description org.openstack4j.model.dns.v2 org.openstack4j.model.dns.v2.builder org.openstack4j.openstack.dns.v2.domain -
-
Uses of ZoneType in org.openstack4j.model.dns.v2
Methods in org.openstack4j.model.dns.v2 that return ZoneType Modifier and Type Method Description ZoneTypeZone. getType()static ZoneTypeZoneType. value(String v)static ZoneTypeZoneType. valueOf(String name)Returns the enum constant of this type with the specified name.static ZoneType[]ZoneType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ZoneType in org.openstack4j.model.dns.v2.builder
Methods in org.openstack4j.model.dns.v2.builder with parameters of type ZoneType Modifier and Type Method Description ZoneBuilderZoneBuilder. type(ZoneType type) -
Uses of ZoneType in org.openstack4j.openstack.dns.v2.domain
Methods in org.openstack4j.openstack.dns.v2.domain that return ZoneType Modifier and Type Method Description ZoneTypeDesignateZone. getType()Methods in org.openstack4j.openstack.dns.v2.domain with parameters of type ZoneType Modifier and Type Method Description ZoneBuilderDesignateZone.ZoneConcreteBuilder. type(ZoneType type)
-