Package com.okta.sdk.resource.model
Class InlineHookChannel
java.lang.Object
com.okta.sdk.resource.model.InlineHookChannel
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InlineHookChannelHttp
,InlineHookChannelOAuth
@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 InlineHookChannel
extends Object
implements Serializable
InlineHookChannel
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
protected InlineHookChannelType
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getType()
Get typeGet versionint
hashCode()
void
setType
(InlineHookChannelType type) void
setVersion
(String version) toString()
type
(InlineHookChannelType type)
-
Field Details
-
JSON_PROPERTY_TYPE
- See Also:
-
type
-
JSON_PROPERTY_VERSION
- See Also:
-
-
Constructor Details
-
InlineHookChannel
public InlineHookChannel()
-
-
Method Details