Uses of Class
org.openapitools.client.model.HookKey
Packages that use HookKey
-
Uses of HookKey in org.openapitools.client.api
Methods in org.openapitools.client.api that return HookKeyModifier and TypeMethodDescriptionHookKeyApi.createHookKey
(KeyRequest keyRequest) Create a key Creates a keyHookKeyApi.createHookKey
(KeyRequest keyRequest, Map<String, String> additionalHeaders) Create a key Creates a keyHookKeyApi.getHookKey
(String hookKeyId) Retrieve a key Retrieves a key by `hookKeyId`HookKeyApi.getHookKey
(String hookKeyId, Map<String, String> additionalHeaders) Retrieve a key Retrieves a key by `hookKeyId`HookKeyApi.replaceHookKey
(String hookKeyId, KeyRequest keyRequest) Replace a key Replaces a key by `hookKeyId`HookKeyApi.replaceHookKey
(String hookKeyId, KeyRequest keyRequest, Map<String, String> additionalHeaders) Replace a key Replaces a key by `hookKeyId`Methods in org.openapitools.client.api that return types with arguments of type HookKeyModifier and TypeMethodDescriptionHookKeyApi.listHookKeys()
List all keys Lists all keysHookKeyApi.listHookKeys
(Map<String, String> additionalHeaders) List all keys Lists all keys -
Uses of HookKey in org.openapitools.client.model
Methods in org.openapitools.client.model that return HookKey