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