Package | Description |
---|---|
org.openapitools.client.api | |
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
<T> T |
HookKeyApi.createHookKey(Class<?> T,
KeyRequest keyRequest)
Create a key
Creates a key
|
HookKey |
HookKeyApi.createHookKey(KeyRequest keyRequest)
Create a key
Creates a key
|
PagedList |
HookKeyApi.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`
|
HookKey |
HookKeyApi.replaceHookKey(String hookKeyId,
KeyRequest keyRequest)
Replace a key
Replace a key by `hookKeyId`
|
PagedList |
HookKeyApi.replaceHookKeyWithPaginationInfo(String hookKeyId,
KeyRequest keyRequest)
Replace a key
Replace a key by `hookKeyId`
|
Modifier and Type | Method and Description |
---|---|
KeyRequest |
KeyRequest.name(String name) |
Copyright © 2017–2023 Okta. All rights reserved.