Class AttachmentKt

  • All Implemented Interfaces:

    
    public final class AttachmentKt
    
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final static Boolean isAnyFileType(Attachment $self)
      final static Boolean isUploading(Attachment $self)
      final static Boolean isFailed(Attachment $self)
      final static Boolean hasLink(Attachment $self)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • isAnyFileType

         final static Boolean isAnyFileType(Attachment $self)
        Returns:

        If the Attachment is a file or not.

      • isUploading

         final static Boolean isUploading(Attachment $self)
        Returns:

        If the attachment is currently being uploaded to the server.

      • isFailed

         final static Boolean isFailed(Attachment $self)
        Returns:

        If the attachment has been failed when uploading to the server.

      • hasLink

         final static Boolean hasLink(Attachment $self)
        Returns:

        If the Attachment is a link attachment or not.