Uses of Class
com.vidispine.generated.CollectionContentType
-
-
Uses of CollectionContentType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type CollectionContentType Modifier and Type Field Description protected List<CollectionContentType>
CollectionType. content
Methods in com.vidispine.generated that return CollectionContentType Modifier and Type Method Description CollectionContentType
ObjectFactory. createCollectionContentType()
Create an instance ofCollectionContentType
CollectionContentType
CollectionContentType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
CollectionContentType
CollectionContentType. withAddItems(boolean value)
CollectionContentType
CollectionContentType. withAfter(String value)
CollectionContentType
CollectionContentType. withBefore(String value)
CollectionContentType
CollectionContentType. withId(String value)
CollectionContentType
CollectionContentType. withMetadata(SimpleMetadataType value)
CollectionContentType
CollectionContentType. withMode(CollectionContentModeType value)
CollectionContentType
CollectionContentType. withReference(String value)
CollectionContentType
CollectionContentType. withType(CollectionContentEntityTypeType value)
CollectionContentType
CollectionContentType. withUri(String value)
Methods in com.vidispine.generated that return types with arguments of type CollectionContentType Modifier and Type Method Description List<CollectionContentType>
CollectionType. getContent()
Gets the value of the content property.Methods in com.vidispine.generated with parameters of type CollectionContentType Modifier and Type Method Description CollectionType
CollectionType. withContent(CollectionContentType... values)
Method parameters in com.vidispine.generated with type arguments of type CollectionContentType Modifier and Type Method Description CollectionType
CollectionType. withContent(Collection<CollectionContentType> values)
-