public class ETList extends ETSoapObject
ETList object represents an email list
in the Salesforce Marketing Cloud.| Modifier and Type | Class and Description |
|---|---|
static class |
ETList.Classification
List Classification that can be used
|
static class |
ETList.Type
List Types that can be used
|
ETSoapObject.DataExtensionRowConverter, ETSoapObject.EnumConverter, ETSoapObject.ExternalObjectConverter, ETSoapObject.InternalObjectConverter| Modifier and Type | Field and Description |
|---|---|
protected List<ETSubscriber> |
subscribers |
PAGE_SIZE| Constructor and Description |
|---|
ETList()
Class constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Integer |
getCategoryId()
Deprecated.
Use
getFolderId(). |
ETList.Classification |
getClassification() |
Date |
getCreatedDate() |
String |
getCustomerKey()
Deprecated.
Use
getKey(). |
String |
getDescription() |
Integer |
getFolderId() |
String |
getId() |
String |
getKey() |
Date |
getModifiedDate() |
String |
getName() |
List<ETSubscriber> |
getSubscribers() |
ETList.Type |
getType() |
void |
setCategoryId(Integer categoryId)
Deprecated.
Use
setFolderId(). |
void |
setClassification(ETList.Classification classification) |
void |
setCreatedDate(Date createdDate) |
void |
setCustomerKey(String customerKey)
Deprecated.
Use
setKey(). |
void |
setDescription(String description) |
void |
setFolderId(Integer folderId) |
void |
setId(String id) |
void |
setKey(String key) |
void |
setModifiedDate(Date modifiedDate) |
void |
setName(String name) |
void |
setType(ETList.Type type) |
create, delete, delete, fromInternal, getInternalProperties, getInternalProperty, retrieve, retrieve, retrieve, retrieve, toFilterPart, toInternal, updategetAllModified, getModified, setModifiedgetAllFields, getAllFields, getClient, getField, getField, setClient, toStringprotected List<ETSubscriber> subscribers
public String getId()
getId in class ETApiObjectpublic void setId(String id)
setId in class ETApiObjectid - The Identifier of the ETList.public String getKey()
public void setKey(String key)
key - The Customer Key of the ETList.public String getName()
public void setName(String name)
name - The list name of the ETList.public String getDescription()
public void setDescription(String description)
description - The description of the ETList.public Date getCreatedDate()
public void setCreatedDate(Date createdDate)
createdDate - The created date of the ETList.public Date getModifiedDate()
public void setModifiedDate(Date modifiedDate)
modifiedDate - The modified date of the ETList.public Integer getFolderId()
public void setFolderId(Integer folderId)
folderId - The folder Id(category) of the ETList.public ETList.Classification getClassification()
ETList.Classificationpublic void setClassification(ETList.Classification classification)
classification - The classification of the ETList.ETList.Classificationpublic ETList.Type getType()
ETList.Typepublic void setType(ETList.Type type)
type - The type of the ETList.ETList.Type@Deprecated public String getCustomerKey()
getKey().@Deprecated public void setCustomerKey(String customerKey)
setKey().@Deprecated public Integer getCategoryId()
getFolderId().@Deprecated public void setCategoryId(Integer categoryId)
setFolderId().public List<ETSubscriber> getSubscribers()
ETSubscriber,
ArrayListCopyright © 2017. All rights reserved.