Uses of Class
com.vidispine.generated.JobSearchType.Facet
-
-
Uses of JobSearchType.Facet in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type JobSearchType.Facet Modifier and Type Field Description protected List<JobSearchType.Facet>
JobSearchType. facet
Methods in com.vidispine.generated that return JobSearchType.Facet Modifier and Type Method Description JobSearchType.Facet
ObjectFactory. createJobSearchTypeFacet()
Create an instance ofJobSearchType.Facet
JobSearchType.Facet
JobSearchType.Facet. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
JobSearchType.Facet
JobSearchType.Facet. withCount(boolean value)
JobSearchType.Facet
JobSearchType.Facet. withExclude(String... values)
JobSearchType.Facet
JobSearchType.Facet. withExclude(Collection<String> values)
JobSearchType.Facet
JobSearchType.Facet. withField(String value)
JobSearchType.Facet
JobSearchType.Facet. withMaxCount(BigInteger value)
JobSearchType.Facet
JobSearchType.Facet. withMaxResults(BigInteger value)
JobSearchType.Facet
JobSearchType.Facet. withMinCount(BigInteger value)
JobSearchType.Facet
JobSearchType.Facet. withName(String value)
Methods in com.vidispine.generated that return types with arguments of type JobSearchType.Facet Modifier and Type Method Description List<JobSearchType.Facet>
JobSearchType. getFacet()
Gets the value of the facet property.Methods in com.vidispine.generated with parameters of type JobSearchType.Facet Modifier and Type Method Description JobSearchType
JobSearchType. withFacet(JobSearchType.Facet... values)
Method parameters in com.vidispine.generated with type arguments of type JobSearchType.Facet Modifier and Type Method Description JobSearchType
JobSearchType. withFacet(Collection<JobSearchType.Facet> values)
-