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