Uses of Class
org.hyperledger.acy_py.generated.model.V20CredPreview
-
Packages that use V20CredPreview Package Description org.hyperledger.acy_py.generated.model org.hyperledger.aries.api.issue_credential_v2 -
-
Uses of V20CredPreview in org.hyperledger.acy_py.generated.model
Methods in org.hyperledger.acy_py.generated.model that return V20CredPreview Modifier and Type Method Description V20CredPreviewV20CredPreview.V20CredPreviewBuilder. build()V20CredPreviewV20CredBoundOfferRequest. getCounterPreview()V20CredPreviewV20CredExFree. getCredentialPreview()V20CredPreviewV20CredOffer. getCredentialPreview()V20CredPreviewV20CredOfferConnFreeRequest. getCredentialPreview()V20CredPreviewV20CredOfferRequest. getCredentialPreview()V20CredPreviewV20CredProposal. getCredentialPreview()V20CredPreviewV20IssueCredSchemaCore. getCredentialPreview()V20CredPreviewV20CredExRecord. getCredPreview()Methods in org.hyperledger.acy_py.generated.model with parameters of type V20CredPreview Modifier and Type Method Description V20CredBoundOfferRequest.V20CredBoundOfferRequestBuilderV20CredBoundOfferRequest.V20CredBoundOfferRequestBuilder. counterPreview(V20CredPreview counterPreview)V20CredExFree.V20CredExFreeBuilderV20CredExFree.V20CredExFreeBuilder. credentialPreview(V20CredPreview credentialPreview)V20CredOffer.V20CredOfferBuilderV20CredOffer.V20CredOfferBuilder. credentialPreview(V20CredPreview credentialPreview)V20CredOfferConnFreeRequest.V20CredOfferConnFreeRequestBuilderV20CredOfferConnFreeRequest.V20CredOfferConnFreeRequestBuilder. credentialPreview(V20CredPreview credentialPreview)V20CredOfferRequest.V20CredOfferRequestBuilderV20CredOfferRequest.V20CredOfferRequestBuilder. credentialPreview(V20CredPreview credentialPreview)V20CredProposal.V20CredProposalBuilderV20CredProposal.V20CredProposalBuilder. credentialPreview(V20CredPreview credentialPreview)V20IssueCredSchemaCore.V20IssueCredSchemaCoreBuilderV20IssueCredSchemaCore.V20IssueCredSchemaCoreBuilder. credentialPreview(V20CredPreview credentialPreview)V20CredExRecord.V20CredExRecordBuilderV20CredExRecord.V20CredExRecordBuilder. credPreview(V20CredPreview credPreview)voidV20CredBoundOfferRequest. setCounterPreview(V20CredPreview counterPreview)voidV20CredExFree. setCredentialPreview(V20CredPreview credentialPreview)voidV20CredOffer. setCredentialPreview(V20CredPreview credentialPreview)voidV20CredOfferConnFreeRequest. setCredentialPreview(V20CredPreview credentialPreview)voidV20CredOfferRequest. setCredentialPreview(V20CredPreview credentialPreview)voidV20CredProposal. setCredentialPreview(V20CredPreview credentialPreview)voidV20IssueCredSchemaCore. setCredentialPreview(V20CredPreview credentialPreview)voidV20CredExRecord. setCredPreview(V20CredPreview credPreview)Constructors in org.hyperledger.acy_py.generated.model with parameters of type V20CredPreview Constructor Description V20CredBoundOfferRequest(V20CredPreview counterPreview, V20CredFilter filter)V20CredExFree(Boolean autoRemove, String comment, UUID connectionId, V20CredPreview credentialPreview, V20CredFilter filter, Boolean trace)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)V20CredOffer(String atId, String atType, String comment, V20CredPreview credentialPreview, List<V20CredFormat> formats, List<AttachDecorator> offersTildeAttach, String replacementId)V20CredOfferConnFreeRequest(Boolean autoIssue, Boolean autoRemove, String comment, V20CredPreview credentialPreview, V20CredFilter filter, Boolean trace)V20CredOfferRequest(Boolean autoIssue, Boolean autoRemove, String comment, UUID connectionId, V20CredPreview credentialPreview, V20CredFilter filter, Boolean trace)V20CredProposal(String atId, String atType, String comment, V20CredPreview credentialPreview, List<AttachDecorator> filtersTildeAttach, List<V20CredFormat> formats)V20IssueCredSchemaCore(Boolean autoRemove, String comment, V20CredPreview credentialPreview, V20CredFilter filter, Boolean trace) -
Uses of V20CredPreview in org.hyperledger.aries.api.issue_credential_v2
Methods in org.hyperledger.aries.api.issue_credential_v2 that return V20CredPreview Modifier and Type Method Description V20CredPreviewV20CredExRecord. getCredPreview()Methods in org.hyperledger.aries.api.issue_credential_v2 with parameters of type V20CredPreview Modifier and Type Method Description BV20CredExRecord.V20CredExRecordBuilder. credPreview(V20CredPreview credPreview)voidV20CredExRecord. setCredPreview(V20CredPreview credPreview)Constructors in org.hyperledger.aries.api.issue_credential_v2 with parameters of type V20CredPreview Constructor Description V20CredExRecord(V20CredExRecordByFormat byFormat, V20CredOffer credOffer, V20CredPreview credPreview, V20CredProposal credProposal, V20CredIssue credIssue, V20CredRequest credRequest)
-