Uses of Class
org.hyperledger.acy_py.generated.model.V20CredFormat
-
Packages that use V20CredFormat Package Description org.hyperledger.acy_py.generated.model org.hyperledger.aries.api.issue_credential_v2 -
-
Uses of V20CredFormat in org.hyperledger.acy_py.generated.model
Methods in org.hyperledger.acy_py.generated.model that return V20CredFormat Modifier and Type Method Description V20CredFormatV20CredFormat.V20CredFormatBuilder. build()Methods in org.hyperledger.acy_py.generated.model that return types with arguments of type V20CredFormat Modifier and Type Method Description List<V20CredFormat>V20CredIssue. getFormats()List<V20CredFormat>V20CredOffer. getFormats()List<V20CredFormat>V20CredProposal. getFormats()List<V20CredFormat>V20CredRequest. getFormats()Method parameters in org.hyperledger.acy_py.generated.model with type arguments of type V20CredFormat Modifier and Type Method Description V20CredIssue.V20CredIssueBuilderV20CredIssue.V20CredIssueBuilder. formats(List<V20CredFormat> formats)V20CredOffer.V20CredOfferBuilderV20CredOffer.V20CredOfferBuilder. formats(List<V20CredFormat> formats)V20CredProposal.V20CredProposalBuilderV20CredProposal.V20CredProposalBuilder. formats(List<V20CredFormat> formats)V20CredRequest.V20CredRequestBuilderV20CredRequest.V20CredRequestBuilder. formats(List<V20CredFormat> formats)voidV20CredIssue. setFormats(List<V20CredFormat> formats)voidV20CredOffer. setFormats(List<V20CredFormat> formats)voidV20CredProposal. setFormats(List<V20CredFormat> formats)voidV20CredRequest. setFormats(List<V20CredFormat> formats)Constructor parameters in org.hyperledger.acy_py.generated.model with type arguments of type V20CredFormat Constructor Description V20CredOffer(String atId, String atType, String comment, V20CredPreview credentialPreview, List<V20CredFormat> formats, List<AttachDecorator> offersTildeAttach, String replacementId)V20CredRequest(String atId, String atType, String comment, List<V20CredFormat> formats, List<AttachDecorator> requestsTildeAttach) -
Uses of V20CredFormat in org.hyperledger.aries.api.issue_credential_v2
Methods in org.hyperledger.aries.api.issue_credential_v2 that return types with arguments of type V20CredFormat Modifier and Type Method Description List<V20CredFormat>V20CredOffer. getFormats()List<V20CredFormat>V20CredProposal. getFormats()Method parameters in org.hyperledger.aries.api.issue_credential_v2 with type arguments of type V20CredFormat Modifier and Type Method Description V20CredOffer.V20CredOfferBuilderV20CredOffer.V20CredOfferBuilder. formats(List<V20CredFormat> formats)V20CredProposal.V20CredProposalBuilderV20CredProposal.V20CredProposalBuilder. formats(List<V20CredFormat> formats)voidV20CredOffer. setFormats(List<V20CredFormat> formats)voidV20CredProposal. setFormats(List<V20CredFormat> formats)Constructor parameters in org.hyperledger.aries.api.issue_credential_v2 with type arguments of type V20CredFormat Constructor Description V20CredOffer(String id, String type, String comment, CredentialPreview credentialPreview, List<V20CredFormat> formats, List<AttachDecorator> offersAttach, String replacementId)
-