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.apiMethods in com.authlete.common.api that return CredentialBatchIssueResponse Modifier and Type Method Description default CredentialBatchIssueResponseAuthleteApi. credentialBatchIssue(CredentialBatchIssueRequest request)Call Authlete's/vci/batch/issueAPI.CredentialBatchIssueResponseAuthleteApi. credentialBatchIssue(CredentialBatchIssueRequest request, Options options)Call Authlete's/vci/batch/issueAPI.CredentialBatchIssueResponseAuthleteApiImplV3. credentialBatchIssue(CredentialBatchIssueRequest request, Options options)
- 
Uses of CredentialBatchIssueResponse in com.authlete.common.dtoMethods in com.authlete.common.dto that return CredentialBatchIssueResponse Modifier and Type Method Description CredentialBatchIssueResponseCredentialBatchIssueResponse. setAction(CredentialBatchIssueResponse.Action action)Set the next action that the implementation of the batch credential endpoint should take.CredentialBatchIssueResponseCredentialBatchIssueResponse. setResponseContent(String responseContent)Set the content of the response that the implementation of the batch credential endpoint should return.
 
-