@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-10-28T09:54:00.189-05:00[America/Chicago]")
@Component(value="org.openapitools.client.api.ThreatInsightApi")
public class ThreatInsightApi
extends java.lang.Object
Constructor and Description |
---|
ThreatInsightApi() |
ThreatInsightApi(ApiClient apiClient) |
Modifier and Type | Method and Description |
---|---|
ApiClient |
getApiClient() |
ThreatInsightConfiguration |
getCurrentConfiguration()
Retrieve the ThreatInsight Configuration
Retrieves current ThreatInsight configuration
|
PagedList |
getCurrentConfigurationWithPaginationInfo()
Retrieve the ThreatInsight Configuration
Retrieves current ThreatInsight configuration
|
void |
setApiClient(ApiClient apiClient) |
<T> T |
updateConfiguration(java.lang.Class<?> T,
ThreatInsightConfiguration threatInsightConfiguration)
Update the ThreatInsight Configuration
Updates ThreatInsight configuration
|
ThreatInsightConfiguration |
updateConfiguration(ThreatInsightConfiguration threatInsightConfiguration)
Update the ThreatInsight Configuration
Updates ThreatInsight configuration
|
PagedList |
updateConfigurationWithPaginationInfo(ThreatInsightConfiguration threatInsightConfiguration)
Update the ThreatInsight Configuration
Updates ThreatInsight configuration
|
public ThreatInsightApi()
@Autowired public ThreatInsightApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public ThreatInsightConfiguration getCurrentConfiguration() throws org.springframework.web.client.RestClientException
200 - Success
403 - Forbidden
429 - Too Many Requests
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList getCurrentConfigurationWithPaginationInfo() throws org.springframework.web.client.RestClientException
200 - Success
403 - Forbidden
429 - Too Many Requests
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic ThreatInsightConfiguration updateConfiguration(ThreatInsightConfiguration threatInsightConfiguration) throws org.springframework.web.client.RestClientException
200 - Success
400 - Bad Request
403 - Forbidden
429 - Too Many Requests
threatInsightConfiguration
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic <T> T updateConfiguration(java.lang.Class<?> T, ThreatInsightConfiguration threatInsightConfiguration) throws org.springframework.web.client.RestClientException
200 - Success
400 - Bad Request
403 - Forbidden
429 - Too Many Requests
T
- (required) - the assignable return typethreatInsightConfiguration
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList updateConfigurationWithPaginationInfo(ThreatInsightConfiguration threatInsightConfiguration) throws org.springframework.web.client.RestClientException
200 - Success
400 - Bad Request
403 - Forbidden
429 - Too Many Requests
threatInsightConfiguration
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APICopyright © 2017-2022 Okta. All Rights Reserved.