Uses of Class
com.contentful.java.cma.model.CMAConstraint.Equals
-
Packages that use CMAConstraint.Equals Package Description com.contentful.java.cma.model -
-
Uses of CMAConstraint.Equals in com.contentful.java.cma.model
Methods in com.contentful.java.cma.model that return CMAConstraint.Equals Modifier and Type Method Description CMAConstraint.EqualsCMAConstraint. getEquals()Which condition has to be satisfied to satisfy this constraint?CMAConstraint.EqualsCMAConstraint.Equals. setPath(CMAConstraint.FieldKeyPath fieldKeyPath)Update the fieldKeyPath component.CMAConstraint.EqualsCMAConstraint.Equals. setValue(java.lang.String value)Update the value to be used in comparison.Methods in com.contentful.java.cma.model with parameters of type CMAConstraint.Equals Modifier and Type Method Description CMAConstraintCMAConstraint. setEquals(CMAConstraint.Equals equals)Update the condition to be satisfied to satisfy this constraint.
-