Uses of Class
com.contentful.java.cma.model.CMAConstraint.FieldKeyPath
-
Packages that use CMAConstraint.FieldKeyPath Package Description com.contentful.java.cma.model -
-
Uses of CMAConstraint.FieldKeyPath in com.contentful.java.cma.model
Methods in com.contentful.java.cma.model that return CMAConstraint.FieldKeyPath Modifier and Type Method Description CMAConstraint.FieldKeyPath[]CMAConstraint. getFieldKeyPaths()On which fieldKeyPaths does this constraint act?CMAConstraint.FieldKeyPathCMAConstraint.Equals. getPath()CMAConstraint.FieldKeyPathCMAConstraint.FieldKeyPath. setDoc(java.lang.String doc)Set the path.Methods in com.contentful.java.cma.model with parameters of type CMAConstraint.FieldKeyPath Modifier and Type Method Description CMAConstraintCMAConstraint. setFieldKeyPaths(CMAConstraint.FieldKeyPath... fieldKeyPaths)Set the array of fieldKeyPaths to be used.CMAConstraint.EqualsCMAConstraint.Equals. setPath(CMAConstraint.FieldKeyPath fieldKeyPath)Update the fieldKeyPath component.
-