Package com.lithic.api.services.async
Class NetworkProgramServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.lithic.api.services.async.NetworkProgramServiceAsync
public final class NetworkProgramServiceAsyncImpl implements NetworkProgramServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classNetworkProgramServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description NetworkProgramServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. NetworkProgramServiceAsyncwithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<NetworkProgram>retrieve(NetworkProgramRetrieveParams params, RequestOptions requestOptions)CompletableFuture<NetworkProgramListPageAsync>list(NetworkProgramListParams params, RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
NetworkProgramServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
NetworkProgramServiceAsync withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
retrieve
CompletableFuture<NetworkProgram> retrieve(NetworkProgramRetrieveParams params, RequestOptions requestOptions)
-
list
CompletableFuture<NetworkProgramListPageAsync> list(NetworkProgramListParams params, RequestOptions requestOptions)
-
-
-
-