Package org.openapitools.client.model
Class EventSubscriptions
java.lang.Object
org.openapitools.client.model.EventSubscriptions
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-04-19T09:13:44.263607-05:00[America/Chicago]")
public class EventSubscriptions
extends Object
EventSubscriptions
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final String
protected EventSubscriptionType
-
Constructor Summary
Constructors -
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