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