Class AtsCreateNotesRequestDtoVisibility
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.AtsCreateNotesRequestDtoVisibility
-
public class AtsCreateNotesRequestDtoVisibility extends java.lang.ObjectAtsCreateNotesRequestDtoVisibility - Visibility of the note
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAtsCreateNotesRequestDtoVisibility.Builder
-
Constructor Summary
Constructors Constructor Description AtsCreateNotesRequestDtoVisibility()AtsCreateNotesRequestDtoVisibility(org.openapitools.jackson.nullable.JsonNullable<? extends AtsCreateNotesRequestDtoValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends AtsCreateNotesRequestDtoSourceValue> sourceValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AtsCreateNotesRequestDtoVisibility.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<AtsCreateNotesRequestDtoSourceValue>sourceValue()The source value of the notes visibility.java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<AtsCreateNotesRequestDtoValue>value()The visibility of the notes.AtsCreateNotesRequestDtoVisibilitywithSourceValue(AtsCreateNotesRequestDtoSourceValue sourceValue)The source value of the notes visibility.AtsCreateNotesRequestDtoVisibilitywithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends AtsCreateNotesRequestDtoSourceValue> sourceValue)The source value of the notes visibility.AtsCreateNotesRequestDtoVisibilitywithValue(AtsCreateNotesRequestDtoValue value)The visibility of the notes.AtsCreateNotesRequestDtoVisibilitywithValue(org.openapitools.jackson.nullable.JsonNullable<? extends AtsCreateNotesRequestDtoValue> value)The visibility of the notes.
-
-
-
Constructor Detail
-
AtsCreateNotesRequestDtoVisibility
public AtsCreateNotesRequestDtoVisibility(org.openapitools.jackson.nullable.JsonNullable<? extends AtsCreateNotesRequestDtoValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends AtsCreateNotesRequestDtoSourceValue> sourceValue)
-
AtsCreateNotesRequestDtoVisibility
public AtsCreateNotesRequestDtoVisibility()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<AtsCreateNotesRequestDtoValue> value()
The visibility of the notes.
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<AtsCreateNotesRequestDtoSourceValue> sourceValue()
The source value of the notes visibility.
-
builder
public static final AtsCreateNotesRequestDtoVisibility.Builder builder()
-
withValue
public AtsCreateNotesRequestDtoVisibility withValue(AtsCreateNotesRequestDtoValue value)
The visibility of the notes.
-
withValue
public AtsCreateNotesRequestDtoVisibility withValue(org.openapitools.jackson.nullable.JsonNullable<? extends AtsCreateNotesRequestDtoValue> value)
The visibility of the notes.
-
withSourceValue
public AtsCreateNotesRequestDtoVisibility withSourceValue(AtsCreateNotesRequestDtoSourceValue sourceValue)
The source value of the notes visibility.
-
withSourceValue
public AtsCreateNotesRequestDtoVisibility withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends AtsCreateNotesRequestDtoSourceValue> 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
-
-