Package com.okta.sdk.resource.model
Class RegistrationInlineHook
java.lang.Object
com.okta.sdk.resource.model.RegistrationInlineHook
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-09-23T08:35:59.300824-05:00[America/Chicago]",
comments="Generator version: 7.8.0")
public class RegistrationInlineHook
extends Object
implements Serializable
RegistrationInlineHook
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionchannel
(InlineHookChannel channel) boolean
Get 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 versionint
hashCode()
putmetadataItem
(String key, String metadataItem) void
setChannel
(InlineHookChannel channel) void
void
setMetadata
(Map<String, String> metadata) void
void
setStatus
(InlineHookStatus status) void
setType
(InlineHookType type) void
setVersion
(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
-
RegistrationInlineHook
public RegistrationInlineHook()
-
-
Method Details
-
channel
-
getChannel
Get channel- Returns:
- channel
-
setChannel
-
getCreated
Get created- Returns:
- created
-
getId
Get id- Returns:
- id
-
getLastUpdated
Get lastUpdated- Returns:
- lastUpdated
-
metadata
-
putmetadataItem
-
getMetadata
Specific properties for the inline hook configuration, for example, `optOutServiceProtectionRateLimit` to opt-out of Telephony Service Protection Rate Limits when using the Telephony inline hook.- Returns:
- metadata
-
setMetadata
-
name
-
getName
Get name- Returns:
- name
-
setName
-
status
-
getStatus
Get status- Returns:
- status
-
setStatus
-
type
-
getType
Get type- Returns:
- type
-
setType
-
version
-
getVersion
Get version- Returns:
- version
-
setVersion
-
links
-
getLinks
Get links- Returns:
- links
-
setLinks
-
equals
-
hashCode
public int hashCode() -
toString
-