Class AtsUpdateNotesRequestDtoVisibility.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.AtsUpdateNotesRequestDtoVisibility.Builder
-
- Enclosing class:
- AtsUpdateNotesRequestDtoVisibility
public static final class AtsUpdateNotesRequestDtoVisibility.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AtsUpdateNotesRequestDtoVisibilitybuild()AtsUpdateNotesRequestDtoVisibility.BuildersourceValue(AtsUpdateNotesRequestDtoSourceValue sourceValue)The source value of the notes visibility.AtsUpdateNotesRequestDtoVisibility.BuildersourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends AtsUpdateNotesRequestDtoSourceValue> sourceValue)The source value of the notes visibility.AtsUpdateNotesRequestDtoVisibility.Buildervalue(AtsUpdateNotesRequestDtoValue value)The visibility of the notes.AtsUpdateNotesRequestDtoVisibility.Buildervalue(org.openapitools.jackson.nullable.JsonNullable<? extends AtsUpdateNotesRequestDtoValue> value)The visibility of the notes.
-
-
-
Method Detail
-
value
public AtsUpdateNotesRequestDtoVisibility.Builder value(AtsUpdateNotesRequestDtoValue value)
The visibility of the notes.
-
value
public AtsUpdateNotesRequestDtoVisibility.Builder value(org.openapitools.jackson.nullable.JsonNullable<? extends AtsUpdateNotesRequestDtoValue> value)
The visibility of the notes.
-
sourceValue
public AtsUpdateNotesRequestDtoVisibility.Builder sourceValue(AtsUpdateNotesRequestDtoSourceValue sourceValue)
The source value of the notes visibility.
-
sourceValue
public AtsUpdateNotesRequestDtoVisibility.Builder sourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends AtsUpdateNotesRequestDtoSourceValue> sourceValue)
The source value of the notes visibility.
-
build
public AtsUpdateNotesRequestDtoVisibility build()
-
-