@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T17:07:26.321-05:00[America/Chicago]") 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 the ThreatInsight configuration for the org
|
ThreatInsightConfiguration |
getCurrentConfiguration(Map<String,String> additionalHeaders)
Retrieve the ThreatInsight Configuration
Retrieves the ThreatInsight configuration for the org
|
protected static com.fasterxml.jackson.databind.ObjectMapper |
getObjectMapper() |
void |
setApiClient(ApiClient apiClient) |
ThreatInsightConfiguration |
updateConfiguration(ThreatInsightConfiguration threatInsightConfiguration)
Update the ThreatInsight Configuration
Updates the ThreatInsight configuration for the org
|
ThreatInsightConfiguration |
updateConfiguration(ThreatInsightConfiguration threatInsightConfiguration,
Map<String,String> additionalHeaders)
Update the ThreatInsight Configuration
Updates the ThreatInsight configuration for the org
|
public ThreatInsightApi()
public ThreatInsightApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public ThreatInsightConfiguration getCurrentConfiguration() throws ApiException
ApiException
- if fails to make API callpublic ThreatInsightConfiguration getCurrentConfiguration(Map<String,String> additionalHeaders) throws ApiException
additionalHeaders
- additionalHeaders for this callApiException
- if fails to make API callpublic ThreatInsightConfiguration updateConfiguration(ThreatInsightConfiguration threatInsightConfiguration) throws ApiException
threatInsightConfiguration
- (required)ApiException
- if fails to make API callpublic ThreatInsightConfiguration updateConfiguration(ThreatInsightConfiguration threatInsightConfiguration, Map<String,String> additionalHeaders) throws ApiException
threatInsightConfiguration
- (required)additionalHeaders
- additionalHeaders for this callApiException
- if fails to make API callprotected static com.fasterxml.jackson.databind.ObjectMapper getObjectMapper()
Copyright © 2017–2023 Okta. All rights reserved.