Package com.okta.sdk.resource.model
Class EventHookChannel
java.lang.Object
com.okta.sdk.resource.model.EventHookChannel
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-09-23T16:19:57.008753975Z[Etc/UTC]",
comments="Generator version: 7.8.0")
public class EventHookChannel
extends Object
implements Serializable
EventHookChannel
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconfig(EventHookChannelConfig config) booleanGet configgetType()Get typeVersion of the channel.inthashCode()voidsetConfig(EventHookChannelConfig config) voidsetType(EventHookChannelType type) voidsetVersion(String version) toString()type(EventHookChannelType type)
-
Field Details
-
JSON_PROPERTY_CONFIG
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
JSON_PROPERTY_VERSION
- See Also:
-
-
Constructor Details
-
EventHookChannel
public EventHookChannel()
-
-
Method Details
-
config
-
getConfig
Get config- Returns:
- config
-
setConfig
-
type
-
getType
Get type- Returns:
- type
-
setType
-
version
-
getVersion
Version of the channel. Currently the only supported version is `1.0.0``.- Returns:
- version
-
setVersion
-
equals
-
hashCode
public int hashCode() -
toString
-