@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-01-18T04:14:02.238-06:00[America/Chicago]") @Component(value="org.openapitools.client.api.ThreatInsightApi") public class ThreatInsightApi extends 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(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(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–2023 Okta. All rights reserved.