@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
           date="2022-10-28T09:54:00.189-05:00[America/Chicago]")
 @Component(value="org.openapitools.client.api.CaptchaApi")
public class CaptchaApi
extends java.lang.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(java.lang.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(java.lang.String captchaId)
Delete a CAPTCHA Instance
 Deletes a CAPTCHA instance by `captchaId`. 
 | 
ApiClient | 
getApiClient()  | 
CAPTCHAInstance | 
getCaptchaInstance(java.lang.String captchaId)
Retrieve a CAPTCHA Instance
 Retrieves a CAPTCHA instance by `captchaId` 
 | 
PagedList | 
getCaptchaInstanceWithPaginationInfo(java.lang.String captchaId)
Retrieve a CAPTCHA Instance
 Retrieves a CAPTCHA instance by `captchaId` 
 | 
java.util.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(java.lang.Class<?> T,
                      java.lang.String captchaId,
                      CAPTCHAInstance instance)
Replace a CAPTCHA instance
 Replaces a CAPTCHA instance by `captchaId` 
 | 
CAPTCHAInstance | 
replaceCaptchaInstance(java.lang.String captchaId,
                      CAPTCHAInstance instance)
Replace a CAPTCHA instance
 Replaces a CAPTCHA instance by `captchaId` 
 | 
PagedList | 
replaceCaptchaInstanceWithPaginationInfo(java.lang.String captchaId,
                                        CAPTCHAInstance instance)
Replace a CAPTCHA instance
 Replaces a CAPTCHA instance by `captchaId` 
 | 
void | 
setApiClient(ApiClient apiClient)  | 
<T> T | 
updateCaptchaInstance(java.lang.Class<?> T,
                     java.lang.String captchaId,
                     CAPTCHAInstance instance)
Update a CAPTCHA instance
 Partially updates a CAPTCHA instance by `captchaId` 
 | 
CAPTCHAInstance | 
updateCaptchaInstance(java.lang.String captchaId,
                     CAPTCHAInstance instance)
Update a CAPTCHA instance
 Partially updates a CAPTCHA instance by `captchaId` 
 | 
PagedList | 
updateCaptchaInstanceWithPaginationInfo(java.lang.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(java.lang.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(java.lang.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(java.lang.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(java.lang.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 java.util.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(java.lang.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(java.lang.Class<?> T,
                                    java.lang.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(java.lang.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(java.lang.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(java.lang.Class<?> T,
                                   java.lang.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(java.lang.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-2022 Okta. All Rights Reserved.