Package com.ngrok.services
Class EndpointLoggingModule.ReplaceCallBuilder
java.lang.Object
com.ngrok.services.EndpointLoggingModule.ReplaceCallBuilder
- Enclosing class:
- EndpointLoggingModule
A builder object encapsulating state for an unsent Replace API call.
-
Method Summary
Modifier and TypeMethodDescriptionInitiates the API call and blocks until it returns.call()Initiates the API call asynchronously.module(EndpointLoggingMutate module)Sets themoduleparameter.module(Optional<EndpointLoggingMutate> module)Sets (or unsets) themoduleparameter.
-
Method Details
-
module
Sets themoduleparameter.- Parameters:
module- the value of the module parameter as aEndpointLoggingMutate- Returns:
- the call builder instance
-
module
Sets (or unsets) themoduleparameter.- Parameters:
module- the value of the module parameter as anOptionalofEndpointLoggingMutate- Returns:
- the call builder instance
-
call
Initiates the API call asynchronously.- Returns:
- a
CompletionStageofEndpointLogging
-
blockingCall
Initiates the API call and blocks until it returns.- Returns:
EndpointLogging- Throws:
InterruptedException- if the thread was interrupted during the call
-