Class TicketingReadTicket.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.TicketingReadTicket.Builder
-
- Enclosing class:
- TicketingReadTicket
public static final class TicketingReadTicket.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TicketingReadTicket.Builderassignees(java.util.List<java.lang.String> assignees)Agents assigned to the ticketTicketingReadTicket.Builderassignees(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> assignees)Agents assigned to the ticketTicketingReadTicketbuild()TicketingReadTicket.BuilderclosedAt(java.time.OffsetDateTime closedAt)The date the ticket was closedTicketingReadTicket.BuilderclosedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> closedAt)The date the ticket was closedTicketingReadTicket.Buildercomponents(java.util.List<TicketingComponent> components)Components associated with the ticketTicketingReadTicket.Buildercomponents(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<TicketingComponent>> components)Components associated with the ticketTicketingReadTicket.Buildercontent(java.util.List<TicketingContent> content)Array of content associated with the ticketTicketingReadTicket.Buildercontent(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<TicketingContent>> content)Array of content associated with the ticketTicketingReadTicket.BuildercreatedAt(java.time.OffsetDateTime createdAt)The timestamp when the record was createdTicketingReadTicket.BuildercreatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)The timestamp when the record was createdTicketingReadTicket.BuildercreatorId(java.lang.String creatorId)The creator of the ticketTicketingReadTicket.BuildercreatorId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> creatorId)The creator of the ticketTicketingReadTicket.Builderid(java.lang.String id)Unique identifierTicketingReadTicket.Builderid(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)Unique identifierTicketingReadTicket.Builderorganization(Organization organization)Organization associated with the ticketTicketingReadTicket.Builderorganization(org.openapitools.jackson.nullable.JsonNullable<? extends Organization> organization)Organization associated with the ticketTicketingReadTicket.BuilderparentId(java.lang.String parentId)ID of the parent ticket if this is a sub-ticketTicketingReadTicket.BuilderparentId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> parentId)ID of the parent ticket if this is a sub-ticketTicketingReadTicket.Builderpriority(Priority priority)Priority of the ticketTicketingReadTicket.Builderpriority(org.openapitools.jackson.nullable.JsonNullable<? extends Priority> priority)Priority of the ticketTicketingReadTicket.Builderprojects(java.util.List<TicketingProject> projects)Projects the ticket belongs toTicketingReadTicket.Builderprojects(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<TicketingProject>> projects)Projects the ticket belongs toTicketingReadTicket.BuilderremoteId(java.lang.String remoteId)Provider's unique identifierTicketingReadTicket.BuilderremoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)Provider's unique identifierTicketingReadTicket.Builderreporters(java.util.List<java.lang.String> reporters)Users who reported the ticketTicketingReadTicket.Builderreporters(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> reporters)Users who reported the ticketTicketingReadTicket.Builderstatus(TicketingReadTicketStatus status)Current status of the ticketTicketingReadTicket.Builderstatus(org.openapitools.jackson.nullable.JsonNullable<? extends TicketingReadTicketStatus> status)Current status of the ticketTicketingReadTicket.Buildertags(java.util.List<java.lang.String> tags)The tags of the ticketTicketingReadTicket.Buildertags(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> tags)The tags of the ticketTicketingReadTicket.BuilderticketNumber(java.lang.String ticketNumber)The unique ticket number or reference IDTicketingReadTicket.BuilderticketNumber(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> ticketNumber)The unique ticket number or reference IDTicketingReadTicket.BuilderticketUrl(java.lang.String ticketUrl)URL to view the ticket in the source systemTicketingReadTicket.BuilderticketUrl(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> ticketUrl)URL to view the ticket in the source systemTicketingReadTicket.Buildertitle(java.lang.String title)The title or subject of the ticketTicketingReadTicket.Buildertitle(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> title)The title or subject of the ticketTicketingReadTicket.Buildertype(TicketingReadTicketType type)The type of the ticketTicketingReadTicket.Buildertype(org.openapitools.jackson.nullable.JsonNullable<? extends TicketingReadTicketType> type)The type of the ticketTicketingReadTicket.BuilderunifiedCustomFields(java.util.Map<java.lang.String,java.lang.Object> unifiedCustomFields)Custom Unified Fields configured in your StackOne projectTicketingReadTicket.BuilderunifiedCustomFields(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> unifiedCustomFields)Custom Unified Fields configured in your StackOne projectTicketingReadTicket.BuilderupdatedAt(java.time.OffsetDateTime updatedAt)The timestamp when the record was last updatedTicketingReadTicket.BuilderupdatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)The timestamp when the record was last updated
-
-
-
Method Detail
-
id
public TicketingReadTicket.Builder id(java.lang.String id)
Unique identifier
-
id
public TicketingReadTicket.Builder id(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
Unique identifier
-
remoteId
public TicketingReadTicket.Builder remoteId(java.lang.String remoteId)
Provider's unique identifier
-
remoteId
public TicketingReadTicket.Builder remoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
Provider's unique identifier
-
unifiedCustomFields
public TicketingReadTicket.Builder unifiedCustomFields(java.util.Map<java.lang.String,java.lang.Object> unifiedCustomFields)
Custom Unified Fields configured in your StackOne project
-
unifiedCustomFields
public TicketingReadTicket.Builder unifiedCustomFields(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> unifiedCustomFields)
Custom Unified Fields configured in your StackOne project
-
title
public TicketingReadTicket.Builder title(java.lang.String title)
The title or subject of the ticket
-
title
public TicketingReadTicket.Builder title(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> title)
The title or subject of the ticket
-
creatorId
public TicketingReadTicket.Builder creatorId(java.lang.String creatorId)
The creator of the ticket
-
creatorId
public TicketingReadTicket.Builder creatorId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> creatorId)
The creator of the ticket
-
reporters
public TicketingReadTicket.Builder reporters(java.util.List<java.lang.String> reporters)
Users who reported the ticket
-
reporters
public TicketingReadTicket.Builder reporters(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> reporters)
Users who reported the ticket
-
assignees
public TicketingReadTicket.Builder assignees(java.util.List<java.lang.String> assignees)
Agents assigned to the ticket
-
assignees
public TicketingReadTicket.Builder assignees(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> assignees)
Agents assigned to the ticket
-
content
public TicketingReadTicket.Builder content(java.util.List<TicketingContent> content)
Array of content associated with the ticket
-
content
public TicketingReadTicket.Builder content(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<TicketingContent>> content)
Array of content associated with the ticket
-
parentId
public TicketingReadTicket.Builder parentId(java.lang.String parentId)
ID of the parent ticket if this is a sub-ticket
-
parentId
public TicketingReadTicket.Builder parentId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> parentId)
ID of the parent ticket if this is a sub-ticket
-
priority
public TicketingReadTicket.Builder priority(Priority priority)
Priority of the ticket
-
priority
public TicketingReadTicket.Builder priority(org.openapitools.jackson.nullable.JsonNullable<? extends Priority> priority)
Priority of the ticket
-
tags
public TicketingReadTicket.Builder tags(java.util.List<java.lang.String> tags)
The tags of the ticket
-
tags
public TicketingReadTicket.Builder tags(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> tags)
The tags of the ticket
-
projects
public TicketingReadTicket.Builder projects(java.util.List<TicketingProject> projects)
Projects the ticket belongs to
-
projects
public TicketingReadTicket.Builder projects(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<TicketingProject>> projects)
Projects the ticket belongs to
-
ticketNumber
public TicketingReadTicket.Builder ticketNumber(java.lang.String ticketNumber)
The unique ticket number or reference ID
-
ticketNumber
public TicketingReadTicket.Builder ticketNumber(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> ticketNumber)
The unique ticket number or reference ID
-
type
public TicketingReadTicket.Builder type(TicketingReadTicketType type)
The type of the ticket
-
type
public TicketingReadTicket.Builder type(org.openapitools.jackson.nullable.JsonNullable<? extends TicketingReadTicketType> type)
The type of the ticket
-
closedAt
public TicketingReadTicket.Builder closedAt(java.time.OffsetDateTime closedAt)
The date the ticket was closed
-
closedAt
public TicketingReadTicket.Builder closedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> closedAt)
The date the ticket was closed
-
ticketUrl
public TicketingReadTicket.Builder ticketUrl(java.lang.String ticketUrl)
URL to view the ticket in the source system
-
ticketUrl
public TicketingReadTicket.Builder ticketUrl(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> ticketUrl)
URL to view the ticket in the source system
-
status
public TicketingReadTicket.Builder status(TicketingReadTicketStatus status)
Current status of the ticket
-
status
public TicketingReadTicket.Builder status(org.openapitools.jackson.nullable.JsonNullable<? extends TicketingReadTicketStatus> status)
Current status of the ticket
-
organization
public TicketingReadTicket.Builder organization(Organization organization)
Organization associated with the ticket
-
organization
public TicketingReadTicket.Builder organization(org.openapitools.jackson.nullable.JsonNullable<? extends Organization> organization)
Organization associated with the ticket
-
components
public TicketingReadTicket.Builder components(java.util.List<TicketingComponent> components)
Components associated with the ticket
-
components
public TicketingReadTicket.Builder components(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<TicketingComponent>> components)
Components associated with the ticket
-
createdAt
public TicketingReadTicket.Builder createdAt(java.time.OffsetDateTime createdAt)
The timestamp when the record was created
-
createdAt
public TicketingReadTicket.Builder createdAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)
The timestamp when the record was created
-
updatedAt
public TicketingReadTicket.Builder updatedAt(java.time.OffsetDateTime updatedAt)
The timestamp when the record was last updated
-
updatedAt
public TicketingReadTicket.Builder updatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)
The timestamp when the record was last updated
-
build
public TicketingReadTicket build()
-
-