Class Visibility


  • public class Visibility
    extends java.lang.Object
    Visibility - Visibility of the note
    • Constructor Detail

      • Visibility

        public Visibility​(org.openapitools.jackson.nullable.JsonNullable<? extends NoteValue> value,
                          org.openapitools.jackson.nullable.JsonNullable<? extends NoteSourceValue> sourceValue)
      • Visibility

        public Visibility()
    • Method Detail

      • value

        public org.openapitools.jackson.nullable.JsonNullable<NoteValue> value()
        The visibility of the notes.
      • sourceValue

        public org.openapitools.jackson.nullable.JsonNullable<NoteSourceValue> sourceValue()
        The source value of the notes visibility.
      • withValue

        public Visibility withValue​(org.openapitools.jackson.nullable.JsonNullable<? extends NoteValue> value)
        The visibility of the notes.
      • withSourceValue

        public Visibility withSourceValue​(NoteSourceValue sourceValue)
        The source value of the notes visibility.
      • withSourceValue

        public Visibility withSourceValue​(org.openapitools.jackson.nullable.JsonNullable<? extends NoteSourceValue> sourceValue)
        The source value of the notes visibility.
      • 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