Class OperationsTaskAddCommentReq1.Builder
- java.lang.Object
-
- com.chrt.api.resources.operations.operationstasks.requests.OperationsTaskAddCommentReq1.Builder
-
- All Implemented Interfaces:
OperationsTaskAddCommentReq1._FinalStage,OperationsTaskAddCommentReq1.CommentStage
- Enclosing class:
- OperationsTaskAddCommentReq1
public static final class OperationsTaskAddCommentReq1.Builder extends java.lang.Object implements OperationsTaskAddCommentReq1.CommentStage, OperationsTaskAddCommentReq1._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OperationsTaskAddCommentReq1build()OperationsTaskAddCommentReq1._FinalStagecomment(java.lang.String comment)OperationsTaskAddCommentReq1.Builderfrom(OperationsTaskAddCommentReq1 other)
-
-
-
Method Detail
-
from
public OperationsTaskAddCommentReq1.Builder from(OperationsTaskAddCommentReq1 other)
- Specified by:
fromin interfaceOperationsTaskAddCommentReq1.CommentStage
-
comment
public OperationsTaskAddCommentReq1._FinalStage comment(@NotNull java.lang.String comment)
- Specified by:
commentin interfaceOperationsTaskAddCommentReq1.CommentStage
-
build
public OperationsTaskAddCommentReq1 build()
- Specified by:
buildin interfaceOperationsTaskAddCommentReq1._FinalStage
-
-