Uses of Class
com.authlete.common.dto.ClientRegistrationResponse.Action
-
Packages that use ClientRegistrationResponse.Action Package Description com.authlete.common.dto Requests to and responses from Authlete APIs and some data structures. -
-
Uses of ClientRegistrationResponse.Action in com.authlete.common.dto
Methods in com.authlete.common.dto that return ClientRegistrationResponse.Action Modifier and Type Method Description ClientRegistrationResponse.Action
ClientRegistrationResponse. getAction()
Get the next action that the implementation of client registration endpoint should take.static ClientRegistrationResponse.Action
ClientRegistrationResponse.Action. valueOf(String name)
Returns the enum constant of this type with the specified name.static ClientRegistrationResponse.Action[]
ClientRegistrationResponse.Action. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.authlete.common.dto with parameters of type ClientRegistrationResponse.Action Modifier and Type Method Description void
ClientRegistrationResponse. setAction(ClientRegistrationResponse.Action action)
Set the next action that the implementation of client registration endpoint should take.
-