Uses of Class
com.vidispine.generated.FacetType
-
-
Uses of FacetType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type FacetType Modifier and Type Field Description protected List<FacetType>
CollectionListType. facet
protected List<FacetType>
ItemListType. facet
protected List<FacetType>
JobListType. facet
protected List<FacetType>
SearchResultType. facet
protected List<FacetType>
ShapeListType. facet
Methods in com.vidispine.generated that return FacetType Modifier and Type Method Description FacetType
ObjectFactory. createFacetType()
Create an instance ofFacetType
FacetType
FacetType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
FacetType
FacetType. withCount(FacetCountType... values)
FacetType
FacetType. withCount(Collection<FacetCountType> values)
FacetType
FacetType. withField(String value)
FacetType
FacetType. withName(String value)
FacetType
FacetType. withRange(FacetRangeType... values)
FacetType
FacetType. withRange(Collection<FacetRangeType> values)
Methods in com.vidispine.generated that return types with arguments of type FacetType Modifier and Type Method Description List<FacetType>
CollectionListType. getFacet()
Gets the value of the facet property.List<FacetType>
ItemListType. getFacet()
Gets the value of the facet property.List<FacetType>
JobListType. getFacet()
Gets the value of the facet property.List<FacetType>
SearchResultType. getFacet()
Gets the value of the facet property.List<FacetType>
ShapeListType. getFacet()
Gets the value of the facet property.Methods in com.vidispine.generated with parameters of type FacetType Modifier and Type Method Description CollectionListType
CollectionListType. withFacet(FacetType... values)
ItemListType
ItemListType. withFacet(FacetType... values)
JobListType
JobListType. withFacet(FacetType... values)
SearchResultType
SearchResultType. withFacet(FacetType... values)
ShapeListType
ShapeListType. withFacet(FacetType... values)
Method parameters in com.vidispine.generated with type arguments of type FacetType Modifier and Type Method Description CollectionListType
CollectionListType. withFacet(Collection<FacetType> values)
ItemListType
ItemListType. withFacet(Collection<FacetType> values)
JobListType
JobListType. withFacet(Collection<FacetType> values)
SearchResultType
SearchResultType. withFacet(Collection<FacetType> values)
ShapeListType
ShapeListType. withFacet(Collection<FacetType> values)
-