Class Note.Builder

  • Enclosing class:
    Note

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

      • id

        public Note.Builder id​(java.lang.String id)
        Unique identifier
      • id

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

        public Note.Builder remoteId​(java.lang.String remoteId)
        Provider's unique identifier
      • remoteId

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

        public Note.Builder unifiedCustomFields​(java.util.Map<java.lang.String,​java.lang.Object> unifiedCustomFields)
        Custom Unified Fields configured in your StackOne project
      • unifiedCustomFields

        public Note.Builder unifiedCustomFields​(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,​java.lang.Object>> unifiedCustomFields)
        Custom Unified Fields configured in your StackOne project
      • authorId

        public Note.Builder authorId​(java.lang.String authorId)
        Unique identifier of the author
      • authorId

        public Note.Builder authorId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> authorId)
        Unique identifier of the author
      • remoteAuthorId

        public Note.Builder remoteAuthorId​(java.lang.String remoteAuthorId)
        Provider's unique identifier of the author
      • remoteAuthorId

        public Note.Builder remoteAuthorId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteAuthorId)
        Provider's unique identifier of the author
      • visibility

        public Note.Builder visibility​(org.openapitools.jackson.nullable.JsonNullable<? extends Visibility> visibility)
        Visibility of the note
      • createdAt

        public Note.Builder createdAt​(java.time.OffsetDateTime createdAt)
        Date of creation
      • createdAt

        public Note.Builder createdAt​(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)
        Date of creation
      • updatedAt

        public Note.Builder updatedAt​(java.time.OffsetDateTime updatedAt)
        Date of last update
      • updatedAt

        public Note.Builder updatedAt​(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)
        Date of last update
      • deletedAt

        public Note.Builder deletedAt​(java.time.OffsetDateTime deletedAt)
        Date of Deletion
      • deletedAt

        public Note.Builder deletedAt​(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> deletedAt)
        Date of Deletion
      • build

        public Note build()