public class EntityEventSubscriptionCriteria extends SubscriptionCriteria
Java class for entityEventSubscriptionCriteria complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="entityEventSubscriptionCriteria"> <complexContent> <extension base="{http://subscription.dataevent.bullhorn.com/}subscriptionCriteria"> <sequence> <element name="entityEventTypes" type="{http://event.dataevent.bullhorn.com/}entityEventType" maxOccurs="unbounded" minOccurs="0"/> <element name="entityNames" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.util.List<EntityEventType> |
entityEventTypes |
protected java.util.List<java.lang.String> |
entityNames |
Constructor and Description |
---|
EntityEventSubscriptionCriteria() |
Modifier and Type | Method and Description |
---|---|
java.util.List<EntityEventType> |
getEntityEventTypes()
Gets the value of the entityEventTypes property.
|
java.util.List<java.lang.String> |
getEntityNames()
Gets the value of the entityNames property.
|
protected java.util.List<EntityEventType> entityEventTypes
protected java.util.List<java.lang.String> entityNames
public java.util.List<EntityEventType> getEntityEventTypes()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the entityEventTypes property.
For example, to add a new item, do as follows:
getEntityEventTypes().add(newItem);
Objects of the following type(s) are allowed in the list
EntityEventType
public java.util.List<java.lang.String> getEntityNames()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the entityNames property.
For example, to add a new item, do as follows:
getEntityNames().add(newItem);
Objects of the following type(s) are allowed in the list
String