Uses of Class
org.hyperledger.acy_py.generated.model.V20CredExRecordDetail
-
Packages that use V20CredExRecordDetail Package Description org.hyperledger.acy_py.generated.model org.hyperledger.aries -
-
Uses of V20CredExRecordDetail in org.hyperledger.acy_py.generated.model
Methods in org.hyperledger.acy_py.generated.model that return V20CredExRecordDetail Modifier and Type Method Description V20CredExRecordDetailV20CredExRecordDetail.V20CredExRecordDetailBuilder. build()Methods in org.hyperledger.acy_py.generated.model that return types with arguments of type V20CredExRecordDetail Modifier and Type Method Description List<V20CredExRecordDetail>V20CredExRecordListResult. getResults()Method parameters in org.hyperledger.acy_py.generated.model with type arguments of type V20CredExRecordDetail Modifier and Type Method Description V20CredExRecordListResult.V20CredExRecordListResultBuilderV20CredExRecordListResult.V20CredExRecordListResultBuilder. results(List<V20CredExRecordDetail> results)voidV20CredExRecordListResult. setResults(List<V20CredExRecordDetail> results)Constructor parameters in org.hyperledger.acy_py.generated.model with type arguments of type V20CredExRecordDetail Constructor Description V20CredExRecordListResult(List<V20CredExRecordDetail> results) -
Uses of V20CredExRecordDetail in org.hyperledger.aries
Methods in org.hyperledger.aries that return types with arguments of type V20CredExRecordDetail Modifier and Type Method Description Optional<List<V20CredExRecordDetail>>AriesClient. issueCredentialV2Records(V2IssueCredentialRecordsFilter filter)Fetch all credential exchange recordsOptional<V20CredExRecordDetail>AriesClient. issueCredentialV2RecordsGetById(@NonNull String credentialExchangeId)Fetch a single credential exchange recordOptional<V20CredExRecordDetail>AriesClient. issueCredentialV2RecordsIssue(@NonNull String credentialExchangeId, V20CredIssueRequest request)Send holder a credentialOptional<V20CredExRecordDetail>AriesClient. issueCredentialV2RecordsStore(@NonNull String credentialExchangeId, V20CredStoreRequest request)Store a received credential
-