@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T23:40:43.026Z[Etc/UTC]") public class InlineHook extends Object implements Serializable
| Modifier and Type | Field and Description | 
|---|---|
static String | 
JSON_PROPERTY_CHANNEL  | 
static String | 
JSON_PROPERTY_CREATED  | 
static String | 
JSON_PROPERTY_ID  | 
static String | 
JSON_PROPERTY_LAST_UPDATED  | 
static String | 
JSON_PROPERTY_LINKS  | 
static String | 
JSON_PROPERTY_NAME  | 
static String | 
JSON_PROPERTY_STATUS  | 
static String | 
JSON_PROPERTY_TYPE  | 
static String | 
JSON_PROPERTY_VERSION  | 
| Constructor and Description | 
|---|
InlineHook()  | 
| Modifier and Type | Method and Description | 
|---|---|
InlineHook | 
channel(InlineHookChannel channel)  | 
boolean | 
equals(Object o)  | 
InlineHookChannel | 
getChannel()
Get channel 
 | 
OffsetDateTime | 
getCreated()
Get created 
 | 
String | 
getId()
Get id 
 | 
OffsetDateTime | 
getLastUpdated()
Get lastUpdated 
 | 
LinksSelf | 
getLinks()
Get links 
 | 
String | 
getName()
Get name 
 | 
InlineHookStatus | 
getStatus()
Get status 
 | 
InlineHookType | 
getType()
Get type 
 | 
String | 
getVersion()
Get version 
 | 
int | 
hashCode()  | 
InlineHook | 
links(LinksSelf links)  | 
InlineHook | 
name(String name)  | 
void | 
setChannel(InlineHookChannel channel)  | 
void | 
setLinks(LinksSelf links)  | 
void | 
setName(String name)  | 
void | 
setStatus(InlineHookStatus status)  | 
void | 
setType(InlineHookType type)  | 
void | 
setVersion(String version)  | 
InlineHook | 
status(InlineHookStatus status)  | 
String | 
toString()  | 
InlineHook | 
type(InlineHookType type)  | 
InlineHook | 
version(String version)  | 
public static final String JSON_PROPERTY_CHANNEL
public static final String JSON_PROPERTY_CREATED
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_LAST_UPDATED
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_STATUS
public static final String JSON_PROPERTY_TYPE
public static final String JSON_PROPERTY_VERSION
public static final String JSON_PROPERTY_LINKS
public InlineHook channel(InlineHookChannel channel)
@Nullable public InlineHookChannel getChannel()
public void setChannel(InlineHookChannel channel)
@Nullable public OffsetDateTime getCreated()
@Nullable public OffsetDateTime getLastUpdated()
public InlineHook name(String name)
public void setName(String name)
public InlineHook status(InlineHookStatus status)
@Nullable public InlineHookStatus getStatus()
public void setStatus(InlineHookStatus status)
public InlineHook type(InlineHookType type)
@Nullable public InlineHookType getType()
public void setType(InlineHookType type)
public InlineHook version(String version)
public void setVersion(String version)
public InlineHook links(LinksSelf links)
public void setLinks(LinksSelf links)
Copyright © 2017–2023 Okta. All rights reserved.