Class MediaLinkBuilder

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

    public class MediaLinkBuilder
    extends java.lang.Object
    implements net.anotheria.asg.data.Builder<MediaLink>
    • Field Detail

      • name

        protected java.lang.String name
      • href

        protected java.lang.String href
      • type

        protected java.lang.String type
      • media

        protected int media
      • rel

        protected int rel
      • rev

        protected int rev
      • charset

        protected java.lang.String charset
      • hreflang

        protected java.lang.String hreflang
      • browserFiltering

        protected java.lang.String browserFiltering
      • onload

        protected java.lang.String onload
      • guards

        protected java.util.List<java.lang.String> guards
      • file

        protected java.lang.String file
    • Constructor Detail

      • MediaLinkBuilder

        public MediaLinkBuilder()
    • Method Detail

      • name

        public MediaLinkBuilder name​(java.lang.String aValue)
        Sets the value of the name attribute.
      • href

        public MediaLinkBuilder href​(java.lang.String aValue)
        Sets the value of the href attribute.
      • type

        public MediaLinkBuilder type​(java.lang.String aValue)
        Sets the value of the type attribute.
      • media

        public MediaLinkBuilder media​(int aValue)
        Sets the value of the media attribute.
      • rel

        public MediaLinkBuilder rel​(int aValue)
        Sets the value of the rel attribute.
      • rev

        public MediaLinkBuilder rev​(int aValue)
        Sets the value of the rev attribute.
      • charset

        public MediaLinkBuilder charset​(java.lang.String aValue)
        Sets the value of the charset attribute.
      • hreflang

        public MediaLinkBuilder hreflang​(java.lang.String aValue)
        Sets the value of the hreflang attribute.
      • browserFiltering

        public MediaLinkBuilder browserFiltering​(java.lang.String aValue)
        Sets the value of the browserFiltering attribute.
      • onload

        public MediaLinkBuilder onload​(java.lang.String aValue)
        Sets the value of the onload attribute.
      • guards

        public MediaLinkBuilder guards​(java.util.List<java.lang.String> aValue)
        Sets the value of the guards attribute.
      • file

        public MediaLinkBuilder file​(java.lang.String aValue)
        Sets the value of the file attribute.
      • build

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