Class TicketingTicketUpdateRequestDto
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.TicketingTicketUpdateRequestDto
-
public class TicketingTicketUpdateRequestDto extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTicketingTicketUpdateRequestDto.Builder
-
Constructor Summary
Constructors Constructor Description TicketingTicketUpdateRequestDto()TicketingTicketUpdateRequestDto(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<? 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 TicketingTicketUpdateRequestDtoPriority> priority, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> tags, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> projectId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> componentIds, org.openapitools.jackson.nullable.JsonNullable<? extends TicketingTicketUpdateRequestDtoStatus> status)
-
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 TicketingTicketUpdateRequestDto.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 ticketbooleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>parentId()ID of the parent ticket if this is a sub-ticketorg.openapitools.jackson.nullable.JsonNullable<TicketingTicketUpdateRequestDtoPriority>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<TicketingTicketUpdateRequestDtoStatus>status()Current status of 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.util.Map<java.lang.String,java.lang.Object>>unifiedCustomFields()Custom Unified Fields configured in your StackOne projectTicketingTicketUpdateRequestDtowithAssignees(java.util.List<java.lang.String> assignees)Agents assigned to the ticketTicketingTicketUpdateRequestDtowithAssignees(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> assignees)Agents assigned to the ticketTicketingTicketUpdateRequestDtowithComponentIds(java.lang.String componentIds)Components to associate with the ticketTicketingTicketUpdateRequestDtowithComponentIds(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> componentIds)Components to associate with the ticketTicketingTicketUpdateRequestDtowithContent(java.util.List<TicketingContent> content)Array of content associated with the ticketTicketingTicketUpdateRequestDtowithContent(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<TicketingContent>> content)Array of content associated with the ticketTicketingTicketUpdateRequestDtowithParentId(java.lang.String parentId)ID of the parent ticket if this is a sub-ticketTicketingTicketUpdateRequestDtowithParentId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> parentId)ID of the parent ticket if this is a sub-ticketTicketingTicketUpdateRequestDtowithPriority(TicketingTicketUpdateRequestDtoPriority priority)Priority of the ticketTicketingTicketUpdateRequestDtowithPriority(org.openapitools.jackson.nullable.JsonNullable<? extends TicketingTicketUpdateRequestDtoPriority> priority)Priority of the ticketTicketingTicketUpdateRequestDtowithProjectId(java.lang.String projectId)Project the ticket belongs toTicketingTicketUpdateRequestDtowithProjectId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> projectId)Project the ticket belongs toTicketingTicketUpdateRequestDtowithReporters(java.util.List<java.lang.String> reporters)Users who reported the ticketTicketingTicketUpdateRequestDtowithReporters(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> reporters)Users who reported the ticketTicketingTicketUpdateRequestDtowithStatus(TicketingTicketUpdateRequestDtoStatus status)Current status of the ticketTicketingTicketUpdateRequestDtowithStatus(org.openapitools.jackson.nullable.JsonNullable<? extends TicketingTicketUpdateRequestDtoStatus> status)Current status of the ticketTicketingTicketUpdateRequestDtowithTags(java.util.List<java.lang.String> tags)The tags of the ticketTicketingTicketUpdateRequestDtowithTags(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> tags)The tags of the ticketTicketingTicketUpdateRequestDtowithTitle(java.lang.String title)The title or subject of the ticketTicketingTicketUpdateRequestDtowithTitle(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> title)The title or subject of the ticketTicketingTicketUpdateRequestDtowithUnifiedCustomFields(java.util.Map<java.lang.String,java.lang.Object> unifiedCustomFields)Custom Unified Fields configured in your StackOne projectTicketingTicketUpdateRequestDtowithUnifiedCustomFields(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
-
TicketingTicketUpdateRequestDto
public TicketingTicketUpdateRequestDto(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<? 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 TicketingTicketUpdateRequestDtoPriority> priority, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> tags, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> projectId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> componentIds, org.openapitools.jackson.nullable.JsonNullable<? extends TicketingTicketUpdateRequestDtoStatus> status)
-
TicketingTicketUpdateRequestDto
public TicketingTicketUpdateRequestDto()
-
-
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
-
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<TicketingTicketUpdateRequestDtoPriority> priority()
Priority of the ticket
-
tags
public org.openapitools.jackson.nullable.JsonNullable<java.util.List<java.lang.String>> tags()
The tags of 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
-
status
public org.openapitools.jackson.nullable.JsonNullable<TicketingTicketUpdateRequestDtoStatus> status()
Current status of the ticket
-
builder
public static TicketingTicketUpdateRequestDto.Builder builder()
-
withUnifiedCustomFields
public TicketingTicketUpdateRequestDto withUnifiedCustomFields(java.util.Map<java.lang.String,java.lang.Object> unifiedCustomFields)
Custom Unified Fields configured in your StackOne project
-
withUnifiedCustomFields
public TicketingTicketUpdateRequestDto 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 TicketingTicketUpdateRequestDto withTitle(java.lang.String title)
The title or subject of the ticket
-
withTitle
public TicketingTicketUpdateRequestDto withTitle(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> title)
The title or subject of the ticket
-
withReporters
public TicketingTicketUpdateRequestDto withReporters(java.util.List<java.lang.String> reporters)
Users who reported the ticket
-
withReporters
public TicketingTicketUpdateRequestDto withReporters(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> reporters)
Users who reported the ticket
-
withAssignees
public TicketingTicketUpdateRequestDto withAssignees(java.util.List<java.lang.String> assignees)
Agents assigned to the ticket
-
withAssignees
public TicketingTicketUpdateRequestDto withAssignees(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> assignees)
Agents assigned to the ticket
-
withContent
public TicketingTicketUpdateRequestDto withContent(java.util.List<TicketingContent> content)
Array of content associated with the ticket
-
withContent
public TicketingTicketUpdateRequestDto withContent(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<TicketingContent>> content)
Array of content associated with the ticket
-
withParentId
public TicketingTicketUpdateRequestDto withParentId(java.lang.String parentId)
ID of the parent ticket if this is a sub-ticket
-
withParentId
public TicketingTicketUpdateRequestDto withParentId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> parentId)
ID of the parent ticket if this is a sub-ticket
-
withPriority
public TicketingTicketUpdateRequestDto withPriority(TicketingTicketUpdateRequestDtoPriority priority)
Priority of the ticket
-
withPriority
public TicketingTicketUpdateRequestDto withPriority(org.openapitools.jackson.nullable.JsonNullable<? extends TicketingTicketUpdateRequestDtoPriority> priority)
Priority of the ticket
-
withTags
public TicketingTicketUpdateRequestDto withTags(java.util.List<java.lang.String> tags)
The tags of the ticket
-
withTags
public TicketingTicketUpdateRequestDto withTags(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> tags)
The tags of the ticket
-
withProjectId
public TicketingTicketUpdateRequestDto withProjectId(java.lang.String projectId)
Project the ticket belongs to
-
withProjectId
public TicketingTicketUpdateRequestDto withProjectId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> projectId)
Project the ticket belongs to
-
withComponentIds
public TicketingTicketUpdateRequestDto withComponentIds(java.lang.String componentIds)
Components to associate with the ticket
-
withComponentIds
public TicketingTicketUpdateRequestDto withComponentIds(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> componentIds)
Components to associate with the ticket
-
withStatus
public TicketingTicketUpdateRequestDto withStatus(TicketingTicketUpdateRequestDtoStatus status)
Current status of the ticket
-
withStatus
public TicketingTicketUpdateRequestDto withStatus(org.openapitools.jackson.nullable.JsonNullable<? extends TicketingTicketUpdateRequestDtoStatus> status)
Current status 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
-
-