Class ProjectFilePropertiesResponse


  • public final class ProjectFilePropertiesResponse
    extends java.lang.Object
    • Method Detail

      • extension

        public java.util.Optional<java.lang.String> extension()
        Returns:
        Optional File extension. If submitted it should not have a leading period and must match the extension from filePath.
      • filePath

        public java.util.Optional<java.lang.String> filePath()
        Returns:
        Relative path of this file resource. This property can be set when creating or updating the file resource.
      • lastModified

        public java.lang.String lastModified()
        Returns:
        Modification DateTime.
      • mediaType

        public java.util.Optional<java.lang.String> mediaType()
        Returns:
        File content type. This property can be modified to reflect the file content type.
      • size

        public java.lang.Double size()
        Returns:
        File size.