Class MediaTypedIdentifier


  • public class MediaTypedIdentifier
    extends Identifier
    • Constructor Summary

      Constructors 
      Constructor Description
      MediaTypedIdentifier​(java.lang.String href, java.lang.String base, java.lang.String mediaType)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getMediaType()
      Return a canonical media type for what's expected.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MediaTypedIdentifier

        public MediaTypedIdentifier​(java.lang.String href,
                                    java.lang.String base,
                                    java.lang.String mediaType)
    • Method Detail

      • getMediaType

        public java.lang.String getMediaType()
        Description copied from class: Identifier
        Return a canonical media type for what's expected. Never null.
        Overrides:
        getMediaType in class Identifier