Package com.seeq.api
Class NetworksApi
java.lang.Object
com.seeq.api.NetworksApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAllNetworkTypes
(Integer offset, Integer limit) Get a collection of all available network typesgetAllNetworkTypesWithHeadersAndHttpInfo
(Integer offset, Integer limit, Map<String, String> customHeaders) Get a collection of all available network typesgetAllNetworkTypesWithHttpInfo
(Integer offset, Integer limit) Get a collection of all available network typeslong
void
setApiClient
(ApiClient apiClient) void
setRetryTimeout
(long retryTimeout)
-
Constructor Details
-
NetworksApi
public NetworksApi() -
NetworksApi
-
-
Method Details
-
setRetryTimeout
public void setRetryTimeout(long retryTimeout) -
getRetryTimeout
public long getRetryTimeout() -
getApiClient
-
setApiClient
-
getAllNetworkTypes
Get a collection of all available network types- Parameters:
offset
- The pagination offset, the index of the first collection item that will be returned in this page of results (optional, default to 0)limit
- The pagination limit, the total number of collection items that will be returned in this page of results (optional, default to 40)- Returns:
- ItemPreviewListV1
- Throws:
ApiException
- if fails to make API call
-
getAllNetworkTypesWithHttpInfo
public ApiClient.ApiResponse<ItemPreviewListV1> getAllNetworkTypesWithHttpInfo(Integer offset, Integer limit) throws ApiException Get a collection of all available network types- Parameters:
offset
- The pagination offset, the index of the first collection item that will be returned in this page of results (optional, default to 0)limit
- The pagination limit, the total number of collection items that will be returned in this page of results (optional, default to 40)- Throws:
ApiException
- if fails to make API call
-
getAllNetworkTypesWithHeadersAndHttpInfo
public ApiClient.ApiResponse<ItemPreviewListV1> getAllNetworkTypesWithHeadersAndHttpInfo(Integer offset, Integer limit, Map<String, String> customHeaders) throws ApiExceptionGet a collection of all available network types- Parameters:
offset
- The pagination offset, the index of the first collection item that will be returned in this page of results (optional, default to 0)limit
- The pagination limit, the total number of collection items that will be returned in this page of results (optional, default to 40)customHeaders
- a map with custom headers for the HTTP request (required)- Throws:
ApiException
- if fails to make API call
-