Class ContentInfo

java.lang.Object
org.alfresco.rest.api.model.ContentInfo

public class ContentInfo extends Object
Representation of content info
Author:
janv
  • Constructor Details

    • ContentInfo

      public ContentInfo()
    • ContentInfo

      public ContentInfo(String mimeType, String mimeTypeName, Long sizeInBytes, String encoding)
  • Method Details

    • getMimeType

      public String getMimeType()
    • setMimeType

      public void setMimeType(String mimeType)
    • getMimeTypeName

      public String getMimeTypeName()
    • getSizeInBytes

      public Long getSizeInBytes()
    • getEncoding

      public String getEncoding()
    • toString

      public String toString()
      Overrides:
      toString in class Object