Class TicketingComponent


  • public class TicketingComponent
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      TicketingComponent()  
      TicketingComponent​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId, 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> name, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static TicketingComponent.Builder builder()  
      org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt()
      The timestamp when the record was created
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description()
      The description of the component
      boolean equals​(java.lang.Object o)  
      int hashCode()  
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id()
      Unique identifier
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name()
      The name of the component
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> organizationId()
      The organization id related to the component
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> projectId()
      The project id related to the component
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId()
      Provider's unique identifier
      java.lang.String toString()  
      org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt()
      The timestamp when the record was last updated
      TicketingComponent withCreatedAt​(java.time.OffsetDateTime createdAt)
      The timestamp when the record was created
      TicketingComponent withCreatedAt​(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)
      The timestamp when the record was created
      TicketingComponent withDescription​(java.lang.String description)
      The description of the component
      TicketingComponent withDescription​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description)
      The description of the component
      TicketingComponent withId​(java.lang.String id)
      Unique identifier
      TicketingComponent withId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
      Unique identifier
      TicketingComponent withName​(java.lang.String name)
      The name of the component
      TicketingComponent withName​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
      The name of the component
      TicketingComponent withOrganizationId​(java.lang.String organizationId)
      The organization id related to the component
      TicketingComponent withOrganizationId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> organizationId)
      The organization id related to the component
      TicketingComponent withProjectId​(java.lang.String projectId)
      The project id related to the component
      TicketingComponent withProjectId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> projectId)
      The project id related to the component
      TicketingComponent withRemoteId​(java.lang.String remoteId)
      Provider's unique identifier
      TicketingComponent withRemoteId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
      Provider's unique identifier
      TicketingComponent withUpdatedAt​(java.time.OffsetDateTime updatedAt)
      The timestamp when the record was last updated
      TicketingComponent withUpdatedAt​(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)
      The timestamp when the record was last updated
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • TicketingComponent

        public TicketingComponent​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id,
                                  org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId,
                                  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> name,
                                  org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description,
                                  org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt,
                                  org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)
      • TicketingComponent

        public TicketingComponent()
    • Method Detail

      • id

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id()
        Unique identifier
      • remoteId

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId()
        Provider's unique identifier
      • organizationId

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> organizationId()
        The organization id related to the component
      • projectId

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> projectId()
        The project id related to the component
      • name

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name()
        The name of the component
      • description

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description()
        The description of the component
      • createdAt

        public org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt()
        The timestamp when the record was created
      • updatedAt

        public org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt()
        The timestamp when the record was last updated
      • withId

        public TicketingComponent withId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
        Unique identifier
      • withRemoteId

        public TicketingComponent withRemoteId​(java.lang.String remoteId)
        Provider's unique identifier
      • withRemoteId

        public TicketingComponent withRemoteId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
        Provider's unique identifier
      • withOrganizationId

        public TicketingComponent withOrganizationId​(java.lang.String organizationId)
        The organization id related to the component
      • withOrganizationId

        public TicketingComponent withOrganizationId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> organizationId)
        The organization id related to the component
      • withProjectId

        public TicketingComponent withProjectId​(java.lang.String projectId)
        The project id related to the component
      • withProjectId

        public TicketingComponent withProjectId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> projectId)
        The project id related to the component
      • withName

        public TicketingComponent withName​(java.lang.String name)
        The name of the component
      • withName

        public TicketingComponent withName​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
        The name of the component
      • withDescription

        public TicketingComponent withDescription​(java.lang.String description)
        The description of the component
      • withDescription

        public TicketingComponent withDescription​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description)
        The description of the component
      • withCreatedAt

        public TicketingComponent withCreatedAt​(java.time.OffsetDateTime createdAt)
        The timestamp when the record was created
      • withCreatedAt

        public TicketingComponent withCreatedAt​(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)
        The timestamp when the record was created
      • withUpdatedAt

        public TicketingComponent withUpdatedAt​(java.time.OffsetDateTime updatedAt)
        The timestamp when the record was last updated
      • withUpdatedAt

        public TicketingComponent withUpdatedAt​(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)
        The timestamp when the record was last updated
      • 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