Uses of Class
org.hyperledger.aries.api.present_proof_v2.DIFField.Filter.Type
-
Packages that use DIFField.Filter.Type Package Description org.hyperledger.aries.api.present_proof_v2 -
-
Uses of DIFField.Filter.Type in org.hyperledger.aries.api.present_proof_v2
Methods in org.hyperledger.aries.api.present_proof_v2 that return DIFField.Filter.Type Modifier and Type Method Description DIFField.Filter.TypeDIFField.Filter. getType()static DIFField.Filter.TypeDIFField.Filter.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static DIFField.Filter.Type[]DIFField.Filter.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hyperledger.aries.api.present_proof_v2 with parameters of type DIFField.Filter.Type Modifier and Type Method Description voidDIFField.Filter. setType(DIFField.Filter.Type type)DIFField.Filter.FilterBuilderDIFField.Filter.FilterBuilder. type(DIFField.Filter.Type type)Constructors in org.hyperledger.aries.api.present_proof_v2 with parameters of type DIFField.Filter.Type Constructor Description Filter(Object _const, List<Object> _enum, Number exclusiveMaximum, Number exclusiveMinimum, Number maximum, Number minimum, Integer maxLength, Integer minLength, String format, Boolean not, String pattern, DIFField.Filter.Type type)
-