Class AddExecutorOrgNoteReq.Builder
- java.lang.Object
-
- com.chrt.api.resources.shipping.tasks.executororgnotes.requests.AddExecutorOrgNoteReq.Builder
-
- All Implemented Interfaces:
AddExecutorOrgNoteReq._FinalStage,AddExecutorOrgNoteReq.NoteStage
- Enclosing class:
- AddExecutorOrgNoteReq
public static final class AddExecutorOrgNoteReq.Builder extends java.lang.Object implements AddExecutorOrgNoteReq.NoteStage, AddExecutorOrgNoteReq._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AddExecutorOrgNoteReqbuild()AddExecutorOrgNoteReq.Builderfrom(AddExecutorOrgNoteReq other)AddExecutorOrgNoteReq._FinalStagenote(java.lang.String note)Executor-side note to add
-
-
-
Method Detail
-
from
public AddExecutorOrgNoteReq.Builder from(AddExecutorOrgNoteReq other)
- Specified by:
fromin interfaceAddExecutorOrgNoteReq.NoteStage
-
note
public AddExecutorOrgNoteReq._FinalStage note(@NotNull java.lang.String note)
Executor-side note to add
Executor-side note to add
- Specified by:
notein interfaceAddExecutorOrgNoteReq.NoteStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
build
public AddExecutorOrgNoteReq build()
- Specified by:
buildin interfaceAddExecutorOrgNoteReq._FinalStage
-
-