@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-10-28T09:54:00.189-05:00[America/Chicago]")
public class EventSubscriptions
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
JSON_PROPERTY_ITEMS |
static java.lang.String |
JSON_PROPERTY_TYPE |
protected EventSubscriptionType |
type |
Constructor and Description |
---|
EventSubscriptions() |
Modifier and Type | Method and Description |
---|---|
EventSubscriptions |
addItemsItem(java.lang.String itemsItem) |
boolean |
equals(java.lang.Object o) |
java.util.List<java.lang.String> |
getItems()
Get items
|
EventSubscriptionType |
getType()
Get type
|
int |
hashCode() |
EventSubscriptions |
items(java.util.List<java.lang.String> items) |
void |
setItems(java.util.List<java.lang.String> items) |
void |
setType(EventSubscriptionType type) |
java.lang.String |
toString() |
EventSubscriptions |
type(EventSubscriptionType type) |
public static final java.lang.String JSON_PROPERTY_ITEMS
public static final java.lang.String JSON_PROPERTY_TYPE
protected EventSubscriptionType type
public EventSubscriptions items(java.util.List<java.lang.String> items)
public EventSubscriptions addItemsItem(java.lang.String itemsItem)
@Nullable public java.util.List<java.lang.String> getItems()
public void setItems(java.util.List<java.lang.String> items)
public EventSubscriptions type(EventSubscriptionType type)
@Nullable public EventSubscriptionType getType()
public void setType(EventSubscriptionType type)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2017-2022 Okta. All Rights Reserved.