Class TicketingTicketCreateRequestDto
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.TicketingTicketCreateRequestDto
-
public class TicketingTicketCreateRequestDto extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTicketingTicketCreateRequestDto.Builder
-
Constructor Summary
Constructors Constructor Description TicketingTicketCreateRequestDto()TicketingTicketCreateRequestDto(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> unifiedCustomFields, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> title, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> creatorId, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> reporters, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> assignees, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<TicketingContent>> content, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> parentId, org.openapitools.jackson.nullable.JsonNullable<? extends TicketingTicketCreateRequestDtoPriority> priority, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> tags, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> organizationId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> projectId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> componentIds, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> type)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description org.openapitools.jackson.nullable.JsonNullable<java.util.List<java.lang.String>>assignees()Agents assigned to the ticketstatic TicketingTicketCreateRequestDto.Builderbuilder()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>componentIds()Components to associate with the ticketorg.openapitools.jackson.nullable.JsonNullable<java.util.List<TicketingContent>>content()Array of content associated with the ticketorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>creatorId()The creator of the ticketbooleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>organizationId()Organization associated with the ticketorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>parentId()ID of the parent ticket if this is a sub-ticketorg.openapitools.jackson.nullable.JsonNullable<TicketingTicketCreateRequestDtoPriority>priority()Priority of the ticketorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>projectId()Project the ticket belongs toorg.openapitools.jackson.nullable.JsonNullable<java.util.List<java.lang.String>>reporters()Users who reported the ticketorg.openapitools.jackson.nullable.JsonNullable<java.util.List<java.lang.String>>tags()The tags of the ticketorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>title()The title or subject of the ticketjava.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>type()The type of the ticketorg.openapitools.jackson.nullable.JsonNullable<java.util.Map<java.lang.String,java.lang.Object>>unifiedCustomFields()Custom Unified Fields configured in your StackOne projectTicketingTicketCreateRequestDtowithAssignees(java.util.List<java.lang.String> assignees)Agents assigned to the ticketTicketingTicketCreateRequestDtowithAssignees(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> assignees)Agents assigned to the ticketTicketingTicketCreateRequestDtowithComponentIds(java.lang.String componentIds)Components to associate with the ticketTicketingTicketCreateRequestDtowithComponentIds(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> componentIds)Components to associate with the ticketTicketingTicketCreateRequestDtowithContent(java.util.List<TicketingContent> content)Array of content associated with the ticketTicketingTicketCreateRequestDtowithContent(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<TicketingContent>> content)Array of content associated with the ticketTicketingTicketCreateRequestDtowithCreatorId(java.lang.String creatorId)The creator of the ticketTicketingTicketCreateRequestDtowithCreatorId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> creatorId)The creator of the ticketTicketingTicketCreateRequestDtowithOrganizationId(java.lang.String organizationId)Organization associated with the ticketTicketingTicketCreateRequestDtowithOrganizationId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> organizationId)Organization associated with the ticketTicketingTicketCreateRequestDtowithParentId(java.lang.String parentId)ID of the parent ticket if this is a sub-ticketTicketingTicketCreateRequestDtowithParentId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> parentId)ID of the parent ticket if this is a sub-ticketTicketingTicketCreateRequestDtowithPriority(TicketingTicketCreateRequestDtoPriority priority)Priority of the ticketTicketingTicketCreateRequestDtowithPriority(org.openapitools.jackson.nullable.JsonNullable<? extends TicketingTicketCreateRequestDtoPriority> priority)Priority of the ticketTicketingTicketCreateRequestDtowithProjectId(java.lang.String projectId)Project the ticket belongs toTicketingTicketCreateRequestDtowithProjectId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> projectId)Project the ticket belongs toTicketingTicketCreateRequestDtowithReporters(java.util.List<java.lang.String> reporters)Users who reported the ticketTicketingTicketCreateRequestDtowithReporters(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> reporters)Users who reported the ticketTicketingTicketCreateRequestDtowithTags(java.util.List<java.lang.String> tags)The tags of the ticketTicketingTicketCreateRequestDtowithTags(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> tags)The tags of the ticketTicketingTicketCreateRequestDtowithTitle(java.lang.String title)The title or subject of the ticketTicketingTicketCreateRequestDtowithTitle(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> title)The title or subject of the ticketTicketingTicketCreateRequestDtowithType(java.lang.String type)The type of the ticketTicketingTicketCreateRequestDtowithType(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> type)The type of the ticketTicketingTicketCreateRequestDtowithUnifiedCustomFields(java.util.Map<java.lang.String,java.lang.Object> unifiedCustomFields)Custom Unified Fields configured in your StackOne projectTicketingTicketCreateRequestDtowithUnifiedCustomFields(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> unifiedCustomFields)Custom Unified Fields configured in your StackOne project
-
-
-
Constructor Detail
-
TicketingTicketCreateRequestDto
public TicketingTicketCreateRequestDto(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> unifiedCustomFields, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> title, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> creatorId, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> reporters, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> assignees, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<TicketingContent>> content, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> parentId, org.openapitools.jackson.nullable.JsonNullable<? extends TicketingTicketCreateRequestDtoPriority> priority, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> tags, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> organizationId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> projectId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> componentIds, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> type)
-
TicketingTicketCreateRequestDto
public TicketingTicketCreateRequestDto()
-
-
Method Detail
-
unifiedCustomFields
public org.openapitools.jackson.nullable.JsonNullable<java.util.Map<java.lang.String,java.lang.Object>> unifiedCustomFields()
Custom Unified Fields configured in your StackOne project
-
title
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> title()
The title or subject of the ticket
-
creatorId
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> creatorId()
The creator of the ticket
-
reporters
public org.openapitools.jackson.nullable.JsonNullable<java.util.List<java.lang.String>> reporters()
Users who reported the ticket
-
assignees
public org.openapitools.jackson.nullable.JsonNullable<java.util.List<java.lang.String>> assignees()
Agents assigned to the ticket
-
content
public org.openapitools.jackson.nullable.JsonNullable<java.util.List<TicketingContent>> content()
Array of content associated with the ticket
-
parentId
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> parentId()
ID of the parent ticket if this is a sub-ticket
-
priority
public org.openapitools.jackson.nullable.JsonNullable<TicketingTicketCreateRequestDtoPriority> priority()
Priority of the ticket
-
tags
public org.openapitools.jackson.nullable.JsonNullable<java.util.List<java.lang.String>> tags()
The tags of the ticket
-
organizationId
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> organizationId()
Organization associated with the ticket
-
projectId
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> projectId()
Project the ticket belongs to
-
componentIds
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> componentIds()
Components to associate with the ticket
-
type
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> type()
The type of the ticket
-
builder
public static TicketingTicketCreateRequestDto.Builder builder()
-
withUnifiedCustomFields
public TicketingTicketCreateRequestDto withUnifiedCustomFields(java.util.Map<java.lang.String,java.lang.Object> unifiedCustomFields)
Custom Unified Fields configured in your StackOne project
-
withUnifiedCustomFields
public TicketingTicketCreateRequestDto withUnifiedCustomFields(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> unifiedCustomFields)
Custom Unified Fields configured in your StackOne project
-
withTitle
public TicketingTicketCreateRequestDto withTitle(java.lang.String title)
The title or subject of the ticket
-
withTitle
public TicketingTicketCreateRequestDto withTitle(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> title)
The title or subject of the ticket
-
withCreatorId
public TicketingTicketCreateRequestDto withCreatorId(java.lang.String creatorId)
The creator of the ticket
-
withCreatorId
public TicketingTicketCreateRequestDto withCreatorId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> creatorId)
The creator of the ticket
-
withReporters
public TicketingTicketCreateRequestDto withReporters(java.util.List<java.lang.String> reporters)
Users who reported the ticket
-
withReporters
public TicketingTicketCreateRequestDto withReporters(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> reporters)
Users who reported the ticket
-
withAssignees
public TicketingTicketCreateRequestDto withAssignees(java.util.List<java.lang.String> assignees)
Agents assigned to the ticket
-
withAssignees
public TicketingTicketCreateRequestDto withAssignees(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> assignees)
Agents assigned to the ticket
-
withContent
public TicketingTicketCreateRequestDto withContent(java.util.List<TicketingContent> content)
Array of content associated with the ticket
-
withContent
public TicketingTicketCreateRequestDto withContent(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<TicketingContent>> content)
Array of content associated with the ticket
-
withParentId
public TicketingTicketCreateRequestDto withParentId(java.lang.String parentId)
ID of the parent ticket if this is a sub-ticket
-
withParentId
public TicketingTicketCreateRequestDto withParentId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> parentId)
ID of the parent ticket if this is a sub-ticket
-
withPriority
public TicketingTicketCreateRequestDto withPriority(TicketingTicketCreateRequestDtoPriority priority)
Priority of the ticket
-
withPriority
public TicketingTicketCreateRequestDto withPriority(org.openapitools.jackson.nullable.JsonNullable<? extends TicketingTicketCreateRequestDtoPriority> priority)
Priority of the ticket
-
withTags
public TicketingTicketCreateRequestDto withTags(java.util.List<java.lang.String> tags)
The tags of the ticket
-
withTags
public TicketingTicketCreateRequestDto withTags(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> tags)
The tags of the ticket
-
withOrganizationId
public TicketingTicketCreateRequestDto withOrganizationId(java.lang.String organizationId)
Organization associated with the ticket
-
withOrganizationId
public TicketingTicketCreateRequestDto withOrganizationId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> organizationId)
Organization associated with the ticket
-
withProjectId
public TicketingTicketCreateRequestDto withProjectId(java.lang.String projectId)
Project the ticket belongs to
-
withProjectId
public TicketingTicketCreateRequestDto withProjectId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> projectId)
Project the ticket belongs to
-
withComponentIds
public TicketingTicketCreateRequestDto withComponentIds(java.lang.String componentIds)
Components to associate with the ticket
-
withComponentIds
public TicketingTicketCreateRequestDto withComponentIds(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> componentIds)
Components to associate with the ticket
-
withType
public TicketingTicketCreateRequestDto withType(java.lang.String type)
The type of the ticket
-
withType
public TicketingTicketCreateRequestDto withType(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> type)
The type of the ticket
-
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
-
-