Uses of Class
com.authlete.common.dto.CredentialBatchIssueResponse
-
Packages that use CredentialBatchIssueResponse Package Description com.authlete.common.api The definition of Authlete API (AuthleteApi
) and the factory class (AuthleteApiFactory
).com.authlete.common.dto Requests to and responses from Authlete APIs and some data structures. -
-
Uses of CredentialBatchIssueResponse in com.authlete.common.api
Methods in com.authlete.common.api that return CredentialBatchIssueResponse Modifier and Type Method Description CredentialBatchIssueResponse
AuthleteApi. credentialBatchIssue(CredentialBatchIssueRequest request)
Call Authlete's/vci/batch/issue
API. -
Uses of CredentialBatchIssueResponse in com.authlete.common.dto
Methods in com.authlete.common.dto that return CredentialBatchIssueResponse Modifier and Type Method Description CredentialBatchIssueResponse
CredentialBatchIssueResponse. setAction(CredentialBatchIssueResponse.Action action)
Set the next action that the implementation of the batch credential endpoint should take.CredentialBatchIssueResponse
CredentialBatchIssueResponse. setResponseContent(String responseContent)
Set the content of the response that the implementation of the batch credential endpoint should return.
-