Uses of Class
org.openapitools.client.model.KeyRequest
Packages that use KeyRequest
-
Uses of KeyRequest in org.openapitools.client.api
Methods in org.openapitools.client.api with parameters of type KeyRequestModifier and TypeMethodDescription<T> T
HookKeyApi.createHookKey
(Class<?> T, KeyRequest keyRequest) Create a key Creates a keyHookKeyApi.createHookKey
(KeyRequest keyRequest) Create a key Creates a keyorg.springframework.http.ResponseEntity<HookKey>
HookKeyApi.createHookKeyWithHttpInfo
(KeyRequest keyRequest) Create a key Creates a keyHookKeyApi.createHookKeyWithPaginationInfo
(KeyRequest keyRequest) Create a key Creates a key<T> T
HookKeyApi.replaceHookKey
(Class<?> T, String hookKeyId, KeyRequest keyRequest) Replace a key Replace a key by `hookKeyId`HookKeyApi.replaceHookKey
(String hookKeyId, KeyRequest keyRequest) Replace a key Replace a key by `hookKeyId`org.springframework.http.ResponseEntity<HookKey>
HookKeyApi.replaceHookKeyWithHttpInfo
(String hookKeyId, KeyRequest keyRequest) Replace a key Replace a key by `hookKeyId`HookKeyApi.replaceHookKeyWithPaginationInfo
(String hookKeyId, KeyRequest keyRequest) Replace a key Replace a key by `hookKeyId` -
Uses of KeyRequest in org.openapitools.client.model
Methods in org.openapitools.client.model that return KeyRequest