Uses of Class
com.vidispine.generated.SolrDocumentType.Field
-
-
Uses of SolrDocumentType.Field in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type SolrDocumentType.Field Modifier and Type Field Description protected List<SolrDocumentType.Field>
SolrDocumentType. field
Methods in com.vidispine.generated that return SolrDocumentType.Field Modifier and Type Method Description SolrDocumentType.Field
ObjectFactory. createSolrDocumentTypeField()
Create an instance ofSolrDocumentType.Field
SolrDocumentType.Field
SolrDocumentType.Field. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
SolrDocumentType.Field
SolrDocumentType.Field. withName(String value)
SolrDocumentType.Field
SolrDocumentType.Field. withValue(String value)
Methods in com.vidispine.generated that return types with arguments of type SolrDocumentType.Field Modifier and Type Method Description List<SolrDocumentType.Field>
SolrDocumentType. getField()
Gets the value of the field property.Methods in com.vidispine.generated with parameters of type SolrDocumentType.Field Modifier and Type Method Description SolrDocumentType
SolrDocumentType. withField(SolrDocumentType.Field... values)
Method parameters in com.vidispine.generated with type arguments of type SolrDocumentType.Field Modifier and Type Method Description SolrDocumentType
SolrDocumentType. withField(Collection<SolrDocumentType.Field> values)
-