Uses of Class
org.hyperledger.aries.api.present_proof.PresentationExchangeState
-
Packages that use PresentationExchangeState Package Description org.hyperledger.aries.api.present_proof -
-
Uses of PresentationExchangeState in org.hyperledger.aries.api.present_proof
Methods in org.hyperledger.aries.api.present_proof that return PresentationExchangeState Modifier and Type Method Description PresentationExchangeStateBasePresExRecord. getState()PresentationExchangeStatePresentProofRecordsFilter. getState()PresentationExchangeStatePresExStateTranslator. getState()static PresentationExchangeStatePresentationExchangeState. valueOf(String name)Returns the enum constant of this type with the specified name.static PresentationExchangeState[]PresentationExchangeState. 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 PresentationExchangeState Modifier and Type Method Description voidBasePresExRecord. setState(PresentationExchangeState state)voidPresentProofRecordsFilter. setState(PresentationExchangeState state)BBasePresExRecord.BasePresExRecordBuilder. state(PresentationExchangeState state)PresentProofRecordsFilter.PresentProofRecordsFilterBuilderPresentProofRecordsFilter.PresentProofRecordsFilterBuilder. state(PresentationExchangeState state)Constructors in org.hyperledger.aries.api.present_proof with parameters of type PresentationExchangeState 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)
-