@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-01-18T04:14:02.238-06:00[America/Chicago]") @Component(value="org.openapitools.client.api.RiskProviderApi") public class RiskProviderApi extends Object
Constructor and Description |
---|
RiskProviderApi() |
RiskProviderApi(ApiClient apiClient) |
Modifier and Type | Method and Description |
---|---|
<T> T |
createRiskProvider(Class<?> T,
RiskProvider instance)
Create a Risk Provider
Creates a risk provider.
|
RiskProvider |
createRiskProvider(RiskProvider instance)
Create a Risk Provider
Creates a risk provider.
|
PagedList |
createRiskProviderWithPaginationInfo(RiskProvider instance)
Create a Risk Provider
Creates a risk provider.
|
void |
deleteRiskProvider(String riskProviderId)
Delete a Risk Provider
Deletes a CAPTCHA instance by `riskProviderId`
|
ApiClient |
getApiClient() |
RiskProvider |
getRiskProvider(String riskProviderId)
Retrieve a Risk Provider
Retrieves a risk provider by `riskProviderId`
|
PagedList |
getRiskProviderWithPaginationInfo(String riskProviderId)
Retrieve a Risk Provider
Retrieves a risk provider by `riskProviderId`
|
List<RiskProvider> |
listRiskProviders()
List all Risk Providers
Lists all Risk Providers
|
PagedList |
listRiskProvidersWithPaginationInfo()
List all Risk Providers
Lists all Risk Providers
|
<T> T |
replaceRiskProvider(Class<?> T,
String riskProviderId,
RiskProvider instance)
Replace a Risk Provider
Replaces a risk provider by `riskProviderId`
|
RiskProvider |
replaceRiskProvider(String riskProviderId,
RiskProvider instance)
Replace a Risk Provider
Replaces a risk provider by `riskProviderId`
|
PagedList |
replaceRiskProviderWithPaginationInfo(String riskProviderId,
RiskProvider instance)
Replace a Risk Provider
Replaces a risk provider by `riskProviderId`
|
void |
setApiClient(ApiClient apiClient) |
public RiskProviderApi()
@Autowired public RiskProviderApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public RiskProvider createRiskProvider(RiskProvider instance) throws org.springframework.web.client.RestClientException
201 - Created
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 <T> T createRiskProvider(Class<?> T, RiskProvider instance) throws org.springframework.web.client.RestClientException
201 - Created
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 APIpublic PagedList createRiskProviderWithPaginationInfo(RiskProvider instance) throws org.springframework.web.client.RestClientException
201 - Created
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 deleteRiskProvider(String riskProviderId) throws org.springframework.web.client.RestClientException
204 - No Content
403 - Forbidden
404 - Not Found
429 - Too Many Requests
riskProviderId
- `id` of the risk provider (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic RiskProvider getRiskProvider(String riskProviderId) throws org.springframework.web.client.RestClientException
200 - OK
403 - Forbidden
404 - Not Found
429 - Too Many Requests
riskProviderId
- `id` of the risk provider (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList getRiskProviderWithPaginationInfo(String riskProviderId) throws org.springframework.web.client.RestClientException
200 - OK
403 - Forbidden
404 - Not Found
429 - Too Many Requests
riskProviderId
- `id` of the risk provider (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic List<RiskProvider> listRiskProviders() throws org.springframework.web.client.RestClientException
200 - OK
403 - Forbidden
429 - Too Many Requests
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList listRiskProvidersWithPaginationInfo() throws org.springframework.web.client.RestClientException
200 - OK
403 - Forbidden
429 - Too Many Requests
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic RiskProvider replaceRiskProvider(String riskProviderId, RiskProvider instance) throws org.springframework.web.client.RestClientException
200 - OK
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
riskProviderId
- `id` of the risk provider (required)instance
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic <T> T replaceRiskProvider(Class<?> T, String riskProviderId, RiskProvider instance) throws org.springframework.web.client.RestClientException
200 - OK
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
T
- (required) - the assignable return typeriskProviderId
- `id` of the risk provider (required)instance
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList replaceRiskProviderWithPaginationInfo(String riskProviderId, RiskProvider instance) throws org.springframework.web.client.RestClientException
200 - OK
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
riskProviderId
- `id` of the risk provider (required)instance
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APICopyright © 2017–2023 Okta. All rights reserved.