Class Apply.Config

  • Enclosing class:
    Apply

    public static final class Apply.Config
    extends java.lang.Object
    apply configuration.
    • Constructor Summary

      Constructors 
      Constructor Description
      Config()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<java.lang.String> getProjections()
      Gets the ordered list of projections to apply by name.
      void setProjections​(java.util.List<java.lang.String> projections)
      Sets the ordered list of projection names to apply.
      • Methods inherited from class java.lang.Object

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

      • Config

        public Config()
    • Method Detail

      • getProjections

        public java.util.List<java.lang.String> getProjections()
        Gets the ordered list of projections to apply by name.
        Returns:
        Returns the projection names to apply.
      • setProjections

        public void setProjections​(java.util.List<java.lang.String> projections)
        Sets the ordered list of projection names to apply.
        Parameters:
        projections - Projection names to apply.