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