Uses of Class
org.hyperledger.aries.api.present_proof.PresentationExchangeInitiator
-
Packages that use PresentationExchangeInitiator Package Description org.hyperledger.aries.api.present_proof -
-
Uses of PresentationExchangeInitiator in org.hyperledger.aries.api.present_proof
Methods in org.hyperledger.aries.api.present_proof that return PresentationExchangeInitiator Modifier and Type Method Description PresentationExchangeInitiatorBasePresExRecord. getInitiator()static PresentationExchangeInitiatorPresentationExchangeInitiator. valueOf(String name)Returns the enum constant of this type with the specified name.static PresentationExchangeInitiator[]PresentationExchangeInitiator. 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 PresentationExchangeInitiator Modifier and Type Method Description BBasePresExRecord.BasePresExRecordBuilder. initiator(PresentationExchangeInitiator initiator)voidBasePresExRecord. setInitiator(PresentationExchangeInitiator initiator)Constructors in org.hyperledger.aries.api.present_proof with parameters of type PresentationExchangeInitiator 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)
-