public class BusinessUnit extends Account
Java class for BusinessUnit complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BusinessUnit">
<complexContent>
<extension base="{http://exacttarget.com/wsdl/partnerAPI}Account">
<sequence>
<element name="Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="DefaultSendClassification" type="{http://exacttarget.com/wsdl/partnerAPI}SendClassification" minOccurs="0"/>
<element name="DefaultHomePage" type="{http://exacttarget.com/wsdl/partnerAPI}LandingPage" minOccurs="0"/>
<element name="SubscriberFilter" type="{http://exacttarget.com/wsdl/partnerAPI}FilterPart" minOccurs="0"/>
<element name="MasterUnsubscribeBehavior" type="{http://exacttarget.com/wsdl/partnerAPI}UnsubscribeBehaviorEnum" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
Account.Roles| Modifier and Type | Field and Description |
|---|---|
protected LandingPage |
defaultHomePage |
protected SendClassification |
defaultSendClassification |
protected String |
description |
protected UnsubscribeBehaviorEnum |
masterUnsubscribeBehavior |
protected FilterPart |
subscriberFilter |
accountType, accountUsers, address, brandID, businessName, businessRules, children, city, country, customerID, dbid, deletedDate, editionID, email, fax, fromName, inheritAddress, isActive, isTestAccount, isTrialAccount, languageLocale, locale, name, orgID, parentAccount, parentID, parentName, phone, privateLabelID, privateLabels, reportingParentID, roles, state, subscription, timeZone, zipclient, correlationID, createdDate, customerKey, id, modifiedDate, objectID, objectState, owner, partnerKey, partnerProperties| Constructor and Description |
|---|
BusinessUnit() |
| Modifier and Type | Method and Description |
|---|---|
LandingPage |
getDefaultHomePage()
Gets the value of the defaultHomePage property.
|
SendClassification |
getDefaultSendClassification()
Gets the value of the defaultSendClassification property.
|
String |
getDescription()
Gets the value of the description property.
|
UnsubscribeBehaviorEnum |
getMasterUnsubscribeBehavior()
Gets the value of the masterUnsubscribeBehavior property.
|
FilterPart |
getSubscriberFilter()
Gets the value of the subscriberFilter property.
|
void |
setDefaultHomePage(LandingPage value)
Sets the value of the defaultHomePage property.
|
void |
setDefaultSendClassification(SendClassification value)
Sets the value of the defaultSendClassification property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setMasterUnsubscribeBehavior(UnsubscribeBehaviorEnum value)
Sets the value of the masterUnsubscribeBehavior property.
|
void |
setSubscriberFilter(FilterPart value)
Sets the value of the subscriberFilter property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
getAccountType, getAccountUsers, getAddress, getBrandID, getBusinessName, getBusinessRules, getChildren, getCity, getCountry, getCustomerID, getDBID, getDeletedDate, getEditionID, getEmail, getFax, getFromName, getInheritAddress, getIsActive, getIsTestAccount, getIsTrialAccount, getLanguageLocale, getLocale, getName, getOrgID, getParentAccount, getParentID, getParentName, getPhone, getPrivateLabelID, getPrivateLabels, getReportingParentID, getRoles, getState, getSubscription, getTimeZone, getZip, setAccountType, setAddress, setBrandID, setBusinessName, setCity, setCountry, setCustomerID, setDBID, setDeletedDate, setEditionID, setEmail, setFax, setFromName, setInheritAddress, setIsActive, setIsTestAccount, setIsTrialAccount, setLanguageLocale, setLocale, setName, setOrgID, setParentAccount, setParentID, setParentName, setPhone, setPrivateLabelID, setReportingParentID, setRoles, setState, setSubscription, setTimeZone, setZipgetClient, getCorrelationID, getCreatedDate, getCustomerKey, getId, getModifiedDate, getObjectID, getObjectState, getOwner, getPartnerKey, getPartnerProperties, setClient, setCorrelationID, setCreatedDate, setCustomerKey, setId, setModifiedDate, setObjectID, setObjectState, setOwner, setPartnerKeyprotected String description
protected SendClassification defaultSendClassification
protected LandingPage defaultHomePage
protected FilterPart subscriberFilter
protected UnsubscribeBehaviorEnum masterUnsubscribeBehavior
public String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic SendClassification getDefaultSendClassification()
SendClassificationpublic void setDefaultSendClassification(SendClassification value)
value - allowed object is
SendClassificationpublic LandingPage getDefaultHomePage()
LandingPagepublic void setDefaultHomePage(LandingPage value)
value - allowed object is
LandingPagepublic FilterPart getSubscriberFilter()
FilterPartpublic void setSubscriberFilter(FilterPart value)
value - allowed object is
FilterPartpublic UnsubscribeBehaviorEnum getMasterUnsubscribeBehavior()
UnsubscribeBehaviorEnumpublic void setMasterUnsubscribeBehavior(UnsubscribeBehaviorEnum value)
value - allowed object is
UnsubscribeBehaviorEnumCopyright © 2017. All rights reserved.