Class ActionControlsRules.Builder

  • Enclosing class:
    ActionControlsRules

    public static class ActionControlsRules.Builder
    extends java.lang.Object
    Builder.
    • Constructor Detail

      • Builder

        public Builder()
        Instantiates a new builder.
      • Builder

        public Builder​(java.lang.Boolean add,
                       java.lang.Boolean remove)
        Instantiates a new builder with required properties.
        Parameters:
        add - the add
        remove - the remove
    • Method Detail

      • build

        public ActionControlsRules build()
        Builds a ActionControlsRules.
        Returns:
        the new ActionControlsRules instance
      • add

        public ActionControlsRules.Builder add​(java.lang.Boolean add)
        Set the add.
        Parameters:
        add - the add
        Returns:
        the ActionControlsRules builder
      • remove

        public ActionControlsRules.Builder remove​(java.lang.Boolean remove)
        Set the remove.
        Parameters:
        remove - the remove
        Returns:
        the ActionControlsRules builder