@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-01-18T04:14:02.238-06:00[America/Chicago]") @Component(value="org.openapitools.client.api.CaptchaApi") public class CaptchaApi extends Object
Constructor and Description |
---|
CaptchaApi() |
CaptchaApi(ApiClient apiClient) |
Modifier and Type | Method and Description |
---|---|
CAPTCHAInstance |
createCaptchaInstance(CAPTCHAInstance instance)
Create a CAPTCHA instance
Creates a new CAPTCHA instance.
|
<T> T |
createCaptchaInstance(Class<?> T,
CAPTCHAInstance instance)
Create a CAPTCHA instance
Creates a new CAPTCHA instance.
|
PagedList |
createCaptchaInstanceWithPaginationInfo(CAPTCHAInstance instance)
Create a CAPTCHA instance
Creates a new CAPTCHA instance.
|
void |
deleteCaptchaInstance(String captchaId)
Delete a CAPTCHA Instance
Deletes a CAPTCHA instance by `captchaId`.
|
ApiClient |
getApiClient() |
CAPTCHAInstance |
getCaptchaInstance(String captchaId)
Retrieve a CAPTCHA Instance
Retrieves a CAPTCHA instance by `captchaId`
|
PagedList |
getCaptchaInstanceWithPaginationInfo(String captchaId)
Retrieve a CAPTCHA Instance
Retrieves a CAPTCHA instance by `captchaId`
|
List<CAPTCHAInstance> |
listCaptchaInstances()
List all CAPTCHA instances
Lists all CAPTCHA instances with pagination support.
|
PagedList |
listCaptchaInstancesWithPaginationInfo()
List all CAPTCHA instances
Lists all CAPTCHA instances with pagination support.
|
<T> T |
replaceCaptchaInstance(Class<?> T,
String captchaId,
CAPTCHAInstance instance)
Replace a CAPTCHA instance
Replaces a CAPTCHA instance by `captchaId`
|
CAPTCHAInstance |
replaceCaptchaInstance(String captchaId,
CAPTCHAInstance instance)
Replace a CAPTCHA instance
Replaces a CAPTCHA instance by `captchaId`
|
PagedList |
replaceCaptchaInstanceWithPaginationInfo(String captchaId,
CAPTCHAInstance instance)
Replace a CAPTCHA instance
Replaces a CAPTCHA instance by `captchaId`
|
void |
setApiClient(ApiClient apiClient) |
<T> T |
updateCaptchaInstance(Class<?> T,
String captchaId,
CAPTCHAInstance instance)
Update a CAPTCHA instance
Partially updates a CAPTCHA instance by `captchaId`
|
CAPTCHAInstance |
updateCaptchaInstance(String captchaId,
CAPTCHAInstance instance)
Update a CAPTCHA instance
Partially updates a CAPTCHA instance by `captchaId`
|
PagedList |
updateCaptchaInstanceWithPaginationInfo(String captchaId,
CAPTCHAInstance instance)
Update a CAPTCHA instance
Partially updates a CAPTCHA instance by `captchaId`
|
public CaptchaApi()
@Autowired public CaptchaApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public CAPTCHAInstance createCaptchaInstance(CAPTCHAInstance 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 createCaptchaInstance(Class<?> T, CAPTCHAInstance 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 createCaptchaInstanceWithPaginationInfo(CAPTCHAInstance 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 deleteCaptchaInstance(String captchaId) throws org.springframework.web.client.RestClientException
204 - No Content
403 - Forbidden
404 - Not Found
429 - Too Many Requests
captchaId
- id of the CAPTCHA (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic CAPTCHAInstance getCaptchaInstance(String captchaId) throws org.springframework.web.client.RestClientException
200 - OK
403 - Forbidden
404 - Not Found
429 - Too Many Requests
captchaId
- id of the CAPTCHA (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList getCaptchaInstanceWithPaginationInfo(String captchaId) throws org.springframework.web.client.RestClientException
200 - OK
403 - Forbidden
404 - Not Found
429 - Too Many Requests
captchaId
- id of the CAPTCHA (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic List<CAPTCHAInstance> listCaptchaInstances() 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 listCaptchaInstancesWithPaginationInfo() 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 CAPTCHAInstance replaceCaptchaInstance(String captchaId, CAPTCHAInstance instance) throws org.springframework.web.client.RestClientException
200 - OK
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
captchaId
- id of the CAPTCHA (required)instance
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic <T> T replaceCaptchaInstance(Class<?> T, String captchaId, CAPTCHAInstance 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 typecaptchaId
- id of the CAPTCHA (required)instance
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList replaceCaptchaInstanceWithPaginationInfo(String captchaId, CAPTCHAInstance instance) throws org.springframework.web.client.RestClientException
200 - OK
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
captchaId
- id of the CAPTCHA (required)instance
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic CAPTCHAInstance updateCaptchaInstance(String captchaId, CAPTCHAInstance instance) throws org.springframework.web.client.RestClientException
200 - OK
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
captchaId
- id of the CAPTCHA (required)instance
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic <T> T updateCaptchaInstance(Class<?> T, String captchaId, CAPTCHAInstance 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 typecaptchaId
- id of the CAPTCHA (required)instance
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList updateCaptchaInstanceWithPaginationInfo(String captchaId, CAPTCHAInstance instance) throws org.springframework.web.client.RestClientException
200 - OK
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
captchaId
- id of the CAPTCHA (required)instance
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APICopyright © 2017–2023 Okta. All rights reserved.