@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-10-28T09:54:00.189-05:00[America/Chicago]")
@Component(value="org.openapitools.client.api.RiskProviderApi")
public class RiskProviderApi
extends java.lang.Object
Constructor and Description |
---|
RiskProviderApi() |
RiskProviderApi(ApiClient apiClient) |
Modifier and Type | Method and Description |
---|---|
<T> T |
createRiskProvider(java.lang.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(java.lang.String riskProviderId)
Delete a Risk Provider
Deletes a CAPTCHA instance by `riskProviderId`
|
ApiClient |
getApiClient() |
RiskProvider |
getRiskProvider(java.lang.String riskProviderId)
Retrieve a Risk Provider
Retrieves a risk provider by `riskProviderId`
|
PagedList |
getRiskProviderWithPaginationInfo(java.lang.String riskProviderId)
Retrieve a Risk Provider
Retrieves a risk provider by `riskProviderId`
|
java.util.List<RiskProvider> |
listRiskProviders()
List all Risk Providers
Lists all Risk Providers
|
PagedList |
listRiskProvidersWithPaginationInfo()
List all Risk Providers
Lists all Risk Providers
|
<T> T |
replaceRiskProvider(java.lang.Class<?> T,
java.lang.String riskProviderId,
RiskProvider instance)
Replace a Risk Provider
Replaces a risk provider by `riskProviderId`
|
RiskProvider |
replaceRiskProvider(java.lang.String riskProviderId,
RiskProvider instance)
Replace a Risk Provider
Replaces a risk provider by `riskProviderId`
|
PagedList |
replaceRiskProviderWithPaginationInfo(java.lang.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(java.lang.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(java.lang.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(java.lang.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(java.lang.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 java.util.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(java.lang.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(java.lang.Class<?> T, java.lang.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(java.lang.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-2022 Okta. All Rights Reserved.