@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T17:07:26.321-05:00[America/Chicago]") public class EventSubscriptions extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_ITEMS |
static String |
JSON_PROPERTY_TYPE |
protected EventSubscriptionType |
type |
Constructor and Description |
---|
EventSubscriptions() |
Modifier and Type | Method and Description |
---|---|
EventSubscriptions |
addItemsItem(String itemsItem) |
boolean |
equals(Object o) |
List<String> |
getItems()
Get items
|
EventSubscriptionType |
getType()
Get type
|
int |
hashCode() |
EventSubscriptions |
items(List<String> items) |
void |
setItems(List<String> items) |
void |
setType(EventSubscriptionType type) |
String |
toString() |
EventSubscriptions |
type(EventSubscriptionType type) |
public static final String JSON_PROPERTY_ITEMS
public static final String JSON_PROPERTY_TYPE
protected EventSubscriptionType type
public EventSubscriptions items(List<String> items)
public EventSubscriptions addItemsItem(String itemsItem)
public EventSubscriptions type(EventSubscriptionType type)
@Nullable public EventSubscriptionType getType()
public void setType(EventSubscriptionType type)
Copyright © 2017–2023 Okta. All rights reserved.