Class Footer.Builder

  • Enclosing class:
    Footer

    public static final class Footer.Builder
    extends java.lang.Object
    Builder class for Footer.
    • Constructor Summary

      Constructors 
      Constructor Description
      Builder()
      Constructor with parameters for the required properties of Footer.
    • Constructor Detail

      • Builder

        public Builder()
        Constructor with parameters for the required properties of Footer.
    • Method Detail

      • setActions

        public Footer.Builder setActions​(java.util.List<FooterAction> actions)
        Action to be performed at the footer of a widget. An action at the footer can be simple text description or a hyperlink to a UI page. Action allows a clickable url for navigation. An example usage of footer action is provided under 'example_request' section of 'CreateWidgetConfiguration' API.
        Parameters:
        actions - New value for the property.
      • setCondition

        public Footer.Builder setCondition​(java.lang.String condition)
        If the condition is met then the footer will be applied. Examples of expression syntax are provided under 'example_request' section of 'CreateWidgetConfiguration' API.
        Parameters:
        condition - New value for the property.
      • build

        public Footer build()