Package com.ngrok.services
Class EdgeRouteResponseHeadersModule.ReplaceCallBuilder
java.lang.Object
com.ngrok.services.EdgeRouteResponseHeadersModule.ReplaceCallBuilder
- Enclosing class:
- EdgeRouteResponseHeadersModule
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
(EndpointResponseHeaders module) Sets themodule
parameter.module
(Optional<EndpointResponseHeaders> module) Sets (or unsets) themodule
parameter.
-
Method Details
-
module
Sets themodule
parameter.- Parameters:
module
- the value of the module parameter as aEndpointResponseHeaders
- Returns:
- the call builder instance
-
module
public EdgeRouteResponseHeadersModule.ReplaceCallBuilder module(Optional<EndpointResponseHeaders> module) Sets (or unsets) themodule
parameter.- Parameters:
module
- the value of the module parameter as anOptional
ofEndpointResponseHeaders
- Returns:
- the call builder instance
-
call
Initiates the API call asynchronously.- Returns:
- a
CompletionStage
ofEndpointResponseHeaders
-
blockingCall
Initiates the API call and blocks until it returns.- Returns:
EndpointResponseHeaders
- Throws:
InterruptedException
- if the thread was interrupted during the call
-