public class SFEnsSubscriptionToken extends SFODataObject
| Constructor and Description |
|---|
SFEnsSubscriptionToken() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getEntityId() |
SFSafeEnumFlags<SFEnsEventType> |
getEventTypes() |
java.lang.Boolean |
getIncludeProgeny() |
java.lang.Long |
getLastEventCount() |
java.lang.String |
getSubscriptionId() |
void |
setEntityId(java.lang.String entityid) |
void |
setEventTypes(SFSafeEnumFlags<SFEnsEventType> eventtypes) |
void |
setIncludeProgeny(java.lang.Boolean includeprogeny) |
void |
setLastEventCount(java.lang.Long lasteventcount) |
void |
setSubscriptionId(java.lang.String subscriptionid) |
addProperty, get__type, getId, getMetadataUrl, getProperties, geturl, set__type, setId, setMetadataUrl, setProperties, seturlpublic java.lang.String getSubscriptionId()
public void setSubscriptionId(java.lang.String subscriptionid)
public java.lang.String getEntityId()
public void setEntityId(java.lang.String entityid)
public SFSafeEnumFlags<SFEnsEventType> getEventTypes()
public void setEventTypes(SFSafeEnumFlags<SFEnsEventType> eventtypes)
public java.lang.Boolean getIncludeProgeny()
public void setIncludeProgeny(java.lang.Boolean includeprogeny)
public java.lang.Long getLastEventCount()
public void setLastEventCount(java.lang.Long lasteventcount)