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.getHookKey(String hookKeyId) Retrieve a key Retrieves a key by `hookKeyId`HookKeyApi.replaceHookKey(String hookKeyId, KeyRequest keyRequest) Replace a key Replace a key by `hookKeyId`Methods in org.openapitools.client.api that return types with arguments of type HookKeyModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<HookKey>HookKeyApi.createHookKeyWithHttpInfo(KeyRequest keyRequest) Create a key Creates a keyorg.springframework.http.ResponseEntity<HookKey>HookKeyApi.getHookKeyWithHttpInfo(String hookKeyId) Retrieve a key Retrieves a key by `hookKeyId`HookKeyApi.listHookKeys()List all keys Lists all keysHookKeyApi.listHookKeysWithHttpInfo()List all keys Lists all keysorg.springframework.http.ResponseEntity<HookKey>HookKeyApi.replaceHookKeyWithHttpInfo(String hookKeyId, KeyRequest keyRequest) Replace a key Replace a key by `hookKeyId` -
Uses of HookKey in org.openapitools.client.model
Methods in org.openapitools.client.model that return HookKey