Class AtsCreateNotesRequestDto.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.AtsCreateNotesRequestDto.Builder
-
- Enclosing class:
- AtsCreateNotesRequestDto
public static final class AtsCreateNotesRequestDto.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AtsCreateNotesRequestDto.BuilderauthorId(java.lang.String authorId)Unique identifier of the authorAtsCreateNotesRequestDto.BuilderauthorId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> authorId)Unique identifier of the authorAtsCreateNotesRequestDtobuild()AtsCreateNotesRequestDto.Buildercontent(java.util.List<NoteContentApiModel> content)AtsCreateNotesRequestDto.Buildercontent(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<NoteContentApiModel>> content)AtsCreateNotesRequestDto.Builderpassthrough(java.util.Map<java.lang.String,java.lang.Object> passthrough)Value to pass through to the providerAtsCreateNotesRequestDto.Builderpassthrough(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> passthrough)Value to pass through to the providerAtsCreateNotesRequestDto.Buildervisibility(AtsCreateNotesRequestDtoVisibility visibility)Visibility of the noteAtsCreateNotesRequestDto.Buildervisibility(org.openapitools.jackson.nullable.JsonNullable<? extends AtsCreateNotesRequestDtoVisibility> visibility)Visibility of the note
-
-
-
Method Detail
-
content
public AtsCreateNotesRequestDto.Builder content(java.util.List<NoteContentApiModel> content)
-
content
public AtsCreateNotesRequestDto.Builder content(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<NoteContentApiModel>> content)
-
authorId
public AtsCreateNotesRequestDto.Builder authorId(java.lang.String authorId)
Unique identifier of the author
-
authorId
public AtsCreateNotesRequestDto.Builder authorId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> authorId)
Unique identifier of the author
-
visibility
public AtsCreateNotesRequestDto.Builder visibility(AtsCreateNotesRequestDtoVisibility visibility)
Visibility of the note
-
visibility
public AtsCreateNotesRequestDto.Builder visibility(org.openapitools.jackson.nullable.JsonNullable<? extends AtsCreateNotesRequestDtoVisibility> visibility)
Visibility of the note
-
passthrough
public AtsCreateNotesRequestDto.Builder passthrough(java.util.Map<java.lang.String,java.lang.Object> passthrough)
Value to pass through to the provider
-
passthrough
public AtsCreateNotesRequestDto.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 AtsCreateNotesRequestDto build()
-
-