Class NotesPaginated


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

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

      Constructors 
      Constructor Description
      NotesPaginated​(java.util.List<Note> data)  
      NotesPaginated​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> nextPage, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> next, java.util.List<Note> data, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<RawResponse>> raw)  
    • Constructor Detail

      • NotesPaginated

        public NotesPaginated​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> nextPage,
                              org.openapitools.jackson.nullable.JsonNullable<java.lang.String> next,
                              java.util.List<Note> data,
                              org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<RawResponse>> raw)
      • NotesPaginated

        public NotesPaginated​(java.util.List<Note> data)
    • Method Detail

      • nextPage

        @Deprecated
        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> nextPage()
        Deprecated.
        field: This will be removed in a future release, please migrate away from it as soon as possible.
      • next

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> next()
      • data

        public java.util.List<Note> data()
      • raw

        public org.openapitools.jackson.nullable.JsonNullable<java.util.List<RawResponse>> raw()
      • withNextPage

        @Deprecated
        public NotesPaginated withNextPage​(java.lang.String nextPage)
        Deprecated.
        field: This will be removed in a future release, please migrate away from it as soon as possible.
      • withNextPage

        @Deprecated
        public NotesPaginated withNextPage​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> nextPage)
        Deprecated.
        field: This will be removed in a future release, please migrate away from it as soon as possible.
      • withNext

        public NotesPaginated withNext​(java.lang.String next)
      • withNext

        public NotesPaginated withNext​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> next)
      • withRaw

        public NotesPaginated withRaw​(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<RawResponse>> raw)
      • 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