Interface Resource

All Superinterfaces:
BinaryContent

public interface Resource extends BinaryContent
A Resource represents an item (e.g. image, video, document, etc.) that has been posted for sharing. A Metacard is created to provide metadata about a Resource, which can be accessed via a ResourceReader.
  • Method Details

    • getName

      String getName()
      Gets the name of the Resource. Examples of this are the name of a file or the title of the Resource URL.
      Returns:
      the name of the Resource. Null if the name is unknown