Uses of Class
com.authlete.common.dto.TokenUpdateResponse.Action
-
Packages that use TokenUpdateResponse.Action Package Description com.authlete.common.dto Requests to and responses from Authlete APIs and some data structures. -
-
Uses of TokenUpdateResponse.Action in com.authlete.common.dto
Methods in com.authlete.common.dto that return TokenUpdateResponse.Action Modifier and Type Method Description TokenUpdateResponse.Action
TokenUpdateResponse. getAction()
Get the code indicating how the response should be interpreted.static TokenUpdateResponse.Action
TokenUpdateResponse.Action. valueOf(String name)
Returns the enum constant of this type with the specified name.static TokenUpdateResponse.Action[]
TokenUpdateResponse.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 TokenUpdateResponse.Action Modifier and Type Method Description TokenUpdateResponse
TokenUpdateResponse. setAction(TokenUpdateResponse.Action action)
Set the code indicating how the response should be interpreted.
-