Class Note


  • public class Note
    extends java.lang.Object
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  Note.Builder  
    • Constructor Summary

      Constructors 
      Constructor Description
      Note()  
      Note​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,​java.lang.Object>> unifiedCustomFields, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<NoteContentApiModel>> content, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> authorId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteAuthorId, org.openapitools.jackson.nullable.JsonNullable<? extends Visibility> visibility, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> deletedAt)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> authorId()
      Unique identifier of the author
      static Note.Builder builder()  
      org.openapitools.jackson.nullable.JsonNullable<java.util.List<NoteContentApiModel>> content()  
      org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt()
      Date of creation
      org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> deletedAt()
      Date of Deletion
      boolean equals​(java.lang.Object o)  
      int hashCode()  
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id()
      Unique identifier
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteAuthorId()
      Provider's unique identifier of the author
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId()
      Provider's unique identifier
      java.lang.String toString()  
      org.openapitools.jackson.nullable.JsonNullable<java.util.Map<java.lang.String,​java.lang.Object>> unifiedCustomFields()
      Custom Unified Fields configured in your StackOne project
      org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt()
      Date of last update
      org.openapitools.jackson.nullable.JsonNullable<Visibility> visibility()
      Visibility of the note
      Note withAuthorId​(java.lang.String authorId)
      Unique identifier of the author
      Note withAuthorId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> authorId)
      Unique identifier of the author
      Note withContent​(java.util.List<NoteContentApiModel> content)  
      Note withContent​(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<NoteContentApiModel>> content)  
      Note withCreatedAt​(java.time.OffsetDateTime createdAt)
      Date of creation
      Note withCreatedAt​(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)
      Date of creation
      Note withDeletedAt​(java.time.OffsetDateTime deletedAt)
      Date of Deletion
      Note withDeletedAt​(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> deletedAt)
      Date of Deletion
      Note withId​(java.lang.String id)
      Unique identifier
      Note withId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
      Unique identifier
      Note withRemoteAuthorId​(java.lang.String remoteAuthorId)
      Provider's unique identifier of the author
      Note withRemoteAuthorId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteAuthorId)
      Provider's unique identifier of the author
      Note withRemoteId​(java.lang.String remoteId)
      Provider's unique identifier
      Note withRemoteId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
      Provider's unique identifier
      Note withUnifiedCustomFields​(java.util.Map<java.lang.String,​java.lang.Object> unifiedCustomFields)
      Custom Unified Fields configured in your StackOne project
      Note withUnifiedCustomFields​(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,​java.lang.Object>> unifiedCustomFields)
      Custom Unified Fields configured in your StackOne project
      Note withUpdatedAt​(java.time.OffsetDateTime updatedAt)
      Date of last update
      Note withUpdatedAt​(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)
      Date of last update
      Note withVisibility​(Visibility visibility)
      Visibility of the note
      Note withVisibility​(org.openapitools.jackson.nullable.JsonNullable<? extends Visibility> visibility)
      Visibility of the note
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • Note

        public Note​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id,
                    org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId,
                    org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,​java.lang.Object>> unifiedCustomFields,
                    org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<NoteContentApiModel>> content,
                    org.openapitools.jackson.nullable.JsonNullable<java.lang.String> authorId,
                    org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteAuthorId,
                    org.openapitools.jackson.nullable.JsonNullable<? extends Visibility> visibility,
                    org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt,
                    org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt,
                    org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> deletedAt)
      • Note

        public Note()
    • 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
      • unifiedCustomFields

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

        public org.openapitools.jackson.nullable.JsonNullable<java.util.List<NoteContentApiModel>> content()
      • authorId

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

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

        public org.openapitools.jackson.nullable.JsonNullable<Visibility> visibility()
        Visibility of the note
      • createdAt

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

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

        public org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> deletedAt()
        Date of Deletion
      • withId

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

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

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

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

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

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

        public Note withContent​(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<NoteContentApiModel>> content)
      • withAuthorId

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

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

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

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

        public Note withVisibility​(Visibility visibility)
        Visibility of the note
      • withVisibility

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

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

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

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

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

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

        public Note withDeletedAt​(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> deletedAt)
        Date of Deletion
      • 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