Package com.ngrok.services
Class AbuseReports.GetCallBuilder
java.lang.Object
com.ngrok.services.AbuseReports.GetCallBuilder
- Enclosing class:
- AbuseReports
A builder object encapsulating state for an unsent Get API call.
-
Method Summary
Modifier and TypeMethodDescriptionInitiates the API call and blocks until it returns.call()
Initiates the API call asynchronously.
-
Method Details
-
call
Initiates the API call asynchronously.- Returns:
- a
CompletionStage
ofAbuseReport
-
blockingCall
Initiates the API call and blocks until it returns.- Returns:
AbuseReport
- Throws:
InterruptedException
- if the thread was interrupted during the call
-