public class ETAsset extends ETRestObject
ETAsset object represents aa asset
in the Salesforce Marketing Cloud.| Constructor and Description |
|---|
ETAsset() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContent() |
String |
getContentType() |
Date |
getCreatedDate() |
String |
getCustomerKey() |
String |
getDescription() |
String |
getEnterpriseId() |
String |
getId() |
String |
getMemberId() |
Date |
getModifiedDate() |
String |
getName() |
String |
getObjectID() |
void |
setContent(String content) |
void |
setContentType(String contentType) |
void |
setCreatedDate(Date createdDate) |
void |
setCustomerKey(String customerKey) |
void |
setDescription(String description) |
void |
setEnterpriseId(String enterpriseId) |
void |
setId(String id) |
void |
setMemberId(String memberId) |
void |
setModifiedDate(Date modifiedDate) |
void |
setName(String name) |
void |
setObjectID(String objectID) |
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 ETAsset object.public String getName()
public void setName(String name)
name - The name of the ETAsset object.public String getDescription()
public void setDescription(String description)
description - The description of the ETAsset object.public Date getCreatedDate()
public void setCreatedDate(Date createdDate)
createdDate - The created date of the ETAsset object.public Date getModifiedDate()
public void setModifiedDate(Date modifiedDate)
modifiedDate - The modified date of the ETAsset object.public String getCustomerKey()
public void setCustomerKey(String customerKey)
customerKey - the customerKey to setpublic String getObjectID()
public void setObjectID(String objectID)
objectID - the objectID to setpublic String getContentType()
public void setContentType(String contentType)
contentType - the contentType to setpublic String getEnterpriseId()
public void setEnterpriseId(String enterpriseId)
enterpriseId - the enterpriseId to setpublic String getMemberId()
public void setMemberId(String memberId)
memberId - the memberId to setpublic String getContent()
public void setContent(String content)
content - the content to setCopyright © 2017. All rights reserved.