Package com.okta.sdk.resource.model
Class EventHook
java.lang.Object
com.okta.sdk.resource.model.EventHook
- 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 EventHook
extends Object
implements Serializable
EventHook
- See Also:
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionchannel
(EventHookChannel channel) description
(String description) boolean
events
(EventSubscriptions events) Get channelTimestamp of the event hook creationThe ID of the user who created the event hookDescription of the event hookorg.openapitools.jackson.nullable.JsonNullable
<String> Get eventsgetId()
Unique key for the event hookDate of the last event hook updategetLinks()
Get linksgetName()
Display name for the event hookStatus of the event hookGet verificationStatusint
hashCode()
links
(EventHookLinks links) void
setChannel
(EventHookChannel channel) void
setDescription
(String description) void
setDescription_JsonNullable
(org.openapitools.jackson.nullable.JsonNullable<String> description) void
setEvents
(EventSubscriptions events) void
setLinks
(EventHookLinks links) void
void
setVerificationStatus
(EventHookVerificationStatus verificationStatus) toString()
verificationStatus
(EventHookVerificationStatus verificationStatus)
-
Field Details
-
JSON_PROPERTY_CHANNEL
- See Also:
-
JSON_PROPERTY_CREATED
- See Also:
-
JSON_PROPERTY_CREATED_BY
- See Also:
-
JSON_PROPERTY_DESCRIPTION
- See Also:
-
JSON_PROPERTY_EVENTS
- See Also:
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_LAST_UPDATED
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_STATUS
- See Also:
-
JSON_PROPERTY_VERIFICATION_STATUS
- See Also:
-
JSON_PROPERTY_LINKS
- See Also:
-
-
Constructor Details
-
EventHook
public EventHook()
-
-
Method Details
-
channel
-
getChannel
Get channel- Returns:
- channel
-
setChannel
-
getCreated
Timestamp of the event hook creation- Returns:
- created
-
getCreatedBy
The ID of the user who created the event hook- Returns:
- createdBy
-
description
-
getDescription
Description of the event hook- Returns:
- description
-
getDescription_JsonNullable
-
setDescription_JsonNullable
public void setDescription_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> description) -
setDescription
-
events
-
getEvents
Get events- Returns:
- events
-
setEvents
-
getId
Unique key for the event hook- Returns:
- id
-
getLastUpdated
Date of the last event hook update- Returns:
- lastUpdated
-
name
-
getName
Display name for the event hook- Returns:
- name
-
setName
-
getStatus
Status of the event hook- Returns:
- status
-
verificationStatus
-
getVerificationStatus
Get verificationStatus- Returns:
- verificationStatus
-
setVerificationStatus
-
links
-
getLinks
Get links- Returns:
- links
-
setLinks
-
equals
-
hashCode
public int hashCode() -
toString
-