Class ConsoleBulkDomainUnsuspendActionType
java.lang.Object
google.registry.ui.server.console.domains.ConsoleDomainActionType
google.registry.ui.server.console.domains.ConsoleBulkDomainUnsuspendActionType
An action that will unsuspend the given domain, removing all 5 server*Prohibited statuses.
-
Constructor Summary
ConstructorsConstructorDescriptionConsoleBulkDomainUnsuspendActionType
(com.google.gson.JsonElement jsonElement) -
Method Summary
Modifier and TypeMethodDescriptionReturns the type of history / audit logging object to save.Returns the permission necessary to successfully perform this action.protected String
Returns the XML template contents for this action.Methods inherited from class google.registry.ui.server.console.domains.ConsoleDomainActionType
fillSubstitutions, getXmlContentsToRun
-
Constructor Details
-
ConsoleBulkDomainUnsuspendActionType
public ConsoleBulkDomainUnsuspendActionType(com.google.gson.JsonElement jsonElement)
-
-
Method Details
-
getXmlTemplate
Description copied from class:ConsoleDomainActionType
Returns the XML template contents for this action.- Specified by:
getXmlTemplate
in classConsoleDomainActionType
-
getNecessaryPermission
Description copied from class:ConsoleDomainActionType
Returns the permission necessary to successfully perform this action.- Specified by:
getNecessaryPermission
in classConsoleDomainActionType
-
getConsoleUpdateHistoryType
Description copied from class:ConsoleDomainActionType
Returns the type of history / audit logging object to save.- Specified by:
getConsoleUpdateHistoryType
in classConsoleDomainActionType
-