@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2023-07-07T09:07:50.516-05:00") public interface InlineHook extends ExtensibleResource, Deletable
Modifier and Type | Method and Description |
---|---|
InlineHook |
activate()
Activates the Inline Hook matching the provided id
|
InlineHook |
deactivate()
Deactivates the Inline Hook matching the provided id
|
void |
delete()
Deletes the Inline Hook matching the provided id.
|
InlineHookResponse |
execute(InlineHookPayload payloadData)
Executes the Inline Hook matching the provided inlineHookId using the request body as the input.
|
InlineHookChannel |
getChannel() |
Date |
getCreated() |
String |
getId() |
Date |
getLastUpdated() |
Map<String,Object> |
getLinks() |
String |
getName() |
InlineHookStatus |
getStatus() |
InlineHookType |
getType() |
String |
getVersion() |
InlineHook |
setChannel(InlineHookChannel channel) |
InlineHook |
setName(String name) |
InlineHook |
setStatus(InlineHookStatus status) |
InlineHook |
setType(InlineHookType type) |
InlineHook |
setVersion(String version) |
InlineHook |
update()
Updates an inline hook by ID
|
getResourceHref, setResourceHref
getBoolean, getInteger, getIntegerList, getNumber, getNumberList, getString, getStringList
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
InlineHookChannel getChannel()
InlineHook setChannel(InlineHookChannel channel)
Date getCreated()
String getId()
Date getLastUpdated()
String getName()
InlineHook setName(String name)
InlineHookStatus getStatus()
InlineHook setStatus(InlineHookStatus status)
InlineHookType getType()
InlineHook setType(InlineHookType type)
String getVersion()
InlineHook setVersion(String version)
@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2023-07-07T09:07:50.516-05:00", comments="PUT - /api/v1/inlineHooks/{inlineHookId}") InlineHook update()
@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2023-07-07T09:07:50.516-05:00", comments="POST - /api/v1/inlineHooks/{inlineHookId}/execute") InlineHookResponse execute(InlineHookPayload payloadData)
payloadData
- (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2023-07-07T09:07:50.516-05:00", comments="DELETE - /api/v1/inlineHooks/{inlineHookId}") void delete()
@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2023-07-07T09:07:50.516-05:00", comments="POST - /api/v1/inlineHooks/{inlineHookId}/lifecycle/deactivate") InlineHook deactivate()
@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2023-07-07T09:07:50.516-05:00", comments="POST - /api/v1/inlineHooks/{inlineHookId}/lifecycle/activate") InlineHook activate()
Copyright © 2017–2023 Okta. All rights reserved.