Uses of Class
com.vidispine.generated.IndexingConfigurationType.FieldDefault
-
-
Uses of IndexingConfigurationType.FieldDefault in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type IndexingConfigurationType.FieldDefault Modifier and Type Field Description protected List<IndexingConfigurationType.FieldDefault>
IndexingConfigurationType. fieldDefault
Methods in com.vidispine.generated that return IndexingConfigurationType.FieldDefault Modifier and Type Method Description IndexingConfigurationType.FieldDefault
ObjectFactory. createIndexingConfigurationTypeFieldDefault()
Create an instance ofIndexingConfigurationType.FieldDefault
IndexingConfigurationType.FieldDefault
IndexingConfigurationType.FieldDefault. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
IndexingConfigurationType.FieldDefault
IndexingConfigurationType.FieldDefault. withFullText(boolean value)
IndexingConfigurationType.FieldDefault
IndexingConfigurationType.FieldDefault. withName(String value)
Methods in com.vidispine.generated that return types with arguments of type IndexingConfigurationType.FieldDefault Modifier and Type Method Description List<IndexingConfigurationType.FieldDefault>
IndexingConfigurationType. getFieldDefault()
Gets the value of the fieldDefault property.Methods in com.vidispine.generated with parameters of type IndexingConfigurationType.FieldDefault Modifier and Type Method Description IndexingConfigurationType
IndexingConfigurationType. withFieldDefault(IndexingConfigurationType.FieldDefault... values)
Method parameters in com.vidispine.generated with type arguments of type IndexingConfigurationType.FieldDefault Modifier and Type Method Description IndexingConfigurationType
IndexingConfigurationType. withFieldDefault(Collection<IndexingConfigurationType.FieldDefault> values)
-