Class Visibility
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.Visibility
-
public class Visibility extends java.lang.ObjectVisibilityVisibility of the note
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classVisibility.Builder
-
Constructor Summary
Constructors Constructor Description Visibility()Visibility(org.openapitools.jackson.nullable.JsonNullable<? extends NoteValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends NoteSourceValue> sourceValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Visibility.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<NoteSourceValue>sourceValue()The source value of the notes visibility.java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<NoteValue>value()The visibility of the notes.VisibilitywithSourceValue(NoteSourceValue sourceValue)The source value of the notes visibility.VisibilitywithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends NoteSourceValue> sourceValue)The source value of the notes visibility.VisibilitywithValue(NoteValue value)The visibility of the notes.VisibilitywithValue(org.openapitools.jackson.nullable.JsonNullable<? extends NoteValue> value)The visibility of the notes.
-
-
-
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.
-
builder
public static final Visibility.Builder builder()
-
withValue
public Visibility withValue(NoteValue value)
The visibility of the notes.
-
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:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-