Interface PatchedCandidateEndpointRequest._FinalStage
-
- All Known Implementing Classes:
PatchedCandidateEndpointRequest.Builder
- Enclosing class:
- PatchedCandidateEndpointRequest
public static interface PatchedCandidateEndpointRequest._FinalStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PatchedCandidateEndpointRequestbuild()PatchedCandidateEndpointRequest._FinalStageisDebugMode(java.lang.Boolean isDebugMode)PatchedCandidateEndpointRequest._FinalStageisDebugMode(java.util.Optional<java.lang.Boolean> isDebugMode)PatchedCandidateEndpointRequest._FinalStagerunAsync(java.lang.Boolean runAsync)PatchedCandidateEndpointRequest._FinalStagerunAsync(java.util.Optional<java.lang.Boolean> runAsync)
-
-
-
Method Detail
-
build
PatchedCandidateEndpointRequest build()
-
isDebugMode
PatchedCandidateEndpointRequest._FinalStage isDebugMode(java.util.Optional<java.lang.Boolean> isDebugMode)
-
isDebugMode
PatchedCandidateEndpointRequest._FinalStage isDebugMode(java.lang.Boolean isDebugMode)
-
runAsync
PatchedCandidateEndpointRequest._FinalStage runAsync(java.util.Optional<java.lang.Boolean> runAsync)
-
runAsync
PatchedCandidateEndpointRequest._FinalStage runAsync(java.lang.Boolean runAsync)
-
-