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