Class FileConfig

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int TYPE_DEFAULT
      Default file type.
      static int TYPE_FILES
      This type indicates that this file belongs to a "files" data type.
    • Constructor Summary

      Constructors 
      Constructor Description
      FileConfig​(java.lang.String fileId)
      Deprecated.
      Since 6.0.0, FileConfig should not be constructed directly.
      FileConfig​(java.lang.String fileId, java.lang.String name, java.lang.String fullPath, java.lang.String contentType, long fileSize, int type, java.lang.String serviceInstanceId)
      Deprecated.
      Since 6.0.0, FileConfig should not be constructed directly.
      FileConfig​(java.lang.String fileId, FileParameter fileParameter, java.lang.String serviceInstanceId)
      Deprecated.
      Since 6.0.0, FileConfig should not be constructed directly.