Class LaunchExtension

java.lang.Object
google.registry.model.ImmutableObject
google.registry.model.domain.launch.LaunchExtension
All Implemented Interfaces:
Cloneable
Direct Known Subclasses:
LaunchCreateExtension, LaunchDeleteExtension, LaunchInfoExtension, LaunchUpdateExtension

public abstract class LaunchExtension extends ImmutableObject
A launch extension which can be passed in to domain update and delete, and also returned from domain create.
  • Constructor Details

    • LaunchExtension

      public LaunchExtension()
  • Method Details