Class FacetFields


  • public class FacetFields
    extends java.lang.Object
    POJO class representing a FacetField
    • Constructor Summary

      Constructors 
      Constructor Description
      FacetFields​(java.util.List<FacetField> facets)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<FacetField> getFacets()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FacetFields

        public FacetFields​(java.util.List<FacetField> facets)
    • Method Detail

      • getFacets

        public java.util.List<FacetField> getFacets()