Class TicketingAttachment


  • public class TicketingAttachment
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      TicketingAttachment()  
      TicketingAttachment​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> ticketId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> userId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> fileName, org.openapitools.jackson.nullable.JsonNullable<? extends TicketingAttachmentFileFormat> fileFormat, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> fileUrl, org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> size, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)  
    • Constructor Detail

      • TicketingAttachment

        public TicketingAttachment​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id,
                                   org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId,
                                   org.openapitools.jackson.nullable.JsonNullable<java.lang.String> ticketId,
                                   org.openapitools.jackson.nullable.JsonNullable<java.lang.String> userId,
                                   org.openapitools.jackson.nullable.JsonNullable<java.lang.String> fileName,
                                   org.openapitools.jackson.nullable.JsonNullable<? extends TicketingAttachmentFileFormat> fileFormat,
                                   org.openapitools.jackson.nullable.JsonNullable<java.lang.String> fileUrl,
                                   org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> size,
                                   org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt,
                                   org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)
      • TicketingAttachment

        public TicketingAttachment()
    • Method Detail

      • id

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id()
        Unique identifier
      • remoteId

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId()
        Provider's unique identifier
      • ticketId

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> ticketId()
        The reference ticket ID the attachment belongs to
      • userId

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> userId()
        The user who uploaded the file
      • fileName

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> fileName()
        The name of the file
      • fileUrl

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> fileUrl()
        The resource URL of the file
      • size

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> size()
        The size of the file
      • createdAt

        public org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt()
        The timestamp when the record was created
      • updatedAt

        public org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt()
        The timestamp when the record was last updated
      • withId

        public TicketingAttachment withId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
        Unique identifier
      • withRemoteId

        public TicketingAttachment withRemoteId​(java.lang.String remoteId)
        Provider's unique identifier
      • withRemoteId

        public TicketingAttachment withRemoteId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
        Provider's unique identifier
      • withTicketId

        public TicketingAttachment withTicketId​(java.lang.String ticketId)
        The reference ticket ID the attachment belongs to
      • withTicketId

        public TicketingAttachment withTicketId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> ticketId)
        The reference ticket ID the attachment belongs to
      • withUserId

        public TicketingAttachment withUserId​(java.lang.String userId)
        The user who uploaded the file
      • withUserId

        public TicketingAttachment withUserId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> userId)
        The user who uploaded the file
      • withFileName

        public TicketingAttachment withFileName​(java.lang.String fileName)
        The name of the file
      • withFileName

        public TicketingAttachment withFileName​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> fileName)
        The name of the file
      • withFileUrl

        public TicketingAttachment withFileUrl​(java.lang.String fileUrl)
        The resource URL of the file
      • withFileUrl

        public TicketingAttachment withFileUrl​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> fileUrl)
        The resource URL of the file
      • withSize

        public TicketingAttachment withSize​(org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> size)
        The size of the file
      • withCreatedAt

        public TicketingAttachment withCreatedAt​(java.time.OffsetDateTime createdAt)
        The timestamp when the record was created
      • withCreatedAt

        public TicketingAttachment withCreatedAt​(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)
        The timestamp when the record was created
      • withUpdatedAt

        public TicketingAttachment withUpdatedAt​(java.time.OffsetDateTime updatedAt)
        The timestamp when the record was last updated
      • withUpdatedAt

        public TicketingAttachment withUpdatedAt​(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)
        The timestamp when the record was last updated
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

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

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