Package com.okta.sdk.resource.model
Class EventSubscriptions
java.lang.Object
com.okta.sdk.resource.model.EventSubscriptions
- 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 EventSubscriptions
extends Object
implements Serializable
EventSubscriptions
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionadditemsItem
(String itemsItem) boolean
filter
(EventHookFilters filter) Get filterorg.openapitools.jackson.nullable.JsonNullable
<EventHookFilters> getItems()
The subscribed event types that trigger the event hook.getType()
Get typeint
hashCode()
void
setFilter
(EventHookFilters filter) void
setFilter_JsonNullable
(org.openapitools.jackson.nullable.JsonNullable<EventHookFilters> filter) void
void
setType
(EventSubscriptionType type) toString()
type
(EventSubscriptionType type)
-
Field Details
-
JSON_PROPERTY_FILTER
- See Also:
-
JSON_PROPERTY_ITEMS
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
-
Constructor Details
-
EventSubscriptions
public EventSubscriptions()
-
-
Method Details
-
filter
-
getFilter
Get filter- Returns:
- filter
-
getFilter_JsonNullable
-
setFilter_JsonNullable
public void setFilter_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<EventHookFilters> filter) -
setFilter
-
items
-
additemsItem
-
getItems
The subscribed event types that trigger the event hook. When you register an event hook you need to specify which events you want to subscribe to. To see the list of event types currently eligible for use in event hooks, use the [Event Types catalog](https://developer.okta.com/docs/reference/api/event-types/#catalog) and search with the parameter `event-hook-eligible`.- Returns:
- items
-
setItems
-
type
-
getType
Get type- Returns:
- type
-
setType
-
equals
-
hashCode
public int hashCode() -
toString
-