Uses of Class
org.openapitools.client.model.CAPTCHAInstance
Packages that use CAPTCHAInstance
-
Uses of CAPTCHAInstance in org.openapitools.client.api
Methods in org.openapitools.client.api that return CAPTCHAInstanceModifier and TypeMethodDescriptionCaptchaApi.createCaptchaInstance(CAPTCHAInstance instance) Create a CAPTCHA instance Creates a new CAPTCHA instance.CaptchaApi.getCaptchaInstance(String captchaId) Retrieve a CAPTCHA Instance Retrieves a CAPTCHA instance by `captchaId`CaptchaApi.replaceCaptchaInstance(String captchaId, CAPTCHAInstance instance) Replace a CAPTCHA instance Replaces a CAPTCHA instance by `captchaId`CaptchaApi.updateCaptchaInstance(String captchaId, CAPTCHAInstance instance) Update a CAPTCHA instance Partially updates a CAPTCHA instance by `captchaId`Methods in org.openapitools.client.api that return types with arguments of type CAPTCHAInstanceModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<CAPTCHAInstance>CaptchaApi.createCaptchaInstanceWithHttpInfo(CAPTCHAInstance instance) Create a CAPTCHA instance Creates a new CAPTCHA instance.org.springframework.http.ResponseEntity<CAPTCHAInstance>CaptchaApi.getCaptchaInstanceWithHttpInfo(String captchaId) Retrieve a CAPTCHA Instance Retrieves a CAPTCHA instance by `captchaId`CaptchaApi.listCaptchaInstances()List all CAPTCHA instances Lists all CAPTCHA instances with pagination support.org.springframework.http.ResponseEntity<List<CAPTCHAInstance>>CaptchaApi.listCaptchaInstancesWithHttpInfo()List all CAPTCHA instances Lists all CAPTCHA instances with pagination support.org.springframework.http.ResponseEntity<CAPTCHAInstance>CaptchaApi.replaceCaptchaInstanceWithHttpInfo(String captchaId, CAPTCHAInstance instance) Replace a CAPTCHA instance Replaces a CAPTCHA instance by `captchaId`org.springframework.http.ResponseEntity<CAPTCHAInstance>CaptchaApi.updateCaptchaInstanceWithHttpInfo(String captchaId, CAPTCHAInstance instance) Update a CAPTCHA instance Partially updates a CAPTCHA instance by `captchaId`Methods in org.openapitools.client.api with parameters of type CAPTCHAInstanceModifier and TypeMethodDescription<T> TCaptchaApi.createCaptchaInstance(Class<?> T, CAPTCHAInstance instance) Create a CAPTCHA instance Creates a new CAPTCHA instance.CaptchaApi.createCaptchaInstance(CAPTCHAInstance instance) Create a CAPTCHA instance Creates a new CAPTCHA instance.org.springframework.http.ResponseEntity<CAPTCHAInstance>CaptchaApi.createCaptchaInstanceWithHttpInfo(CAPTCHAInstance instance) Create a CAPTCHA instance Creates a new CAPTCHA instance.CaptchaApi.createCaptchaInstanceWithPaginationInfo(CAPTCHAInstance instance) Create a CAPTCHA instance Creates a new CAPTCHA instance.<T> TCaptchaApi.replaceCaptchaInstance(Class<?> T, String captchaId, CAPTCHAInstance instance) Replace a CAPTCHA instance Replaces a CAPTCHA instance by `captchaId`CaptchaApi.replaceCaptchaInstance(String captchaId, CAPTCHAInstance instance) Replace a CAPTCHA instance Replaces a CAPTCHA instance by `captchaId`org.springframework.http.ResponseEntity<CAPTCHAInstance>CaptchaApi.replaceCaptchaInstanceWithHttpInfo(String captchaId, CAPTCHAInstance instance) Replace a CAPTCHA instance Replaces a CAPTCHA instance by `captchaId`CaptchaApi.replaceCaptchaInstanceWithPaginationInfo(String captchaId, CAPTCHAInstance instance) Replace a CAPTCHA instance Replaces a CAPTCHA instance by `captchaId`<T> TCaptchaApi.updateCaptchaInstance(Class<?> T, String captchaId, CAPTCHAInstance instance) Update a CAPTCHA instance Partially updates a CAPTCHA instance by `captchaId`CaptchaApi.updateCaptchaInstance(String captchaId, CAPTCHAInstance instance) Update a CAPTCHA instance Partially updates a CAPTCHA instance by `captchaId`org.springframework.http.ResponseEntity<CAPTCHAInstance>CaptchaApi.updateCaptchaInstanceWithHttpInfo(String captchaId, CAPTCHAInstance instance) Update a CAPTCHA instance Partially updates a CAPTCHA instance by `captchaId`CaptchaApi.updateCaptchaInstanceWithPaginationInfo(String captchaId, CAPTCHAInstance instance) Update a CAPTCHA instance Partially updates a CAPTCHA instance by `captchaId` -
Uses of CAPTCHAInstance in org.openapitools.client.model
Methods in org.openapitools.client.model that return CAPTCHAInstanceModifier and TypeMethodDescriptionCAPTCHAInstance.links(ApiTokenLink links) CAPTCHAInstance.type(CAPTCHAType type)