Class CaptchaApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> T
createCaptchaInstance
(Class<?> T, CAPTCHAInstance instance) Create a CAPTCHA instance Creates a new CAPTCHA instance.createCaptchaInstance
(CAPTCHAInstance instance) Create a CAPTCHA instance Creates a new CAPTCHA instance.org.springframework.http.ResponseEntity<CAPTCHAInstance>
Create a CAPTCHA instance Creates a new CAPTCHA instance.Create a CAPTCHA instance Creates a new CAPTCHA instance.void
deleteCaptchaInstance
(String captchaId) Delete a CAPTCHA Instance Deletes a CAPTCHA instance by `captchaId`.org.springframework.http.ResponseEntity<Void>
deleteCaptchaInstanceWithHttpInfo
(String captchaId) Delete a CAPTCHA Instance Deletes a CAPTCHA instance by `captchaId`.getCaptchaInstance
(String captchaId) Retrieve a CAPTCHA Instance Retrieves a CAPTCHA instance by `captchaId`org.springframework.http.ResponseEntity<CAPTCHAInstance>
getCaptchaInstanceWithHttpInfo
(String captchaId) Retrieve a CAPTCHA Instance Retrieves a CAPTCHA instance by `captchaId`getCaptchaInstanceWithPaginationInfo
(String captchaId) Retrieve a CAPTCHA Instance Retrieves a CAPTCHA instance by `captchaId`List all CAPTCHA instances Lists all CAPTCHA instances with pagination support.org.springframework.http.ResponseEntity<List<CAPTCHAInstance>>
List all CAPTCHA instances Lists all CAPTCHA instances with pagination support.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`replaceCaptchaInstance
(String captchaId, CAPTCHAInstance instance) Replace a CAPTCHA instance Replaces a CAPTCHA instance by `captchaId`org.springframework.http.ResponseEntity<CAPTCHAInstance>
replaceCaptchaInstanceWithHttpInfo
(String captchaId, CAPTCHAInstance instance) Replace a CAPTCHA instance Replaces a CAPTCHA instance by `captchaId`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`updateCaptchaInstance
(String captchaId, CAPTCHAInstance instance) Update a CAPTCHA instance Partially updates a CAPTCHA instance by `captchaId`org.springframework.http.ResponseEntity<CAPTCHAInstance>
updateCaptchaInstanceWithHttpInfo
(String captchaId, CAPTCHAInstance instance) Update a CAPTCHA instance Partially updates a CAPTCHA instance by `captchaId`updateCaptchaInstanceWithPaginationInfo
(String captchaId, CAPTCHAInstance instance) Update a CAPTCHA instance Partially updates a CAPTCHA instance by `captchaId`
-
Constructor Details
-
CaptchaApi
public CaptchaApi() -
CaptchaApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
createCaptchaInstance
public CAPTCHAInstance createCaptchaInstance(CAPTCHAInstance instance) throws org.springframework.web.client.RestClientException Create a CAPTCHA instance Creates a new CAPTCHA instance. In the current release, we only allow one CAPTCHA instance per org.201 - Created
400 - Bad Request
403 - Forbidden
429 - Too Many Requests
- Parameters:
instance
- (required)- Returns:
- CAPTCHAInstance
- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-
createCaptchaInstance
public <T> T createCaptchaInstance(Class<?> T, CAPTCHAInstance instance) throws org.springframework.web.client.RestClientException Create a CAPTCHA instance Creates a new CAPTCHA instance. In the current release, we only allow one CAPTCHA instance per org.201 - Created
400 - Bad Request
403 - Forbidden
429 - Too Many Requests
- Parameters:
T
- (required) - the assignable return typeinstance
- (required)- Returns:
- T instance
- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-
createCaptchaInstanceWithHttpInfo
public org.springframework.http.ResponseEntity<CAPTCHAInstance> createCaptchaInstanceWithHttpInfo(CAPTCHAInstance instance) throws org.springframework.web.client.RestClientException Create a CAPTCHA instance Creates a new CAPTCHA instance. In the current release, we only allow one CAPTCHA instance per org.201 - Created
400 - Bad Request
403 - Forbidden
429 - Too Many Requests
- Parameters:
instance
- (required)- Returns:
- ResponseEntity<CAPTCHAInstance>
- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-
createCaptchaInstanceWithPaginationInfo
public PagedList createCaptchaInstanceWithPaginationInfo(CAPTCHAInstance instance) throws org.springframework.web.client.RestClientException Create a CAPTCHA instance Creates a new CAPTCHA instance. In the current release, we only allow one CAPTCHA instance per org.201 - Created
400 - Bad Request
403 - Forbidden
429 - Too Many Requests
- Parameters:
instance
- (required)- Returns:
- ResponseEntity<CAPTCHAInstance>
- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-
deleteCaptchaInstance
public void deleteCaptchaInstance(String captchaId) throws org.springframework.web.client.RestClientException Delete a CAPTCHA Instance Deletes a CAPTCHA instance by `captchaId`. If the CAPTCHA instance is currently being used in the org, the delete will not be allowed.204 - No Content
403 - Forbidden
404 - Not Found
429 - Too Many Requests
- Parameters:
captchaId
- id of the CAPTCHA (required)- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-
deleteCaptchaInstanceWithHttpInfo
public org.springframework.http.ResponseEntity<Void> deleteCaptchaInstanceWithHttpInfo(String captchaId) throws org.springframework.web.client.RestClientException Delete a CAPTCHA Instance Deletes a CAPTCHA instance by `captchaId`. If the CAPTCHA instance is currently being used in the org, the delete will not be allowed.204 - No Content
403 - Forbidden
404 - Not Found
429 - Too Many Requests
- Parameters:
captchaId
- id of the CAPTCHA (required)- Returns:
- ResponseEntity<Void>
- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-
getCaptchaInstance
public CAPTCHAInstance getCaptchaInstance(String captchaId) throws org.springframework.web.client.RestClientException Retrieve a CAPTCHA Instance Retrieves a CAPTCHA instance by `captchaId`200 - OK
403 - Forbidden
404 - Not Found
429 - Too Many Requests
- Parameters:
captchaId
- id of the CAPTCHA (required)- Returns:
- CAPTCHAInstance
- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-
getCaptchaInstanceWithHttpInfo
public org.springframework.http.ResponseEntity<CAPTCHAInstance> getCaptchaInstanceWithHttpInfo(String captchaId) throws org.springframework.web.client.RestClientException Retrieve a CAPTCHA Instance Retrieves a CAPTCHA instance by `captchaId`200 - OK
403 - Forbidden
404 - Not Found
429 - Too Many Requests
- Parameters:
captchaId
- id of the CAPTCHA (required)- Returns:
- ResponseEntity<CAPTCHAInstance>
- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-
getCaptchaInstanceWithPaginationInfo
public PagedList getCaptchaInstanceWithPaginationInfo(String captchaId) throws org.springframework.web.client.RestClientException Retrieve a CAPTCHA Instance Retrieves a CAPTCHA instance by `captchaId`200 - OK
403 - Forbidden
404 - Not Found
429 - Too Many Requests
- Parameters:
captchaId
- id of the CAPTCHA (required)- Returns:
- ResponseEntity<CAPTCHAInstance>
- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-
listCaptchaInstances
public List<CAPTCHAInstance> listCaptchaInstances() throws org.springframework.web.client.RestClientExceptionList all CAPTCHA instances Lists all CAPTCHA instances with pagination support. A subset of CAPTCHA instances can be returned that match a supported filter expression or query.200 - OK
403 - Forbidden
429 - Too Many Requests
- Returns:
- List<CAPTCHAInstance>
- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-
listCaptchaInstancesWithHttpInfo
public org.springframework.http.ResponseEntity<List<CAPTCHAInstance>> listCaptchaInstancesWithHttpInfo() throws org.springframework.web.client.RestClientExceptionList all CAPTCHA instances Lists all CAPTCHA instances with pagination support. A subset of CAPTCHA instances can be returned that match a supported filter expression or query.200 - OK
403 - Forbidden
429 - Too Many Requests
- Returns:
- ResponseEntity<List<CAPTCHAInstance>>
- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-
listCaptchaInstancesWithPaginationInfo
public PagedList listCaptchaInstancesWithPaginationInfo() throws org.springframework.web.client.RestClientExceptionList all CAPTCHA instances Lists all CAPTCHA instances with pagination support. A subset of CAPTCHA instances can be returned that match a supported filter expression or query.200 - OK
403 - Forbidden
429 - Too Many Requests
- Returns:
- ResponseEntity<List<CAPTCHAInstance>>
- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-
replaceCaptchaInstance
public CAPTCHAInstance replaceCaptchaInstance(String captchaId, CAPTCHAInstance instance) throws org.springframework.web.client.RestClientException Replace a CAPTCHA instance Replaces a CAPTCHA instance by `captchaId`200 - OK
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
- Parameters:
captchaId
- id of the CAPTCHA (required)instance
- (required)- Returns:
- CAPTCHAInstance
- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-
replaceCaptchaInstance
public <T> T replaceCaptchaInstance(Class<?> T, String captchaId, CAPTCHAInstance instance) throws org.springframework.web.client.RestClientException Replace a CAPTCHA instance Replaces a CAPTCHA instance by `captchaId`200 - OK
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
- Parameters:
T
- (required) - the assignable return typecaptchaId
- id of the CAPTCHA (required)instance
- (required)- Returns:
- T instance
- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-
replaceCaptchaInstanceWithHttpInfo
public org.springframework.http.ResponseEntity<CAPTCHAInstance> replaceCaptchaInstanceWithHttpInfo(String captchaId, CAPTCHAInstance instance) throws org.springframework.web.client.RestClientException Replace a CAPTCHA instance Replaces a CAPTCHA instance by `captchaId`200 - OK
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
- Parameters:
captchaId
- id of the CAPTCHA (required)instance
- (required)- Returns:
- ResponseEntity<CAPTCHAInstance>
- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-
replaceCaptchaInstanceWithPaginationInfo
public PagedList replaceCaptchaInstanceWithPaginationInfo(String captchaId, CAPTCHAInstance instance) throws org.springframework.web.client.RestClientException Replace a CAPTCHA instance Replaces a CAPTCHA instance by `captchaId`200 - OK
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
- Parameters:
captchaId
- id of the CAPTCHA (required)instance
- (required)- Returns:
- ResponseEntity<CAPTCHAInstance>
- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-
updateCaptchaInstance
public CAPTCHAInstance updateCaptchaInstance(String captchaId, CAPTCHAInstance instance) throws org.springframework.web.client.RestClientException Update a CAPTCHA instance Partially updates a CAPTCHA instance by `captchaId`200 - OK
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
- Parameters:
captchaId
- id of the CAPTCHA (required)instance
- (required)- Returns:
- CAPTCHAInstance
- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-
updateCaptchaInstance
public <T> T updateCaptchaInstance(Class<?> T, String captchaId, CAPTCHAInstance instance) throws org.springframework.web.client.RestClientException Update a CAPTCHA instance Partially updates a CAPTCHA instance by `captchaId`200 - OK
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
- Parameters:
T
- (required) - the assignable return typecaptchaId
- id of the CAPTCHA (required)instance
- (required)- Returns:
- T instance
- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-
updateCaptchaInstanceWithHttpInfo
public org.springframework.http.ResponseEntity<CAPTCHAInstance> updateCaptchaInstanceWithHttpInfo(String captchaId, CAPTCHAInstance instance) throws org.springframework.web.client.RestClientException Update a CAPTCHA instance Partially updates a CAPTCHA instance by `captchaId`200 - OK
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
- Parameters:
captchaId
- id of the CAPTCHA (required)instance
- (required)- Returns:
- ResponseEntity<CAPTCHAInstance>
- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-
updateCaptchaInstanceWithPaginationInfo
public PagedList updateCaptchaInstanceWithPaginationInfo(String captchaId, CAPTCHAInstance instance) throws org.springframework.web.client.RestClientException Update a CAPTCHA instance Partially updates a CAPTCHA instance by `captchaId`200 - OK
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
- Parameters:
captchaId
- id of the CAPTCHA (required)instance
- (required)- Returns:
- ResponseEntity<CAPTCHAInstance>
- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-