Class LaunchCreateExtension
java.lang.Object
google.registry.model.ImmutableObject
google.registry.model.domain.launch.LaunchExtension
google.registry.model.domain.launch.LaunchCreateExtension
- All Implemented Interfaces:
EppInput.CommandExtension
,Cloneable
An XML data object that represents a launch extension that may be present on EPP domain create
commands.
This object holds XML data which JAXB will unmarshal from an EPP domain create command extension. The XML will have the following enclosing structure:
<epp>
<command>
<create>
<!-- domain create XML data -->
</create>
<extension>
<launch:create>
<!-- launch create XML payload data -->
</launch:create>
</extension>
</command>
</epp>
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Type of domain creation being requested.Nested classes/interfaces inherited from class google.registry.model.domain.launch.LaunchExtension
LaunchExtension.Builder<T extends LaunchExtension,
B extends LaunchExtension.Builder<?, ?>> 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
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.common.collect.ImmutableList
<AbstractSignedMark> boolean
Methods inherited from class google.registry.model.domain.launch.LaunchExtension
getPhase
Methods inherited from class google.registry.model.ImmutableObject
clone, cloneEmptyToNull, createVKey, equals, getSignificantFields, hashCode, toDiffableFieldMap, toHydratedString, toString, toStringHelper
-
Constructor Details
-
LaunchCreateExtension
public LaunchCreateExtension()
-
-
Method Details
-
getCreateType
-
getSignedMarks
-
hasCodeMarks
public boolean hasCodeMarks() -
getNotice
-