Interface VersionService
-
- All Implemented Interfaces:
public interface VersionService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceVersionService.WithRawResponseA view of VersionService that provides access to raw HTTP responses for each method.
-
Method Summary
Modifier and Type Method Description abstract VersionService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. abstract VersionServicewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. VersionListPagelist(String agentId)List Agent Versions VersionListPagelist(String agentId, VersionListParams params, RequestOptions requestOptions)VersionListPagelist(String agentId, VersionListParams params)abstract VersionListPagelist(VersionListParams params, RequestOptions requestOptions)VersionListPagelist(VersionListParams params)VersionListPagelist(String agentId, RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
abstract VersionService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
abstract VersionService withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
list
VersionListPage list(String agentId)
List Agent Versions
-
list
VersionListPage list(String agentId, VersionListParams params, RequestOptions requestOptions)
-
list
VersionListPage list(String agentId, VersionListParams params)
-
list
abstract VersionListPage list(VersionListParams params, RequestOptions requestOptions)
-
list
VersionListPage list(VersionListParams params)
-
list
VersionListPage list(String agentId, RequestOptions requestOptions)
-
-
-
-