Uses of Class
com.authlete.common.dto.AuthorizationTicketInfoResponse.Action
-
Packages that use AuthorizationTicketInfoResponse.Action Package Description com.authlete.common.dto Requests to and responses from Authlete APIs and some data structures. -
-
Uses of AuthorizationTicketInfoResponse.Action in com.authlete.common.dto
Methods in com.authlete.common.dto that return AuthorizationTicketInfoResponse.Action Modifier and Type Method Description AuthorizationTicketInfoResponse.Action
AuthorizationTicketInfoResponse. getAction()
Get the result of the/auth/authorization/ticket/info
API call.static AuthorizationTicketInfoResponse.Action
AuthorizationTicketInfoResponse.Action. valueOf(String name)
Returns the enum constant of this type with the specified name.static AuthorizationTicketInfoResponse.Action[]
AuthorizationTicketInfoResponse.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 AuthorizationTicketInfoResponse.Action Modifier and Type Method Description AuthorizationTicketInfoResponse
AuthorizationTicketInfoResponse. setAction(AuthorizationTicketInfoResponse.Action action)
Set the result of the/auth/authorization/ticket/info
API call.
-