Class AttachmentRequest


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

      • getFileName

        public java.util.Optional<java.lang.String> getFileName()
        Returns:
        The attachment's name. It is required to include the file extension in the attachment's name.
      • getTicket

        public java.util.Optional<AttachmentRequestTicket> getTicket()
        Returns:
        The ticket associated with the attachment.
      • getFileUrl

        public java.util.Optional<java.lang.String> getFileUrl()
        Returns:
        The attachment's url. It is required to include the file extension in the file's URL.
      • getContentType

        public java.util.Optional<java.lang.String> getContentType()
        Returns:
        The attachment's file format.
      • getUploadedBy

        public java.util.Optional<java.lang.String> getUploadedBy()
        Returns:
        The user who uploaded the attachment.
      • getIntegrationParams

        public java.util.Optional<java.util.Map<java.lang.String,​com.fasterxml.jackson.databind.JsonNode>> getIntegrationParams()
      • getLinkedAccountParams

        public java.util.Optional<java.util.Map<java.lang.String,​com.fasterxml.jackson.databind.JsonNode>> getLinkedAccountParams()
      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • getAdditionalProperties

        public java.util.Map<java.lang.String,​java.lang.Object> getAdditionalProperties()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object