Class TaskCommentApiModel.Builder

  • Enclosing class:
    TaskCommentApiModel

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

      • authorEmployeeId

        public TaskCommentApiModel.Builder authorEmployeeId​(java.lang.String authorEmployeeId)
        The Employee ID of the author of the comment
      • authorEmployeeId

        public TaskCommentApiModel.Builder authorEmployeeId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> authorEmployeeId)
        The Employee ID of the author of the comment
      • comment

        public TaskCommentApiModel.Builder comment​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> comment)
        The text of the comment
      • createdAt

        public TaskCommentApiModel.Builder createdAt​(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)
        The creation date of this comment