Class TicketingAttachment
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.TicketingAttachment
-
public class TicketingAttachment extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTicketingAttachment.Builder
-
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)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TicketingAttachment.Builderbuilder()org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime>createdAt()The timestamp when the record was createdbooleanequals(java.lang.Object o)org.openapitools.jackson.nullable.JsonNullable<TicketingAttachmentFileFormat>fileFormat()The type of the fileorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>fileName()The name of the fileorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>fileUrl()The resource URL of the fileinthashCode()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>id()Unique identifierorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>remoteId()Provider's unique identifierorg.openapitools.jackson.nullable.JsonNullable<java.lang.Double>size()The size of the fileorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>ticketId()The reference ticket ID the attachment belongs tojava.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime>updatedAt()The timestamp when the record was last updatedorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>userId()The user who uploaded the fileTicketingAttachmentwithCreatedAt(java.time.OffsetDateTime createdAt)The timestamp when the record was createdTicketingAttachmentwithCreatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)The timestamp when the record was createdTicketingAttachmentwithFileFormat(TicketingAttachmentFileFormat fileFormat)The type of the fileTicketingAttachmentwithFileFormat(org.openapitools.jackson.nullable.JsonNullable<? extends TicketingAttachmentFileFormat> fileFormat)The type of the fileTicketingAttachmentwithFileName(java.lang.String fileName)The name of the fileTicketingAttachmentwithFileName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> fileName)The name of the fileTicketingAttachmentwithFileUrl(java.lang.String fileUrl)The resource URL of the fileTicketingAttachmentwithFileUrl(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> fileUrl)The resource URL of the fileTicketingAttachmentwithId(java.lang.String id)Unique identifierTicketingAttachmentwithId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)Unique identifierTicketingAttachmentwithRemoteId(java.lang.String remoteId)Provider's unique identifierTicketingAttachmentwithRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)Provider's unique identifierTicketingAttachmentwithSize(double size)The size of the fileTicketingAttachmentwithSize(org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> size)The size of the fileTicketingAttachmentwithTicketId(java.lang.String ticketId)The reference ticket ID the attachment belongs toTicketingAttachmentwithTicketId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> ticketId)The reference ticket ID the attachment belongs toTicketingAttachmentwithUpdatedAt(java.time.OffsetDateTime updatedAt)The timestamp when the record was last updatedTicketingAttachmentwithUpdatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)The timestamp when the record was last updatedTicketingAttachmentwithUserId(java.lang.String userId)The user who uploaded the fileTicketingAttachmentwithUserId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> userId)The user who uploaded the file
-
-
-
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
-
fileFormat
public org.openapitools.jackson.nullable.JsonNullable<TicketingAttachmentFileFormat> fileFormat()
The type 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
-
builder
public static TicketingAttachment.Builder builder()
-
withId
public TicketingAttachment withId(java.lang.String id)
Unique identifier
-
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
-
withFileFormat
public TicketingAttachment withFileFormat(TicketingAttachmentFileFormat fileFormat)
The type of the file
-
withFileFormat
public TicketingAttachment withFileFormat(org.openapitools.jackson.nullable.JsonNullable<? extends TicketingAttachmentFileFormat> fileFormat)
The type 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(double size)
The size 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:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-