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