Class FacetsConfig


  • public class FacetsConfig
    extends java.lang.Object
    • Constructor Detail

      • FacetsConfig

        public FacetsConfig()
      • FacetsConfig

        public FacetsConfig​(java.lang.String[] disabledFacets,
                            java.lang.String[] customEnvironmentVariables)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • withDisabledFacets

        public FacetsConfig withDisabledFacets​(java.lang.String[] disabledFacets)
        Returns:
        a clone of this object, except with this updated property (returns this if an identical value is passed).
      • withCustomEnvironmentVariables

        public FacetsConfig withCustomEnvironmentVariables​(java.lang.String[] customEnvironmentVariables)
        Returns:
        a clone of this object, except with this updated property (returns this if an identical value is passed).
      • getDisabledFacets

        public java.lang.String[] getDisabledFacets()
      • getCustomEnvironmentVariables

        public java.lang.String[] getCustomEnvironmentVariables()