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