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