Uses of Class
org.hyperledger.aries.api.issue_credential_v1.ThreadId
-
Packages that use ThreadId Package Description org.hyperledger.aries.api.issue_credential_v1 -
-
Uses of ThreadId in org.hyperledger.aries.api.issue_credential_v1
Methods in org.hyperledger.aries.api.issue_credential_v1 that return ThreadId Modifier and Type Method Description ThreadIdV1CredentialExchange.CredentialOfferDict. getThreadId()Methods in org.hyperledger.aries.api.issue_credential_v1 with parameters of type ThreadId Modifier and Type Method Description voidV1CredentialExchange.CredentialOfferDict. setThreadId(ThreadId threadId)V1CredentialExchange.CredentialOfferDict.CredentialOfferDictBuilderV1CredentialExchange.CredentialOfferDict.CredentialOfferDictBuilder. threadId(ThreadId threadId)Constructors in org.hyperledger.aries.api.issue_credential_v1 with parameters of type ThreadId Constructor Description CredentialOfferDict(String type, String id, ThreadId threadId, V1CredentialExchange.CredentialProposalDict.CredentialProposal credentialPreview, List<AttachDecorator> offersAttach)
-