Class LinkParams.title$times

  • All Implemented Interfaces:
    Renderable, ToStringRenderable, java.io.Serializable, scala.Equals, scala.Product
    Enclosing class:
    LinkParams

    public static final class LinkParams.title$times
    extends LinkParam
    implements scala.Product, java.io.Serializable
    For a more detailed breakdown of how to use the dereferenced language hint link parameter, see http://tools.ietf.org/html/rfc5988#section-5.4
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      title$times​(java.lang.String title)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <R extends Rendering>
      Rendering
      render​(R r)  
      java.lang.String title()  
      java.lang.Object value()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface scala.Equals

        canEqual, equals
      • Methods inherited from interface scala.Product

        productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
    • Constructor Detail

      • title$times

        public title$times​(java.lang.String title)