Uses of Class
org.hyperledger.acy_py.generated.model.DIFField.PredicateEnum
-
Packages that use DIFField.PredicateEnum Package Description org.hyperledger.acy_py.generated.model org.hyperledger.aries.api.present_proof_v2 -
-
Uses of DIFField.PredicateEnum in org.hyperledger.acy_py.generated.model
Methods in org.hyperledger.acy_py.generated.model that return DIFField.PredicateEnum Modifier and Type Method Description static DIFField.PredicateEnumDIFField.PredicateEnum. fromValue(String value)DIFField.PredicateEnumDIFField. getPredicate()DIFField.PredicateEnumDIFField.PredicateEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static DIFField.PredicateEnumDIFField.PredicateEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static DIFField.PredicateEnum[]DIFField.PredicateEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hyperledger.acy_py.generated.model with parameters of type DIFField.PredicateEnum Modifier and Type Method Description DIFField.DIFFieldBuilderDIFField.DIFFieldBuilder. predicate(DIFField.PredicateEnum predicate)voidDIFField. setPredicate(DIFField.PredicateEnum predicate)voidDIFField.PredicateEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, DIFField.PredicateEnum enumeration)Constructors in org.hyperledger.acy_py.generated.model with parameters of type DIFField.PredicateEnum Constructor Description DIFField(Filter filter, String id, List<String> path, DIFField.PredicateEnum predicate, String purpose) -
Uses of DIFField.PredicateEnum in org.hyperledger.aries.api.present_proof_v2
Methods in org.hyperledger.aries.api.present_proof_v2 that return DIFField.PredicateEnum Modifier and Type Method Description DIFField.PredicateEnumDIFField. getPredicate()required: limit submitted fields to those listed in the fields array (if present).Methods in org.hyperledger.aries.api.present_proof_v2 with parameters of type DIFField.PredicateEnum Modifier and Type Method Description DIFField.DIFFieldBuilderDIFField.DIFFieldBuilder. predicate(DIFField.PredicateEnum predicate)required: limit submitted fields to those listed in the fields array (if present).voidDIFField. setPredicate(DIFField.PredicateEnum predicate)required: limit submitted fields to those listed in the fields array (if present).Constructors in org.hyperledger.aries.api.present_proof_v2 with parameters of type DIFField.PredicateEnum Constructor Description DIFField(DIFField.Filter filter, String id, List<String> path, DIFField.PredicateEnum predicate, String purpose)
-