Class TicketingProjectResultData


  • public class TicketingProjectResultData
    extends java.lang.Object
    • Constructor Detail

      • TicketingProjectResultData

        public TicketingProjectResultData​(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)
      • TicketingProjectResultData

        public TicketingProjectResultData()
    • 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 TicketingProjectResultData withId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
        Unique identifier
      • withRemoteId

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

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

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

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

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

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

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

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

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

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