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