Class ContactAction
java.lang.Object
google.registry.ui.server.console.ConsoleApiAction
google.registry.ui.server.console.settings.ContactAction
- All Implemented Interfaces:
Runnable
-
Nested Class Summary
Nested classes/interfaces inherited from class google.registry.ui.server.console.ConsoleApiAction
ConsoleApiAction.EmailInfo
-
Field Summary
Fields inherited from class google.registry.ui.server.console.ConsoleApiAction
consoleApiParams
-
Constructor Summary
ConstructorsConstructorDescriptionContactAction
(ConsoleApiParams consoleApiParams, String registrarId, Optional<RegistrarPoc> contact) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
deleteHandler
(User user) protected void
getHandler
(User user) protected void
postHandler
(User user) protected void
putHandler
(User user) Methods inherited from class google.registry.ui.server.console.ConsoleApiAction
checkPermission, finishAndPersistConsoleUpdateHistory, headHandler, run, sendExternalUpdates, sendExternalUpdatesIfNecessary, setFailedResponse
-
Constructor Details
-
ContactAction
@Inject public ContactAction(ConsoleApiParams consoleApiParams, @Parameter("registrarId") String registrarId, @Parameter("contact") Optional<RegistrarPoc> contact)
-
-
Method Details
-
getHandler
- Overrides:
getHandler
in classConsoleApiAction
-
deleteHandler
- Overrides:
deleteHandler
in classConsoleApiAction
-
postHandler
- Overrides:
postHandler
in classConsoleApiAction
-
putHandler
- Overrides:
putHandler
in classConsoleApiAction
-