Uses of Class
org.hyperledger.acy_py.generated.model.IndyCredAbstract
-
Packages that use IndyCredAbstract Package Description org.hyperledger.acy_py.generated.model org.hyperledger.aries.api.issue_credential_v1 -
-
Uses of IndyCredAbstract in org.hyperledger.acy_py.generated.model
Methods in org.hyperledger.acy_py.generated.model that return IndyCredAbstract Modifier and Type Method Description IndyCredAbstractIndyCredAbstract.IndyCredAbstractBuilder. build()IndyCredAbstractV10CredentialExchange. getCredentialOffer()Methods in org.hyperledger.acy_py.generated.model with parameters of type IndyCredAbstract Modifier and Type Method Description V10CredentialExchange.V10CredentialExchangeBuilderV10CredentialExchange.V10CredentialExchangeBuilder. credentialOffer(IndyCredAbstract credentialOffer)voidV10CredentialExchange. setCredentialOffer(IndyCredAbstract credentialOffer)Constructors in org.hyperledger.acy_py.generated.model with parameters of type IndyCredAbstract Constructor Description V10CredentialExchange(Boolean autoIssue, Boolean autoOffer, Boolean autoRemove, String connectionId, String createdAt, IndyCredInfo credential, String credentialDefinitionId, String credentialExchangeId, String credentialId, IndyCredAbstract credentialOffer, CredentialOffer credentialOfferDict, CredentialProposal credentialProposalDict, IndyCredRequest credentialRequest, Object credentialRequestMetadata, String errorMsg, V10CredentialExchange.InitiatorEnum initiator, String parentThreadId, IndyCredential rawCredential, String revocRegId, String revocationId, V10CredentialExchange.RoleEnum role, String schemaId, String state, String threadId, Boolean trace, String updatedAt) -
Uses of IndyCredAbstract in org.hyperledger.aries.api.issue_credential_v1
Methods in org.hyperledger.aries.api.issue_credential_v1 that return IndyCredAbstract Modifier and Type Method Description IndyCredAbstractV1CredentialExchange. getCredentialOffer()Methods in org.hyperledger.aries.api.issue_credential_v1 with parameters of type IndyCredAbstract Modifier and Type Method Description BV1CredentialExchange.V1CredentialExchangeBuilder. credentialOffer(IndyCredAbstract credentialOffer)voidV1CredentialExchange. setCredentialOffer(IndyCredAbstract credentialOffer)Constructors in org.hyperledger.aries.api.issue_credential_v1 with parameters of type IndyCredAbstract Constructor Description V1CredentialExchange(Credential credential, IndyCredAbstract credentialOffer, V1CredentialExchange.CredentialOfferDict credentialOfferDict, V1CredentialExchange.CredentialProposalDict credentialProposalDict, IndyCredRequest credentialRequest, com.google.gson.JsonObject credentialRequestMetadata, IndyCredential rawCredential, String schemaId, String credentialDefinitionId, String credentialId, String revocRegId, String revocationId)
-