Class TicketingProject


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

      Constructors 
      Constructor Description
      TicketingProject()  
      TicketingProject​(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> name, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> organizationId, 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 TicketingProject.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 project
      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 project
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> organizationId()
      The organization id related to the project
      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
      TicketingProject withCreatedAt​(java.time.OffsetDateTime createdAt)
      The timestamp when the record was created
      TicketingProject withCreatedAt​(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)
      The timestamp when the record was created
      TicketingProject withDescription​(java.lang.String description)
      The description of the project
      TicketingProject withDescription​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description)
      The description of the project
      TicketingProject withId​(java.lang.String id)
      Unique identifier
      TicketingProject withId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
      Unique identifier
      TicketingProject withName​(java.lang.String name)
      The name of the project
      TicketingProject withName​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
      The name of the project
      TicketingProject withOrganizationId​(java.lang.String organizationId)
      The organization id related to the project
      TicketingProject withOrganizationId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> organizationId)
      The organization id related to the project
      TicketingProject withRemoteId​(java.lang.String remoteId)
      Provider's unique identifier
      TicketingProject withRemoteId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
      Provider's unique identifier
      TicketingProject withUpdatedAt​(java.time.OffsetDateTime updatedAt)
      The timestamp when the record was last updated
      TicketingProject 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

      • TicketingProject

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

        public TicketingProject()
    • 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
      • name

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

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

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> organizationId()
        The organization id related to the project
      • 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 TicketingProject withId​(java.lang.String id)
        Unique identifier
      • withId

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

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

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

        public TicketingProject withName​(java.lang.String name)
        The name of the project
      • withName

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

        public TicketingProject withDescription​(java.lang.String description)
        The description of the project
      • withDescription

        public TicketingProject withDescription​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description)
        The description of the project
      • withOrganizationId

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

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

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

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

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

        public TicketingProject 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