Uses of Class
com.vidispine.generated.HasSubEntityType
-
Uses of HasSubEntityType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type HasSubEntityTypeModifier and TypeFieldDescriptionprotected List<HasSubEntityType>CollectionSynchronizeType.hasCollectionprotected List<HasSubEntityType>CollectionSynchronizeType.hasItemprotected List<HasSubEntityType>LibrarySynchronizeType.hasItemMethods in com.vidispine.generated that return HasSubEntityTypeModifier and TypeMethodDescriptionObjectFactory.createHasSubEntityType()Create an instance ofHasSubEntityTypeHasSubEntityType.visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) Sets the value of the id property.HasSubEntityType.withMetadataId(String value) Sets the value of the metadataId property.Methods in com.vidispine.generated that return types with arguments of type HasSubEntityTypeModifier and TypeMethodDescriptionCollectionSynchronizeType.getHasCollection()Gets the value of the hasCollection property.CollectionSynchronizeType.getHasItem()Gets the value of the hasItem property.LibrarySynchronizeType.getHasItem()Gets the value of the hasItem property.Methods in com.vidispine.generated with parameters of type HasSubEntityTypeModifier and TypeMethodDescriptionCollectionSynchronizeType.withHasCollection(HasSubEntityType... values) Adds objects to the list of HasCollection using add methodCollectionSynchronizeType.withHasItem(HasSubEntityType... values) Adds objects to the list of HasItem using add methodLibrarySynchronizeType.withHasItem(HasSubEntityType... values) Adds objects to the list of HasItem using add methodMethod parameters in com.vidispine.generated with type arguments of type HasSubEntityTypeModifier and TypeMethodDescriptionCollectionSynchronizeType.withHasCollection(Collection<HasSubEntityType> values) Adds objects to the list of HasCollection using addAll methodCollectionSynchronizeType.withHasItem(Collection<HasSubEntityType> values) Adds objects to the list of HasItem using addAll methodLibrarySynchronizeType.withHasItem(Collection<HasSubEntityType> values) Adds objects to the list of HasItem using addAll method