Uses of Class
org.hyperledger.acy_py.generated.model.V20CredProposal
-
Packages that use V20CredProposal Package Description org.hyperledger.acy_py.generated.model -
-
Uses of V20CredProposal in org.hyperledger.acy_py.generated.model
Methods in org.hyperledger.acy_py.generated.model that return V20CredProposal Modifier and Type Method Description V20CredProposalV20CredProposal.V20CredProposalBuilder. build()V20CredProposalV20CredExRecord. getCredProposal()Methods in org.hyperledger.acy_py.generated.model with parameters of type V20CredProposal Modifier and Type Method Description V20CredExRecord.V20CredExRecordBuilderV20CredExRecord.V20CredExRecordBuilder. credProposal(V20CredProposal credProposal)voidV20CredExRecord. setCredProposal(V20CredProposal credProposal)Constructors in org.hyperledger.acy_py.generated.model with parameters of type V20CredProposal Constructor Description V20CredExRecord(Boolean autoIssue, Boolean autoOffer, Boolean autoRemove, V20CredExRecordByFormat byFormat, String connectionId, String createdAt, String credExId, V20CredIssue credIssue, V20CredOffer credOffer, V20CredPreview credPreview, V20CredProposal credProposal, V20CredRequest credRequest, String errorMsg, V20CredExRecord.InitiatorEnum initiator, String parentThreadId, V20CredExRecord.RoleEnum role, V20CredExRecord.StateEnum state, String threadId, Boolean trace, String updatedAt)
-