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