Class AttachmentEntity

    • Constructor Detail

      • AttachmentEntity

        public AttachmentEntity()
    • Method Detail

      • withURI

        public AttachmentEntity withURI​(URI uri)
        Sets a URI to this entity. With this URI, it can then be accessed through the Web.
        Parameters:
        uri - the web entity URI.
        Returns:
        itself.
      • getURI

        public URI getURI()
        Description copied from interface: WebEntity
        Gets the URI at which this web entity is published and can be accessed.
        Specified by:
        getURI in interface WebEntity
        Returns:
        the web entity URI.
      • withSharedUri

        public void withSharedUri​(String baseURI,
                                  String token)
      • withBaseUri

        public void withBaseUri​(String baseURI)