Package org.openapitools.client.api
Class ThreatInsightApi
java.lang.Object
org.openapitools.client.api.ThreatInsightApi
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
           date="2023-04-19T09:13:44.263607-05:00[America/Chicago]")
@Component("org.openapitools.client.api.ThreatInsightApi")
public class ThreatInsightApi
extends Object
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionRetrieve the ThreatInsight Configuration Retrieves current ThreatInsight configurationorg.springframework.http.ResponseEntity<ThreatInsightConfiguration>Retrieve the ThreatInsight Configuration Retrieves current ThreatInsight configurationRetrieve the ThreatInsight Configuration Retrieves current ThreatInsight configurationvoidsetApiClient(ApiClient apiClient) <T> TupdateConfiguration(Class<?> T, ThreatInsightConfiguration threatInsightConfiguration) Update the ThreatInsight Configuration Updates ThreatInsight configurationupdateConfiguration(ThreatInsightConfiguration threatInsightConfiguration) Update the ThreatInsight Configuration Updates ThreatInsight configurationorg.springframework.http.ResponseEntity<ThreatInsightConfiguration>updateConfigurationWithHttpInfo(ThreatInsightConfiguration threatInsightConfiguration) Update the ThreatInsight Configuration Updates ThreatInsight configurationupdateConfigurationWithPaginationInfo(ThreatInsightConfiguration threatInsightConfiguration) Update the ThreatInsight Configuration Updates ThreatInsight configuration
- 
Constructor Details- 
ThreatInsightApipublic ThreatInsightApi()
- 
ThreatInsightApi
 
- 
- 
Method Details- 
getApiClient
- 
setApiClient
- 
getCurrentConfigurationpublic ThreatInsightConfiguration getCurrentConfiguration() throws org.springframework.web.client.RestClientExceptionRetrieve the ThreatInsight Configuration Retrieves current ThreatInsight configuration200 - Success 403 - Forbidden 429 - Too Many Requests - Returns:
- ThreatInsightConfiguration
- Throws:
- org.springframework.web.client.RestClientException- if an error occurs while attempting to invoke the API
 
- 
getCurrentConfigurationWithHttpInfopublic org.springframework.http.ResponseEntity<ThreatInsightConfiguration> getCurrentConfigurationWithHttpInfo() throws org.springframework.web.client.RestClientExceptionRetrieve the ThreatInsight Configuration Retrieves current ThreatInsight configuration200 - Success 403 - Forbidden 429 - Too Many Requests - Returns:
- ResponseEntity<ThreatInsightConfiguration>
- Throws:
- org.springframework.web.client.RestClientException- if an error occurs while attempting to invoke the API
 
- 
getCurrentConfigurationWithPaginationInfopublic PagedList getCurrentConfigurationWithPaginationInfo() throws org.springframework.web.client.RestClientExceptionRetrieve the ThreatInsight Configuration Retrieves current ThreatInsight configuration200 - Success 403 - Forbidden 429 - Too Many Requests - Returns:
- ResponseEntity<ThreatInsightConfiguration>
- Throws:
- org.springframework.web.client.RestClientException- if an error occurs while attempting to invoke the API
 
- 
updateConfigurationpublic ThreatInsightConfiguration updateConfiguration(ThreatInsightConfiguration threatInsightConfiguration) throws org.springframework.web.client.RestClientException Update the ThreatInsight Configuration Updates ThreatInsight configuration200 - Success 400 - Bad Request 403 - Forbidden 429 - Too Many Requests - Parameters:
- threatInsightConfiguration- (required)
- Returns:
- ThreatInsightConfiguration
- Throws:
- org.springframework.web.client.RestClientException- if an error occurs while attempting to invoke the API
 
- 
updateConfigurationpublic <T> T updateConfiguration(Class<?> T, ThreatInsightConfiguration threatInsightConfiguration) throws org.springframework.web.client.RestClientException Update the ThreatInsight Configuration Updates ThreatInsight configuration200 - Success 400 - Bad Request 403 - Forbidden 429 - Too Many Requests - Parameters:
- T- (required) - the assignable return type
- threatInsightConfiguration- (required)
- Returns:
- T instance
- Throws:
- org.springframework.web.client.RestClientException- if an error occurs while attempting to invoke the API
 
- 
updateConfigurationWithHttpInfopublic org.springframework.http.ResponseEntity<ThreatInsightConfiguration> updateConfigurationWithHttpInfo(ThreatInsightConfiguration threatInsightConfiguration) throws org.springframework.web.client.RestClientException Update the ThreatInsight Configuration Updates ThreatInsight configuration200 - Success 400 - Bad Request 403 - Forbidden 429 - Too Many Requests - Parameters:
- threatInsightConfiguration- (required)
- Returns:
- ResponseEntity<ThreatInsightConfiguration>
- Throws:
- org.springframework.web.client.RestClientException- if an error occurs while attempting to invoke the API
 
- 
updateConfigurationWithPaginationInfopublic PagedList updateConfigurationWithPaginationInfo(ThreatInsightConfiguration threatInsightConfiguration) throws org.springframework.web.client.RestClientException Update the ThreatInsight Configuration Updates ThreatInsight configuration200 - Success 400 - Bad Request 403 - Forbidden 429 - Too Many Requests - Parameters:
- threatInsightConfiguration- (required)
- Returns:
- ResponseEntity<ThreatInsightConfiguration>
- Throws:
- org.springframework.web.client.RestClientException- if an error occurs while attempting to invoke the API
 
 
-