Class TicketingComponent.Builder

  • Enclosing class:
    TicketingComponent

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

      • id

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

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

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

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

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

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

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

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

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

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

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