Uses of Class
com.vidispine.generated.SearchFacetType
-
Uses of SearchFacetType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type SearchFacetTypeModifier and TypeFieldDescriptionprotected List<SearchFacetType>
ItemSearchType.facet
protected List<SearchFacetType>
MetadataGroupSearchType.facet
protected List<SearchFacetType>
SearchType.facet
Methods in com.vidispine.generated that return SearchFacetTypeModifier and TypeMethodDescriptionObjectFactory.createSearchFacetType()
Create an instance ofSearchFacetType
SearchFacetType.visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) SearchFacetType.withCount
(boolean value) Sets the value of the count property.SearchFacetType.withExclude
(String... values) Adds objects to the list of Exclude using add methodSearchFacetType.withExclude
(Collection<String> values) Adds objects to the list of Exclude using addAll methodSets the value of the field property.SearchFacetType.withMaxResults
(BigInteger value) Sets the value of the maxResults property.SearchFacetType.withMinCount
(BigInteger value) Sets the value of the minCount property.Sets the value of the name property.SearchFacetType.withNested
(boolean value) Sets the value of the nested property.SearchFacetType.withRange
(FacetRangeType... values) Adds objects to the list of Range using add methodSearchFacetType.withRange
(Collection<FacetRangeType> values) Adds objects to the list of Range using addAll methodMethods in com.vidispine.generated that return types with arguments of type SearchFacetTypeModifier and TypeMethodDescriptionItemSearchType.getFacet()
Gets the value of the facet property.MetadataGroupSearchType.getFacet()
Gets the value of the facet property.SearchType.getFacet()
Gets the value of the facet property.Methods in com.vidispine.generated with parameters of type SearchFacetTypeModifier and TypeMethodDescriptionFileSearchType.withFacet
(SearchFacetType... values) Adds objects to the list of Facet using add methodItemSearchType.withFacet
(SearchFacetType... values) Adds objects to the list of Facet using add methodMetadataGroupSearchType.withFacet
(SearchFacetType... values) Adds objects to the list of Facet using add methodSearchType.withFacet
(SearchFacetType... values) Adds objects to the list of Facet using add methodShapeSearchType.withFacet
(SearchFacetType... values) Adds objects to the list of Facet using add methodMethod parameters in com.vidispine.generated with type arguments of type SearchFacetTypeModifier and TypeMethodDescriptionFileSearchType.withFacet
(Collection<SearchFacetType> values) Adds objects to the list of Facet using addAll methodItemSearchType.withFacet
(Collection<SearchFacetType> values) Adds objects to the list of Facet using addAll methodMetadataGroupSearchType.withFacet
(Collection<SearchFacetType> values) Adds objects to the list of Facet using addAll methodSearchType.withFacet
(Collection<SearchFacetType> values) Adds objects to the list of Facet using addAll methodShapeSearchType.withFacet
(Collection<SearchFacetType> values) Adds objects to the list of Facet using addAll method