Class TicketingTicketCreateRequestDto.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.TicketingTicketCreateRequestDto.Builder
-
- Enclosing class:
- TicketingTicketCreateRequestDto
public static final class TicketingTicketCreateRequestDto.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TicketingTicketCreateRequestDto.Builderassignees(java.util.List<java.lang.String> assignees)Agents assigned to the ticketTicketingTicketCreateRequestDto.Builderassignees(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> assignees)Agents assigned to the ticketTicketingTicketCreateRequestDtobuild()TicketingTicketCreateRequestDto.BuildercomponentIds(java.lang.String componentIds)Components to associate with the ticketTicketingTicketCreateRequestDto.BuildercomponentIds(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> componentIds)Components to associate with the ticketTicketingTicketCreateRequestDto.Buildercontent(java.util.List<TicketingContent> content)Array of content associated with the ticketTicketingTicketCreateRequestDto.Buildercontent(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<TicketingContent>> content)Array of content associated with the ticketTicketingTicketCreateRequestDto.BuildercreatorId(java.lang.String creatorId)The creator of the ticketTicketingTicketCreateRequestDto.BuildercreatorId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> creatorId)The creator of the ticketTicketingTicketCreateRequestDto.BuilderorganizationId(java.lang.String organizationId)Organization associated with the ticketTicketingTicketCreateRequestDto.BuilderorganizationId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> organizationId)Organization associated with the ticketTicketingTicketCreateRequestDto.BuilderparentId(java.lang.String parentId)ID of the parent ticket if this is a sub-ticketTicketingTicketCreateRequestDto.BuilderparentId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> parentId)ID of the parent ticket if this is a sub-ticketTicketingTicketCreateRequestDto.Builderpriority(TicketingTicketCreateRequestDtoPriority priority)Priority of the ticketTicketingTicketCreateRequestDto.Builderpriority(org.openapitools.jackson.nullable.JsonNullable<? extends TicketingTicketCreateRequestDtoPriority> priority)Priority of the ticketTicketingTicketCreateRequestDto.BuilderprojectId(java.lang.String projectId)Project the ticket belongs toTicketingTicketCreateRequestDto.BuilderprojectId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> projectId)Project the ticket belongs toTicketingTicketCreateRequestDto.Builderreporters(java.util.List<java.lang.String> reporters)Users who reported the ticketTicketingTicketCreateRequestDto.Builderreporters(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> reporters)Users who reported the ticketTicketingTicketCreateRequestDto.Buildertags(java.util.List<java.lang.String> tags)The tags of the ticketTicketingTicketCreateRequestDto.Buildertags(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> tags)The tags of the ticketTicketingTicketCreateRequestDto.Buildertitle(java.lang.String title)The title or subject of the ticketTicketingTicketCreateRequestDto.Buildertitle(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> title)The title or subject of the ticketTicketingTicketCreateRequestDto.Buildertype(java.lang.String type)The type of the ticketTicketingTicketCreateRequestDto.Buildertype(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> type)The type of the ticketTicketingTicketCreateRequestDto.BuilderunifiedCustomFields(java.util.Map<java.lang.String,java.lang.Object> unifiedCustomFields)Custom Unified Fields configured in your StackOne projectTicketingTicketCreateRequestDto.BuilderunifiedCustomFields(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> unifiedCustomFields)Custom Unified Fields configured in your StackOne project
-
-
-
Method Detail
-
unifiedCustomFields
public TicketingTicketCreateRequestDto.Builder unifiedCustomFields(java.util.Map<java.lang.String,java.lang.Object> unifiedCustomFields)
Custom Unified Fields configured in your StackOne project
-
unifiedCustomFields
public TicketingTicketCreateRequestDto.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 TicketingTicketCreateRequestDto.Builder title(java.lang.String title)
The title or subject of the ticket
-
title
public TicketingTicketCreateRequestDto.Builder title(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> title)
The title or subject of the ticket
-
creatorId
public TicketingTicketCreateRequestDto.Builder creatorId(java.lang.String creatorId)
The creator of the ticket
-
creatorId
public TicketingTicketCreateRequestDto.Builder creatorId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> creatorId)
The creator of the ticket
-
reporters
public TicketingTicketCreateRequestDto.Builder reporters(java.util.List<java.lang.String> reporters)
Users who reported the ticket
-
reporters
public TicketingTicketCreateRequestDto.Builder reporters(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> reporters)
Users who reported the ticket
-
assignees
public TicketingTicketCreateRequestDto.Builder assignees(java.util.List<java.lang.String> assignees)
Agents assigned to the ticket
-
assignees
public TicketingTicketCreateRequestDto.Builder assignees(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> assignees)
Agents assigned to the ticket
-
content
public TicketingTicketCreateRequestDto.Builder content(java.util.List<TicketingContent> content)
Array of content associated with the ticket
-
content
public TicketingTicketCreateRequestDto.Builder content(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<TicketingContent>> content)
Array of content associated with the ticket
-
parentId
public TicketingTicketCreateRequestDto.Builder parentId(java.lang.String parentId)
ID of the parent ticket if this is a sub-ticket
-
parentId
public TicketingTicketCreateRequestDto.Builder parentId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> parentId)
ID of the parent ticket if this is a sub-ticket
-
priority
public TicketingTicketCreateRequestDto.Builder priority(TicketingTicketCreateRequestDtoPriority priority)
Priority of the ticket
-
priority
public TicketingTicketCreateRequestDto.Builder priority(org.openapitools.jackson.nullable.JsonNullable<? extends TicketingTicketCreateRequestDtoPriority> priority)
Priority of the ticket
-
tags
public TicketingTicketCreateRequestDto.Builder tags(java.util.List<java.lang.String> tags)
The tags of the ticket
-
tags
public TicketingTicketCreateRequestDto.Builder tags(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> tags)
The tags of the ticket
-
organizationId
public TicketingTicketCreateRequestDto.Builder organizationId(java.lang.String organizationId)
Organization associated with the ticket
-
organizationId
public TicketingTicketCreateRequestDto.Builder organizationId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> organizationId)
Organization associated with the ticket
-
projectId
public TicketingTicketCreateRequestDto.Builder projectId(java.lang.String projectId)
Project the ticket belongs to
-
projectId
public TicketingTicketCreateRequestDto.Builder projectId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> projectId)
Project the ticket belongs to
-
componentIds
public TicketingTicketCreateRequestDto.Builder componentIds(java.lang.String componentIds)
Components to associate with the ticket
-
componentIds
public TicketingTicketCreateRequestDto.Builder componentIds(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> componentIds)
Components to associate with the ticket
-
type
public TicketingTicketCreateRequestDto.Builder type(java.lang.String type)
The type of the ticket
-
type
public TicketingTicketCreateRequestDto.Builder type(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> type)
The type of the ticket
-
build
public TicketingTicketCreateRequestDto build()
-
-