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