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