@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-01-18T04:14:02.238-06:00[America/Chicago]") @Component(value="org.openapitools.client.api.RiskEventApi") public class RiskEventApi extends Object
Constructor and Description |
---|
RiskEventApi() |
RiskEventApi(ApiClient apiClient) |
Modifier and Type | Method and Description |
---|---|
ApiClient |
getApiClient() |
void |
sendRiskEvents(Class<?> T,
List<RiskEvent> instance)
Send multiple Risk Events
A Risk Provider can send Risk Events to Okta using this API.
|
void |
sendRiskEvents(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(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(Class<?> T, 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–2023 Okta. All rights reserved.