Class PatchedTaskEndpointRequest.Builder
- java.lang.Object
-
- com.merge.api.resources.crm.tasks.requests.PatchedTaskEndpointRequest.Builder
-
- All Implemented Interfaces:
PatchedTaskEndpointRequest._FinalStage,PatchedTaskEndpointRequest.ModelStage
- Enclosing class:
- PatchedTaskEndpointRequest
public static final class PatchedTaskEndpointRequest.Builder extends java.lang.Object implements PatchedTaskEndpointRequest.ModelStage, PatchedTaskEndpointRequest._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PatchedTaskEndpointRequestbuild()PatchedTaskEndpointRequest.Builderfrom(PatchedTaskEndpointRequest other)PatchedTaskEndpointRequest._FinalStageisDebugMode(java.lang.Boolean isDebugMode)Whether to include debug fields (such as log file links) in the response.PatchedTaskEndpointRequest._FinalStageisDebugMode(java.util.Optional<java.lang.Boolean> isDebugMode)PatchedTaskEndpointRequest._FinalStagemodel(PatchedTaskRequest model)PatchedTaskEndpointRequest._FinalStagerunAsync(java.lang.Boolean runAsync)Whether or not third-party updates should be run asynchronously.PatchedTaskEndpointRequest._FinalStagerunAsync(java.util.Optional<java.lang.Boolean> runAsync)
-
-
-
Method Detail
-
from
public PatchedTaskEndpointRequest.Builder from(PatchedTaskEndpointRequest other)
- Specified by:
fromin interfacePatchedTaskEndpointRequest.ModelStage
-
model
public PatchedTaskEndpointRequest._FinalStage model(PatchedTaskRequest model)
- Specified by:
modelin interfacePatchedTaskEndpointRequest.ModelStage
-
runAsync
public PatchedTaskEndpointRequest._FinalStage runAsync(java.lang.Boolean runAsync)
Whether or not third-party updates should be run asynchronously.
- Specified by:
runAsyncin interfacePatchedTaskEndpointRequest._FinalStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
runAsync
public PatchedTaskEndpointRequest._FinalStage runAsync(java.util.Optional<java.lang.Boolean> runAsync)
- Specified by:
runAsyncin interfacePatchedTaskEndpointRequest._FinalStage
-
isDebugMode
public PatchedTaskEndpointRequest._FinalStage isDebugMode(java.lang.Boolean isDebugMode)
Whether to include debug fields (such as log file links) in the response.
- Specified by:
isDebugModein interfacePatchedTaskEndpointRequest._FinalStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
isDebugMode
public PatchedTaskEndpointRequest._FinalStage isDebugMode(java.util.Optional<java.lang.Boolean> isDebugMode)
- Specified by:
isDebugModein interfacePatchedTaskEndpointRequest._FinalStage
-
build
public PatchedTaskEndpointRequest build()
- Specified by:
buildin interfacePatchedTaskEndpointRequest._FinalStage
-
-