public class ETFolder extends ETSoapObject
ETFolder object represents a folder
in the Salesforce Marketing Cloud.ETSoapObject.DataExtensionRowConverter, ETSoapObject.EnumConverter, ETSoapObject.ExternalObjectConverter, ETSoapObject.InternalObjectConverterPAGE_SIZE| Constructor and Description |
|---|
ETFolder()
Class constructor, Initializes a new instance of the class.
|
create, delete, delete, fromInternal, getInternalProperties, getInternalProperty, retrieve, retrieve, retrieve, retrieve, toFilterPart, toInternal, updategetAllModified, getModified, setModifiedgetAllFields, getAllFields, getClient, getField, getField, setClient, toStringpublic ETFolder()
public String getId()
getId in class ETApiObjectpublic void setId(String id)
setId in class ETApiObjectid - The Identifier of the ETFolder object.public String getKey()
public void setKey(String key)
key - The Customer Key of the ETFolder object.public String getName()
public void setName(String name)
name - The name of the ETFolder object.public String getDescription()
public void setDescription(String description)
description - The description of the ETFolder object.public Date getCreatedDate()
public void setCreatedDate(Date createdDate)
createdDate - The created date of the ETFolder object.public Date getModifiedDate()
public void setModifiedDate(Date modifiedDate)
modifiedDate - The modified date of the ETFolder object.public String getContentType()
public void setContentType(String contentType)
contentType - The content type of the ETFolder object.public String getParentFolderKey()
public void setParentFolderKey(String parentFolderKey)
parentFolderKey - The parent folder's customer key of the ETFolder object.public Boolean getIsActive()
public void setIsActive(Boolean isActive)
isActive - Sets whether ETFolder object is active or inactive.public Boolean getIsEditable()
public void setIsEditable(Boolean isEditable)
isEditable - Sets if the ETFolder object is editable or not.public Boolean getAllowChildren()
public void setAllowChildren(Boolean allowChildren)
allowChildren - Sets if the ETFolder object allows children or not.@Deprecated public String getCustomerKey()
getKey().@Deprecated public void setCustomerKey(String customerKey)
setKey().@Deprecated public ETFolder getParentFolder()
getParentFolderKey().@Deprecated public void setParentFolder(ETFolder parentFolder)
setParentFolderKey().Copyright © 2017. All rights reserved.