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
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
-
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
-