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-03-29T16:47:02.065887-05:00[America/Chicago]",
comments="Generator version: 7.4.0")
public class EventSubscriptions
extends Object
implements Serializable
EventSubscriptions
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
protected EventSubscriptionType
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddItemsItem
(String itemsItem) boolean
getItems()
Get itemsgetType()
Get typeint
hashCode()
void
void
setType
(EventSubscriptionType type) toString()
type
(EventSubscriptionType type)
-
Field Details
-
JSON_PROPERTY_ITEMS
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
type
-
-
Constructor Details
-
EventSubscriptions
public EventSubscriptions()
-
-
Method Details