Uses of Class
org.hyperledger.aries.api.issue_credential_v1.V1CredentialExchange.CredentialProposalDict.CredentialProposal
-
Packages that use V1CredentialExchange.CredentialProposalDict.CredentialProposal Package Description org.hyperledger.aries.api.issue_credential_v1 -
-
Uses of V1CredentialExchange.CredentialProposalDict.CredentialProposal in org.hyperledger.aries.api.issue_credential_v1
Methods in org.hyperledger.aries.api.issue_credential_v1 that return V1CredentialExchange.CredentialProposalDict.CredentialProposal Modifier and Type Method Description V1CredentialExchange.CredentialProposalDict.CredentialProposalV1CredentialExchange.CredentialProposalDict.CredentialProposal.CredentialProposalBuilder. build()V1CredentialExchange.CredentialProposalDict.CredentialProposalV1CredentialExchange.CredentialOfferDict. getCredentialPreview()V1CredentialExchange.CredentialProposalDict.CredentialProposalV1CredentialExchange.CredentialProposalDict. getCredentialProposal()Methods in org.hyperledger.aries.api.issue_credential_v1 with parameters of type V1CredentialExchange.CredentialProposalDict.CredentialProposal Modifier and Type Method Description V1CredentialExchange.CredentialOfferDict.CredentialOfferDictBuilderV1CredentialExchange.CredentialOfferDict.CredentialOfferDictBuilder. credentialPreview(V1CredentialExchange.CredentialProposalDict.CredentialProposal credentialPreview)V1CredentialExchange.CredentialProposalDict.CredentialProposalDictBuilderV1CredentialExchange.CredentialProposalDict.CredentialProposalDictBuilder. credentialProposal(V1CredentialExchange.CredentialProposalDict.CredentialProposal credentialProposal)voidV1CredentialExchange.CredentialOfferDict. setCredentialPreview(V1CredentialExchange.CredentialProposalDict.CredentialProposal credentialPreview)voidV1CredentialExchange.CredentialProposalDict. setCredentialProposal(V1CredentialExchange.CredentialProposalDict.CredentialProposal credentialProposal)Constructors in org.hyperledger.aries.api.issue_credential_v1 with parameters of type V1CredentialExchange.CredentialProposalDict.CredentialProposal Constructor Description CredentialOfferDict(String type, String id, ThreadId threadId, V1CredentialExchange.CredentialProposalDict.CredentialProposal credentialPreview, List<AttachDecorator> offersAttach)CredentialProposalDict(String type, String id, String schemaId, String credDefId, V1CredentialExchange.CredentialProposalDict.CredentialProposal credentialProposal)
-