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