Uses of Class
com.authlete.common.dto.TokenBatchStatus.Result
-
Packages that use TokenBatchStatus.Result Package Description com.authlete.common.dto Requests to and responses from Authlete APIs and some data structures. -
-
Uses of TokenBatchStatus.Result in com.authlete.common.dto
Methods in com.authlete.common.dto that return TokenBatchStatus.Result Modifier and Type Method Description static TokenBatchStatus.Result
TokenBatchStatus.Result. getByValue(short value)
Find an instance of this enum by a value.TokenBatchStatus.Result
TokenBatchStatus. getResult()
Get the result of the token batch.static TokenBatchStatus.Result
TokenBatchStatus.Result. valueOf(String name)
Returns the enum constant of this type with the specified name.static TokenBatchStatus.Result[]
TokenBatchStatus.Result. 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 TokenBatchStatus.Result Modifier and Type Method Description TokenBatchStatus
TokenBatchStatus. setResult(TokenBatchStatus.Result result)
Set the result of the token batch.
-