Uses of Class
org.hyperledger.aries.api.issue_credential_v1.CredentialExchangeRole
-
Packages that use CredentialExchangeRole Package Description org.hyperledger.aries.api.issue_credential_v1 org.hyperledger.aries.api.issue_credential_v2 -
-
Uses of CredentialExchangeRole in org.hyperledger.aries.api.issue_credential_v1
Methods in org.hyperledger.aries.api.issue_credential_v1 that return CredentialExchangeRole Modifier and Type Method Description CredentialExchangeRoleBaseCredExRecord. getRole()CredentialExchangeRoleCredExStateTranslator. getRole()CredentialExchangeRoleIssueCredentialRecordsFilter. getRole()static CredentialExchangeRoleCredentialExchangeRole. valueOf(String name)Returns the enum constant of this type with the specified name.static CredentialExchangeRole[]CredentialExchangeRole. 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 CredentialExchangeRole Modifier and Type Method Description BBaseCredExRecord.BaseCredExRecordBuilder. role(CredentialExchangeRole role)IssueCredentialRecordsFilter.IssueCredentialRecordsFilterBuilderIssueCredentialRecordsFilter.IssueCredentialRecordsFilterBuilder. role(CredentialExchangeRole role)voidBaseCredExRecord. setRole(CredentialExchangeRole role)voidIssueCredentialRecordsFilter. setRole(CredentialExchangeRole role)Constructors in org.hyperledger.aries.api.issue_credential_v1 with parameters of type CredentialExchangeRole 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) -
Uses of CredentialExchangeRole in org.hyperledger.aries.api.issue_credential_v2
Methods in org.hyperledger.aries.api.issue_credential_v2 that return CredentialExchangeRole Modifier and Type Method Description CredentialExchangeRoleV2IssueCredentialRecordsFilter. getRole()Methods in org.hyperledger.aries.api.issue_credential_v2 with parameters of type CredentialExchangeRole Modifier and Type Method Description V2IssueCredentialRecordsFilter.V2IssueCredentialRecordsFilterBuilderV2IssueCredentialRecordsFilter.V2IssueCredentialRecordsFilterBuilder. role(CredentialExchangeRole role)voidV2IssueCredentialRecordsFilter. setRole(CredentialExchangeRole role)
-