Class ConsoleBulkDomainAction

java.lang.Object
google.registry.ui.server.console.ConsoleApiAction
google.registry.ui.server.console.ConsoleBulkDomainAction
All Implemented Interfaces:
Runnable

public class ConsoleBulkDomainAction extends ConsoleApiAction
Console endpoint to perform the same action to a list of domains.

All requests must include the ConsoleBulkDomainAction.BulkAction to perform as well as a ConsoleBulkDomainAction.BulkDomainList of domains on which to apply the action. The remaining contents of the request body depend on the type of action -- some requests may require more data than others.