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-08-09T14:20:25.727262-05:00[America/Chicago]",
comments="Generator version: 7.7.0")
public class EventHook
extends Object
implements Serializable
EventHook
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionchannel(EventHookChannel channel) description(String description) booleanevents(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 verificationStatusinthashCode()links(EventHookLinks links) voidsetChannel(EventHookChannel channel) voidsetDescription(String description) voidsetDescription_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> description) voidsetEvents(EventSubscriptions events) voidsetLinks(EventHookLinks links) voidvoidsetVerificationStatus(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
-
setChannel
-
getCreated
-
getCreatedBy
-
description
-
getDescription
-
getDescription_JsonNullable
-
setDescription_JsonNullable
public void setDescription_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> description) -
setDescription
-
events
-
getEvents
-
setEvents
-
getId
-
getLastUpdated
Date of the last event hook update- Returns:
- lastUpdated
-
name
-
getName
-
setName
-
getStatus
-
verificationStatus
-
getVerificationStatus
Get verificationStatus- Returns:
- verificationStatus
-
setVerificationStatus
-
links
-
getLinks
-
setLinks
-
equals
-
hashCode
-
toString
-