Uses of Class
org.hyperledger.acy_py.generated.model.Constraints
-
Packages that use Constraints Package Description org.hyperledger.acy_py.generated.model -
-
Uses of Constraints in org.hyperledger.acy_py.generated.model
Methods in org.hyperledger.acy_py.generated.model that return Constraints Modifier and Type Method Description ConstraintsConstraints.ConstraintsBuilder. build()ConstraintsInputDescriptors. getConstraints()Methods in org.hyperledger.acy_py.generated.model with parameters of type Constraints Modifier and Type Method Description InputDescriptors.InputDescriptorsBuilderInputDescriptors.InputDescriptorsBuilder. constraints(Constraints constraints)voidInputDescriptors. setConstraints(Constraints constraints)Constructors in org.hyperledger.acy_py.generated.model with parameters of type Constraints Constructor Description InputDescriptors(Constraints constraints, List<String> group, String id, Object metadata, String name, String purpose, SchemasInputDescriptorFilter schema)
-