Uses of Class
org.hyperledger.aries.api.present_proof.PresentationExchangeRole
-
Packages that use PresentationExchangeRole Package Description org.hyperledger.aries.api.present_proof org.hyperledger.aries.api.present_proof_v2 -
-
Uses of PresentationExchangeRole in org.hyperledger.aries.api.present_proof
Methods in org.hyperledger.aries.api.present_proof that return PresentationExchangeRole Modifier and Type Method Description PresentationExchangeRoleBasePresExRecord. getRole()PresentationExchangeRolePresentProofRecordsFilter. getRole()PresentationExchangeRolePresExStateTranslator. getRole()static PresentationExchangeRolePresentationExchangeRole. valueOf(String name)Returns the enum constant of this type with the specified name.static PresentationExchangeRole[]PresentationExchangeRole. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hyperledger.aries.api.present_proof with parameters of type PresentationExchangeRole Modifier and Type Method Description BBasePresExRecord.BasePresExRecordBuilder. role(PresentationExchangeRole role)PresentProofRecordsFilter.PresentProofRecordsFilterBuilderPresentProofRecordsFilter.PresentProofRecordsFilterBuilder. role(PresentationExchangeRole role)voidBasePresExRecord. setRole(PresentationExchangeRole role)voidPresentProofRecordsFilter. setRole(PresentationExchangeRole role)Constructors in org.hyperledger.aries.api.present_proof with parameters of type PresentationExchangeRole Constructor Description BasePresExRecord(String createdAt, String updatedAt, Boolean autoPresent, Boolean autoVerify, Boolean trace, Boolean verified, String errorMsg, String connectionId, String presentationExchangeId, String threadId, PresentationExchangeInitiator initiator, PresentationExchangeRole role, PresentationExchangeState state) -
Uses of PresentationExchangeRole in org.hyperledger.aries.api.present_proof_v2
Methods in org.hyperledger.aries.api.present_proof_v2 that return PresentationExchangeRole Modifier and Type Method Description PresentationExchangeRoleV2PresentProofRecordsFilter. getRole()Methods in org.hyperledger.aries.api.present_proof_v2 with parameters of type PresentationExchangeRole Modifier and Type Method Description V2PresentProofRecordsFilter.V2PresentProofRecordsFilterBuilderV2PresentProofRecordsFilter.V2PresentProofRecordsFilterBuilder. role(PresentationExchangeRole role)voidV2PresentProofRecordsFilter. setRole(PresentationExchangeRole role)
-