Package com.okta.sdk.resource.model
Class InlineHook
java.lang.Object
com.okta.sdk.resource.model.InlineHook
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-08-09T14:20:25.727262-05:00[America/Chicago]",
comments="Generator version: 7.7.0")
public class InlineHook
extends Object
implements Serializable
InlineHook
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionchannel(InlineHookChannel channel) booleanGet channelGet createdgetId()Get idGet lastUpdatedgetLinks()Get linksSpecific properties for the inline hook configuration, for example, `optOutServiceProtectionRateLimit` to opt-out of Telephony Service Protection Rate Limits when using the Telephony inline hook.getName()Get nameGet statusgetType()Get typeGet versioninthashCode()putmetadataItem(String key, String metadataItem) voidsetChannel(InlineHookChannel channel) voidvoidsetMetadata(Map<String, String> metadata) voidvoidsetStatus(InlineHookStatus status) voidsetType(InlineHookType type) voidsetVersion(String version) status(InlineHookStatus status) toString()type(InlineHookType type)
-
Field Details
-
JSON_PROPERTY_CHANNEL
- See Also:
-
JSON_PROPERTY_CREATED
- See Also:
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_LAST_UPDATED
- See Also:
-
JSON_PROPERTY_METADATA
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_STATUS
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
JSON_PROPERTY_VERSION
- See Also:
-
JSON_PROPERTY_LINKS
- See Also:
-
-
Constructor Details
-
InlineHook
public InlineHook()
-
-
Method Details
-
channel
-
getChannel
-
setChannel
-
getCreated
-
getId
-
getLastUpdated
-
metadata
-
putmetadataItem
-
getMetadata
-
setMetadata
-
name
-
getName
-
setName
-
status
-
getStatus
-
setStatus
-
type
-
getType
-
setType
-
version
-
getVersion
-
setVersion
-
links
-
getLinks
-
setLinks
-
equals
-
hashCode
-
toString
-