Package com.seeq.api

Class NetworksApi

java.lang.Object
com.seeq.api.NetworksApi

public class NetworksApi extends Object
  • Constructor Details

    • NetworksApi

      public NetworksApi()
    • NetworksApi

      public NetworksApi(ApiClient apiClient)
  • Method Details

    • setRetryTimeout

      public void setRetryTimeout(long retryTimeout)
    • getRetryTimeout

      public long getRetryTimeout()
    • getApiClient

      public ApiClient getApiClient()
    • setApiClient

      public void setApiClient(ApiClient apiClient)
    • getAllNetworkTypes

      public ItemPreviewListV1 getAllNetworkTypes(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)
      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 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)
      customHeaders - a map with custom headers for the HTTP request (required)
      Throws:
      ApiException - if fails to make API call