Class TicketingAttachmentResultData
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.TicketingAttachmentResultData
-
public class TicketingAttachmentResultData extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTicketingAttachmentResultData.Builder
-
Constructor Summary
Constructors Constructor Description TicketingAttachmentResultData()TicketingAttachmentResultData(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 TicketingAttachmentResultFileFormat> 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 TicketingAttachmentResultData.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<TicketingAttachmentResultFileFormat>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 fileTicketingAttachmentResultDatawithCreatedAt(java.time.OffsetDateTime createdAt)The timestamp when the record was createdTicketingAttachmentResultDatawithCreatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)The timestamp when the record was createdTicketingAttachmentResultDatawithFileFormat(TicketingAttachmentResultFileFormat fileFormat)The type of the fileTicketingAttachmentResultDatawithFileFormat(org.openapitools.jackson.nullable.JsonNullable<? extends TicketingAttachmentResultFileFormat> fileFormat)The type of the fileTicketingAttachmentResultDatawithFileName(java.lang.String fileName)The name of the fileTicketingAttachmentResultDatawithFileName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> fileName)The name of the fileTicketingAttachmentResultDatawithFileUrl(java.lang.String fileUrl)The resource URL of the fileTicketingAttachmentResultDatawithFileUrl(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> fileUrl)The resource URL of the fileTicketingAttachmentResultDatawithId(java.lang.String id)Unique identifierTicketingAttachmentResultDatawithId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)Unique identifierTicketingAttachmentResultDatawithRemoteId(java.lang.String remoteId)Provider's unique identifierTicketingAttachmentResultDatawithRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)Provider's unique identifierTicketingAttachmentResultDatawithSize(double size)The size of the fileTicketingAttachmentResultDatawithSize(org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> size)The size of the fileTicketingAttachmentResultDatawithTicketId(java.lang.String ticketId)The reference ticket ID the attachment belongs toTicketingAttachmentResultDatawithTicketId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> ticketId)The reference ticket ID the attachment belongs toTicketingAttachmentResultDatawithUpdatedAt(java.time.OffsetDateTime updatedAt)The timestamp when the record was last updatedTicketingAttachmentResultDatawithUpdatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)The timestamp when the record was last updatedTicketingAttachmentResultDatawithUserId(java.lang.String userId)The user who uploaded the fileTicketingAttachmentResultDatawithUserId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> userId)The user who uploaded the file
-
-
-
Constructor Detail
-
TicketingAttachmentResultData
public TicketingAttachmentResultData(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 TicketingAttachmentResultFileFormat> 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)
-
TicketingAttachmentResultData
public TicketingAttachmentResultData()
-
-
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<TicketingAttachmentResultFileFormat> 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 TicketingAttachmentResultData.Builder builder()
-
withId
public TicketingAttachmentResultData withId(java.lang.String id)
Unique identifier
-
withId
public TicketingAttachmentResultData withId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
Unique identifier
-
withRemoteId
public TicketingAttachmentResultData withRemoteId(java.lang.String remoteId)
Provider's unique identifier
-
withRemoteId
public TicketingAttachmentResultData withRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
Provider's unique identifier
-
withTicketId
public TicketingAttachmentResultData withTicketId(java.lang.String ticketId)
The reference ticket ID the attachment belongs to
-
withTicketId
public TicketingAttachmentResultData withTicketId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> ticketId)
The reference ticket ID the attachment belongs to
-
withUserId
public TicketingAttachmentResultData withUserId(java.lang.String userId)
The user who uploaded the file
-
withUserId
public TicketingAttachmentResultData withUserId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> userId)
The user who uploaded the file
-
withFileName
public TicketingAttachmentResultData withFileName(java.lang.String fileName)
The name of the file
-
withFileName
public TicketingAttachmentResultData withFileName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> fileName)
The name of the file
-
withFileFormat
public TicketingAttachmentResultData withFileFormat(TicketingAttachmentResultFileFormat fileFormat)
The type of the file
-
withFileFormat
public TicketingAttachmentResultData withFileFormat(org.openapitools.jackson.nullable.JsonNullable<? extends TicketingAttachmentResultFileFormat> fileFormat)
The type of the file
-
withFileUrl
public TicketingAttachmentResultData withFileUrl(java.lang.String fileUrl)
The resource URL of the file
-
withFileUrl
public TicketingAttachmentResultData withFileUrl(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> fileUrl)
The resource URL of the file
-
withSize
public TicketingAttachmentResultData withSize(double size)
The size of the file
-
withSize
public TicketingAttachmentResultData withSize(org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> size)
The size of the file
-
withCreatedAt
public TicketingAttachmentResultData withCreatedAt(java.time.OffsetDateTime createdAt)
The timestamp when the record was created
-
withCreatedAt
public TicketingAttachmentResultData withCreatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)
The timestamp when the record was created
-
withUpdatedAt
public TicketingAttachmentResultData withUpdatedAt(java.time.OffsetDateTime updatedAt)
The timestamp when the record was last updated
-
withUpdatedAt
public TicketingAttachmentResultData 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
-
-