Uses of Class
org.hyperledger.acy_py.generated.model.IndyRequestedCredsRequestedAttr
-
Packages that use IndyRequestedCredsRequestedAttr Package Description org.hyperledger.acy_py.generated.model -
-
Uses of IndyRequestedCredsRequestedAttr in org.hyperledger.acy_py.generated.model
Methods in org.hyperledger.acy_py.generated.model that return IndyRequestedCredsRequestedAttr Modifier and Type Method Description IndyRequestedCredsRequestedAttrIndyRequestedCredsRequestedAttr.IndyRequestedCredsRequestedAttrBuilder. build()Methods in org.hyperledger.acy_py.generated.model that return types with arguments of type IndyRequestedCredsRequestedAttr Modifier and Type Method Description Map<String,IndyRequestedCredsRequestedAttr>IndyPresSpec. getRequestedAttributes()Method parameters in org.hyperledger.acy_py.generated.model with type arguments of type IndyRequestedCredsRequestedAttr Modifier and Type Method Description IndyPresSpec.IndyPresSpecBuilderIndyPresSpec.IndyPresSpecBuilder. requestedAttributes(Map<String,IndyRequestedCredsRequestedAttr> requestedAttributes)voidIndyPresSpec. setRequestedAttributes(Map<String,IndyRequestedCredsRequestedAttr> requestedAttributes)Constructor parameters in org.hyperledger.acy_py.generated.model with type arguments of type IndyRequestedCredsRequestedAttr Constructor Description IndyPresSpec(Map<String,IndyRequestedCredsRequestedAttr> requestedAttributes, Map<String,IndyRequestedCredsRequestedPred> requestedPredicates, Map<String,String> selfAttestedAttributes, Boolean trace)
-