Uses of Class
com.vidispine.generated.HasSubEntityType
-
-
Uses of HasSubEntityType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type HasSubEntityType Modifier and Type Field Description protected List<HasSubEntityType>
CollectionSynchronizeType. hasCollection
protected List<HasSubEntityType>
CollectionSynchronizeType. hasItem
protected List<HasSubEntityType>
LibrarySynchronizeType. hasItem
Methods in com.vidispine.generated that return HasSubEntityType Modifier and Type Method Description HasSubEntityType
ObjectFactory. createHasSubEntityType()
Create an instance ofHasSubEntityType
HasSubEntityType
HasSubEntityType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
HasSubEntityType
HasSubEntityType. withId(String value)
HasSubEntityType
HasSubEntityType. withMetadataId(String value)
Methods in com.vidispine.generated that return types with arguments of type HasSubEntityType Modifier and Type Method Description List<HasSubEntityType>
CollectionSynchronizeType. getHasCollection()
Gets the value of the hasCollection property.List<HasSubEntityType>
CollectionSynchronizeType. getHasItem()
Gets the value of the hasItem property.List<HasSubEntityType>
LibrarySynchronizeType. getHasItem()
Gets the value of the hasItem property.Methods in com.vidispine.generated with parameters of type HasSubEntityType Modifier and Type Method Description CollectionSynchronizeType
CollectionSynchronizeType. withHasCollection(HasSubEntityType... values)
CollectionSynchronizeType
CollectionSynchronizeType. withHasItem(HasSubEntityType... values)
LibrarySynchronizeType
LibrarySynchronizeType. withHasItem(HasSubEntityType... values)
Method parameters in com.vidispine.generated with type arguments of type HasSubEntityType Modifier and Type Method Description CollectionSynchronizeType
CollectionSynchronizeType. withHasCollection(Collection<HasSubEntityType> values)
CollectionSynchronizeType
CollectionSynchronizeType. withHasItem(Collection<HasSubEntityType> values)
LibrarySynchronizeType
LibrarySynchronizeType. withHasItem(Collection<HasSubEntityType> values)
-