Class AtsCreateInterviewNoteRequest.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.AtsCreateInterviewNoteRequest.Builder
-
- Enclosing class:
- AtsCreateInterviewNoteRequest
public static final class AtsCreateInterviewNoteRequest.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AtsCreateInterviewNoteRequest.BuilderatsCreateNotesRequestDto(AtsCreateNotesRequestDto atsCreateNotesRequestDto)AtsCreateInterviewNoteRequestbuild()AtsCreateInterviewNoteRequest.Builderid(java.lang.String id)AtsCreateInterviewNoteRequest.BuilderxAccountId(java.lang.String xAccountId)The account identifier
-
-
-
Method Detail
-
xAccountId
public AtsCreateInterviewNoteRequest.Builder xAccountId(java.lang.String xAccountId)
The account identifier
-
id
public AtsCreateInterviewNoteRequest.Builder id(java.lang.String id)
-
atsCreateNotesRequestDto
public AtsCreateInterviewNoteRequest.Builder atsCreateNotesRequestDto(AtsCreateNotesRequestDto atsCreateNotesRequestDto)
-
build
public AtsCreateInterviewNoteRequest build()
-
-