Uses of Class
org.hyperledger.acy_py.generated.model.V20PresExRecordByFormat
-
Packages that use V20PresExRecordByFormat Package Description org.hyperledger.acy_py.generated.model -
-
Uses of V20PresExRecordByFormat in org.hyperledger.acy_py.generated.model
Methods in org.hyperledger.acy_py.generated.model that return V20PresExRecordByFormat Modifier and Type Method Description V20PresExRecordByFormatV20PresExRecordByFormat.V20PresExRecordByFormatBuilder. build()V20PresExRecordByFormatV20PresExRecord. getByFormat()Methods in org.hyperledger.acy_py.generated.model with parameters of type V20PresExRecordByFormat Modifier and Type Method Description V20PresExRecord.V20PresExRecordBuilderV20PresExRecord.V20PresExRecordBuilder. byFormat(V20PresExRecordByFormat byFormat)voidV20PresExRecord. setByFormat(V20PresExRecordByFormat byFormat)Constructors in org.hyperledger.acy_py.generated.model with parameters of type V20PresExRecordByFormat Constructor Description V20PresExRecord(Boolean autoPresent, Boolean autoVerify, V20PresExRecordByFormat byFormat, String connectionId, String createdAt, String errorMsg, V20PresExRecord.InitiatorEnum initiator, V20Pres pres, String presExId, V20PresProposal presProposal, V20PresRequest presRequest, V20PresExRecord.RoleEnum role, V20PresExRecord.StateEnum state, String threadId, Boolean trace, String updatedAt, V20PresExRecord.VerifiedEnum verified)
-