public class GlobalUnsubscribeCategory extends APIObject
Java class for GlobalUnsubscribeCategory complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GlobalUnsubscribeCategory">
<complexContent>
<extension base="{http://exacttarget.com/wsdl/partnerAPI}APIObject">
<sequence>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="IgnorableByPartners" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="Ignore" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
ignorableByPartners |
protected boolean |
ignore |
protected String |
name |
client, correlationID, createdDate, customerKey, id, modifiedDate, objectID, objectState, owner, partnerKey, partnerProperties| Constructor and Description |
|---|
GlobalUnsubscribeCategory() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the value of the name property.
|
boolean |
isIgnorableByPartners()
Gets the value of the ignorableByPartners property.
|
boolean |
isIgnore()
Gets the value of the ignore property.
|
void |
setIgnorableByPartners(boolean value)
Sets the value of the ignorableByPartners property.
|
void |
setIgnore(boolean value)
Sets the value of the ignore property.
|
void |
setName(String value)
Sets the value of the name property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
getClient, getCorrelationID, getCreatedDate, getCustomerKey, getId, getModifiedDate, getObjectID, getObjectState, getOwner, getPartnerKey, getPartnerProperties, setClient, setCorrelationID, setCreatedDate, setCustomerKey, setId, setModifiedDate, setObjectID, setObjectState, setOwner, setPartnerKeyprotected String name
protected boolean ignorableByPartners
protected boolean ignore
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic boolean isIgnorableByPartners()
public void setIgnorableByPartners(boolean value)
public boolean isIgnore()
public void setIgnore(boolean value)
Copyright © 2017. All rights reserved.