Uses of Class
org.hyperledger.acy_py.generated.model.V20CredAttrSpec
-
Packages that use V20CredAttrSpec Package Description org.hyperledger.acy_py.generated.model org.hyperledger.aries.api.issue_credential_v2 -
-
Uses of V20CredAttrSpec in org.hyperledger.acy_py.generated.model
Methods in org.hyperledger.acy_py.generated.model that return V20CredAttrSpec Modifier and Type Method Description V20CredAttrSpecV20CredAttrSpec.V20CredAttrSpecBuilder. build()Methods in org.hyperledger.acy_py.generated.model that return types with arguments of type V20CredAttrSpec Modifier and Type Method Description List<V20CredAttrSpec>V20CredPreview. getAttributes()Method parameters in org.hyperledger.acy_py.generated.model with type arguments of type V20CredAttrSpec Modifier and Type Method Description V20CredPreview.V20CredPreviewBuilderV20CredPreview.V20CredPreviewBuilder. attributes(List<V20CredAttrSpec> attributes)voidV20CredPreview. setAttributes(List<V20CredAttrSpec> attributes)Constructor parameters in org.hyperledger.acy_py.generated.model with type arguments of type V20CredAttrSpec Constructor Description V20CredPreview(String atType, List<V20CredAttrSpec> attributes) -
Uses of V20CredAttrSpec in org.hyperledger.aries.api.issue_credential_v2
Methods in org.hyperledger.aries.api.issue_credential_v2 that return types with arguments of type V20CredAttrSpec Modifier and Type Method Description static List<V20CredAttrSpec>V1ToV2IssueCredentialConverter. toV20CredAttrSpecFromAttributes(@NonNull List<CredentialAttributes> attributes)
-