Class TicketingCommentResultData.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.TicketingCommentResultData.Builder
-
- Enclosing class:
- TicketingCommentResultData
public static final class TicketingCommentResultData.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TicketingCommentResultDatabuild()TicketingCommentResultData.Buildercontent(java.util.List<TicketingContent> content)Array of content associated with the commentTicketingCommentResultData.Buildercontent(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<TicketingContent>> content)Array of content associated with the commentTicketingCommentResultData.BuildercreatedAt(java.time.OffsetDateTime createdAt)The timestamp when the record was createdTicketingCommentResultData.BuildercreatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)The timestamp when the record was createdTicketingCommentResultData.Builderid(java.lang.String id)Unique identifierTicketingCommentResultData.Builderid(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)Unique identifierTicketingCommentResultData.Builderinternal(TicketingCommentResultInternal internal)Whether the comment is internalTicketingCommentResultData.Builderinternal(org.openapitools.jackson.nullable.JsonNullable<? extends TicketingCommentResultInternal> internal)Whether the comment is internalTicketingCommentResultData.BuilderremoteId(java.lang.String remoteId)Provider's unique identifierTicketingCommentResultData.BuilderremoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)Provider's unique identifierTicketingCommentResultData.BuilderticketId(java.lang.String ticketId)The ticket ID associated with the commentTicketingCommentResultData.BuilderupdatedAt(java.time.OffsetDateTime updatedAt)The timestamp when the record was last updatedTicketingCommentResultData.BuilderupdatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)The timestamp when the record was last updatedTicketingCommentResultData.BuilderuserId(java.lang.String userId)The user who created the commentTicketingCommentResultData.BuilderuserId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> userId)The user who created the comment
-
-
-
Method Detail
-
id
public TicketingCommentResultData.Builder id(java.lang.String id)
Unique identifier
-
id
public TicketingCommentResultData.Builder id(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
Unique identifier
-
remoteId
public TicketingCommentResultData.Builder remoteId(java.lang.String remoteId)
Provider's unique identifier
-
remoteId
public TicketingCommentResultData.Builder remoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
Provider's unique identifier
-
ticketId
public TicketingCommentResultData.Builder ticketId(java.lang.String ticketId)
The ticket ID associated with the comment
-
userId
public TicketingCommentResultData.Builder userId(java.lang.String userId)
The user who created the comment
-
userId
public TicketingCommentResultData.Builder userId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> userId)
The user who created the comment
-
internal
public TicketingCommentResultData.Builder internal(TicketingCommentResultInternal internal)
Whether the comment is internal
-
internal
public TicketingCommentResultData.Builder internal(org.openapitools.jackson.nullable.JsonNullable<? extends TicketingCommentResultInternal> internal)
Whether the comment is internal
-
content
public TicketingCommentResultData.Builder content(java.util.List<TicketingContent> content)
Array of content associated with the comment
-
content
public TicketingCommentResultData.Builder content(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<TicketingContent>> content)
Array of content associated with the comment
-
createdAt
public TicketingCommentResultData.Builder createdAt(java.time.OffsetDateTime createdAt)
The timestamp when the record was created
-
createdAt
public TicketingCommentResultData.Builder createdAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)
The timestamp when the record was created
-
updatedAt
public TicketingCommentResultData.Builder updatedAt(java.time.OffsetDateTime updatedAt)
The timestamp when the record was last updated
-
updatedAt
public TicketingCommentResultData.Builder updatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)
The timestamp when the record was last updated
-
build
public TicketingCommentResultData build()
-
-