Class ScriptBuilder

  • All Implemented Interfaces:
    net.anotheria.asg.data.Builder<Script>

    public class ScriptBuilder
    extends Object
    implements net.anotheria.asg.data.Builder<Script>
    • Constructor Detail

      • ScriptBuilder

        public ScriptBuilder()
    • Method Detail

      • content

        public ScriptBuilder content​(String aValue)
        Sets the value of the content attribute.
      • browserFiltering

        public ScriptBuilder browserFiltering​(String aValue)
        Sets the value of the browserFiltering attribute.
      • build

        public Script build()
        Specified by:
        build in interface net.anotheria.asg.data.Builder<Script>