public class ETCampaign extends ETRestObject
ETCampaign object represents a campaign
in the Salesforce Marketing Cloud.| Constructor and Description |
|---|
ETCampaign() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode() |
String |
getColor() |
Date |
getCreatedDate() |
String |
getDescription() |
Boolean |
getFavorite() |
String |
getId() |
Date |
getModifiedDate() |
String |
getName() |
void |
setCode(String code) |
void |
setColor(String color) |
void |
setCreatedDate(Date createdDate) |
void |
setDescription(String description) |
void |
setFavorite(Boolean favorite) |
void |
setId(String id) |
void |
setModifiedDate(Date modifiedDate) |
void |
setName(String name) |
create, delete, deserialize, deserialize, getInternalProperty, retrieve, serialize, toFilterString, updategetAllModified, getModified, setModifiedgetAllFields, getAllFields, getClient, getField, getField, setClient, toStringpublic String getId()
getId in class ETApiObjectpublic void setId(String id)
setId in class ETApiObjectid - The Identifier of the ETCampaign object.public String getName()
public void setName(String name)
name - The name of the ETCampaign object.public String getDescription()
public void setDescription(String description)
description - The description of the ETCampaign object.public Date getCreatedDate()
public void setCreatedDate(Date createdDate)
createdDate - The created date of the ETCampaign object.public Date getModifiedDate()
public void setModifiedDate(Date modifiedDate)
modifiedDate - The modified date of the ETCampaign object.public String getCode()
public void setCode(String code)
code - The campaign code of the ETCampaign object.public String getColor()
public void setColor(String color)
color - The color of the ETCampaign object.public Boolean getFavorite()
public void setFavorite(Boolean favorite)
favorite - Sets if it is a favorite campaign.Copyright © 2017. All rights reserved.