Class TicketingProject.Builder

  • Enclosing class:
    TicketingProject

    public static final class TicketingProject.Builder
    extends java.lang.Object
    • Method Detail

      • id

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

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

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

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

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

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

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

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

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

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

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