Uses of Class
com.vidispine.generated.FacetCountType
-
-
Uses of FacetCountType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type FacetCountType Modifier and Type Field Description protected List<FacetCountType>
FacetType. count
Methods in com.vidispine.generated that return FacetCountType Modifier and Type Method Description FacetCountType
ObjectFactory. createFacetCountType()
Create an instance ofFacetCountType
FacetCountType
FacetCountType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
FacetCountType
FacetCountType. withFieldValue(String value)
FacetCountType
FacetCountType. withValue(long value)
Methods in com.vidispine.generated that return types with arguments of type FacetCountType Modifier and Type Method Description List<FacetCountType>
FacetType. getCount()
Gets the value of the count property.Methods in com.vidispine.generated with parameters of type FacetCountType Modifier and Type Method Description FacetType
FacetType. withCount(FacetCountType... values)
Method parameters in com.vidispine.generated with type arguments of type FacetCountType Modifier and Type Method Description FacetType
FacetType. withCount(Collection<FacetCountType> values)
-