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-23T08:35:59.300824-05:00[America/Chicago]",
comments="Generator version: 7.8.0")
public class EventHookChannel
extends Object
implements Serializable
EventHookChannel
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionconfig
(EventHookChannelConfig config) boolean
Get configgetType()
Get typeVersion of the channel.int
hashCode()
void
setConfig
(EventHookChannelConfig config) void
setType
(EventHookChannelType type) void
setVersion
(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
-