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