@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-10-28T09:54:00.189-05:00[America/Chicago]")
@Component(value="org.openapitools.client.api.RiskEventApi")
public class RiskEventApi
extends java.lang.Object
| Constructor and Description |
|---|
RiskEventApi() |
RiskEventApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
void |
sendRiskEvents(java.lang.Class<?> T,
java.util.List<RiskEvent> instance)
Send multiple Risk Events
A Risk Provider can send Risk Events to Okta using this API.
|
void |
sendRiskEvents(java.util.List<RiskEvent> instance)
Send multiple Risk Events
A Risk Provider can send Risk Events to Okta using this API.
|
void |
setApiClient(ApiClient apiClient) |
public RiskEventApi()
@Autowired public RiskEventApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public void sendRiskEvents(java.util.List<RiskEvent> instance) throws org.springframework.web.client.RestClientException
202 - Accepted
400 - Bad Request
403 - Forbidden
429 - Too Many Requests
instance - (required)org.springframework.web.client.RestClientException - if an error occurs while attempting to invoke the APIpublic void sendRiskEvents(java.lang.Class<?> T,
java.util.List<RiskEvent> instance)
throws org.springframework.web.client.RestClientException
202 - Accepted
400 - Bad Request
403 - Forbidden
429 - Too Many Requests
T - (required) - the assignable return typeinstance - (required)org.springframework.web.client.RestClientException - if an error occurs while attempting to invoke the APICopyright © 2017-2022 Okta. All Rights Reserved.