Package google.registry.model.contact
Class Disclose.PostalInfoChoice
- java.lang.Object
-
- google.registry.model.ImmutableObject
-
- google.registry.model.contact.Disclose.PostalInfoChoice
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Cloneable
- Enclosing class:
- Disclose
public static class Disclose.PostalInfoChoice extends ImmutableObject implements java.io.Serializable
The "intLocType" from RFC5733.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class google.registry.model.ImmutableObject
ImmutableObject.DoNotHydrate, ImmutableObject.IgnoredInDiffableMap, ImmutableObject.Insignificant
-
-
Field Summary
-
Fields inherited from class google.registry.model.ImmutableObject
hashCode
-
-
Constructor Summary
Constructors Constructor Description PostalInfoChoice()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Disclose.PostalInfoChoice
create(PostalInfo.Type type)
PostalInfo.Type
getType()
-
Methods inherited from class google.registry.model.ImmutableObject
clone, cloneEmptyToNull, createVKey, equals, getSignificantFields, hashCode, toDiffableFieldMap, toHydratedString, toString, toStringHelper
-
-
-
-
Method Detail
-
getType
public PostalInfo.Type getType()
-
create
public static Disclose.PostalInfoChoice create(PostalInfo.Type type)
-
-