Class TicketingTicketUpdateRequestDto


  • public class TicketingTicketUpdateRequestDto
    extends java.lang.Object
    • 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
      • 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
      • 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​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> title)
        The title or subject of 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​(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> assignees)
        Agents assigned to the 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
      • 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​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> projectId)
        Project the ticket belongs to
      • withComponentIds

        public TicketingTicketUpdateRequestDto withComponentIds​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> componentIds)
        Components to associate with the ticket
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object