@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T23:40:43.026Z[Etc/UTC]") public class InlineHookChannel extends Object implements Serializable
| Modifier and Type | Field and Description | 
|---|---|
static String | 
JSON_PROPERTY_TYPE  | 
static String | 
JSON_PROPERTY_VERSION  | 
protected InlineHookChannelType | 
type  | 
| Constructor and Description | 
|---|
InlineHookChannel()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object o)  | 
InlineHookChannelType | 
getType()
Get type 
 | 
String | 
getVersion()
Get version 
 | 
int | 
hashCode()  | 
void | 
setType(InlineHookChannelType type)  | 
void | 
setVersion(String version)  | 
String | 
toString()  | 
InlineHookChannel | 
type(InlineHookChannelType type)  | 
InlineHookChannel | 
version(String version)  | 
public static final String JSON_PROPERTY_TYPE
protected InlineHookChannelType type
public static final String JSON_PROPERTY_VERSION
public InlineHookChannel type(InlineHookChannelType type)
@Nullable public InlineHookChannelType getType()
public void setType(InlineHookChannelType type)
public InlineHookChannel version(String version)
public void setVersion(String version)
Copyright © 2017–2023 Okta. All rights reserved.