Uses of Class
org.hyperledger.aries.api.issue_credential_v1.CredentialExchangeInitiator
-
Packages that use CredentialExchangeInitiator Package Description org.hyperledger.aries.api.issue_credential_v1 -
-
Uses of CredentialExchangeInitiator in org.hyperledger.aries.api.issue_credential_v1
Methods in org.hyperledger.aries.api.issue_credential_v1 that return CredentialExchangeInitiator Modifier and Type Method Description CredentialExchangeInitiatorBaseCredExRecord. getInitiator()static CredentialExchangeInitiatorCredentialExchangeInitiator. valueOf(String name)Returns the enum constant of this type with the specified name.static CredentialExchangeInitiator[]CredentialExchangeInitiator. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hyperledger.aries.api.issue_credential_v1 with parameters of type CredentialExchangeInitiator Modifier and Type Method Description BBaseCredExRecord.BaseCredExRecordBuilder. initiator(CredentialExchangeInitiator initiator)voidBaseCredExRecord. setInitiator(CredentialExchangeInitiator initiator)Constructors in org.hyperledger.aries.api.issue_credential_v1 with parameters of type CredentialExchangeInitiator Constructor Description BaseCredExRecord(Boolean autoIssue, Boolean autoOffer, Boolean autoRemove, Boolean trace, String connectionId, String credentialExchangeId, String threadId, String parentThreadId, String createdAt, String updatedAt, CredentialExchangeInitiator initiator, CredentialExchangeRole role, CredentialExchangeState state, String errorMsg)
-