Class MultiPropertyValue

java.lang.Object
org.alfresco.solr.client.PropertyValue
org.alfresco.solr.client.MultiPropertyValue

public class MultiPropertyValue extends PropertyValue
Represents a multi property value, comprising a list of other property values
Since:
4.0
  • Constructor Details

    • MultiPropertyValue

      public MultiPropertyValue()
    • MultiPropertyValue

      public MultiPropertyValue(List<PropertyValue> values)
  • Method Details