Class AtsUpdateNotesRequestDto.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.AtsUpdateNotesRequestDto.Builder
-
- Enclosing class:
- AtsUpdateNotesRequestDto
public static final class AtsUpdateNotesRequestDto.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AtsUpdateNotesRequestDto.BuilderauthorId(java.lang.String authorId)Unique identifier of the authorAtsUpdateNotesRequestDto.BuilderauthorId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> authorId)Unique identifier of the authorAtsUpdateNotesRequestDtobuild()AtsUpdateNotesRequestDto.Buildercontent(java.util.List<NoteContentApiModel> content)AtsUpdateNotesRequestDto.Buildercontent(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<NoteContentApiModel>> content)AtsUpdateNotesRequestDto.Builderpassthrough(java.util.Map<java.lang.String,java.lang.Object> passthrough)Value to pass through to the providerAtsUpdateNotesRequestDto.Builderpassthrough(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> passthrough)Value to pass through to the providerAtsUpdateNotesRequestDto.Buildervisibility(AtsUpdateNotesRequestDtoVisibility visibility)Visibility of the noteAtsUpdateNotesRequestDto.Buildervisibility(org.openapitools.jackson.nullable.JsonNullable<? extends AtsUpdateNotesRequestDtoVisibility> visibility)Visibility of the note
-
-
-
Method Detail
-
content
public AtsUpdateNotesRequestDto.Builder content(java.util.List<NoteContentApiModel> content)
-
content
public AtsUpdateNotesRequestDto.Builder content(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<NoteContentApiModel>> content)
-
authorId
public AtsUpdateNotesRequestDto.Builder authorId(java.lang.String authorId)
Unique identifier of the author
-
authorId
public AtsUpdateNotesRequestDto.Builder authorId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> authorId)
Unique identifier of the author
-
visibility
public AtsUpdateNotesRequestDto.Builder visibility(AtsUpdateNotesRequestDtoVisibility visibility)
Visibility of the note
-
visibility
public AtsUpdateNotesRequestDto.Builder visibility(org.openapitools.jackson.nullable.JsonNullable<? extends AtsUpdateNotesRequestDtoVisibility> visibility)
Visibility of the note
-
passthrough
public AtsUpdateNotesRequestDto.Builder passthrough(java.util.Map<java.lang.String,java.lang.Object> passthrough)
Value to pass through to the provider
-
passthrough
public AtsUpdateNotesRequestDto.Builder passthrough(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> passthrough)
Value to pass through to the provider
-
build
public AtsUpdateNotesRequestDto build()
-
-