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