public class DataFolder extends APIObject
Java class for DataFolder complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DataFolder">
<complexContent>
<extension base="{http://exacttarget.com/wsdl/partnerAPI}APIObject">
<sequence>
<element name="ParentFolder" type="{http://exacttarget.com/wsdl/partnerAPI}DataFolder" minOccurs="0"/>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ContentType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="IsActive" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="IsEditable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="AllowChildren" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
allowChildren |
protected String |
contentType |
protected String |
description |
protected Boolean |
isActive |
protected Boolean |
isEditable |
protected String |
name |
protected DataFolder |
parentFolder |
client, correlationID, createdDate, customerKey, id, modifiedDate, objectID, objectState, owner, partnerKey, partnerProperties| Constructor and Description |
|---|
DataFolder() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getAllowChildren()
Gets the value of the allowChildren property.
|
String |
getContentType()
Gets the value of the contentType property.
|
String |
getDescription()
Gets the value of the description property.
|
Boolean |
getIsActive()
Gets the value of the isActive property.
|
Boolean |
getIsEditable()
Gets the value of the isEditable property.
|
String |
getName()
Gets the value of the name property.
|
DataFolder |
getParentFolder()
Gets the value of the parentFolder property.
|
void |
setAllowChildren(Boolean value)
Sets the value of the allowChildren property.
|
void |
setContentType(String value)
Sets the value of the contentType property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setIsActive(Boolean value)
Sets the value of the isActive property.
|
void |
setIsEditable(Boolean value)
Sets the value of the isEditable property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setParentFolder(DataFolder value)
Sets the value of the parentFolder property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
getClient, getCorrelationID, getCreatedDate, getCustomerKey, getId, getModifiedDate, getObjectID, getObjectState, getOwner, getPartnerKey, getPartnerProperties, setClient, setCorrelationID, setCreatedDate, setCustomerKey, setId, setModifiedDate, setObjectID, setObjectState, setOwner, setPartnerKeyprotected DataFolder parentFolder
protected String name
protected String description
protected String contentType
protected Boolean isActive
protected Boolean isEditable
protected Boolean allowChildren
public DataFolder getParentFolder()
DataFolderpublic void setParentFolder(DataFolder value)
value - allowed object is
DataFolderpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic String getContentType()
Stringpublic void setContentType(String value)
value - allowed object is
Stringpublic Boolean getIsActive()
Booleanpublic void setIsActive(Boolean value)
value - allowed object is
Booleanpublic Boolean getIsEditable()
Booleanpublic void setIsEditable(Boolean value)
value - allowed object is
Booleanpublic Boolean getAllowChildren()
Booleanpublic void setAllowChildren(Boolean value)
value - allowed object is
BooleanCopyright © 2017. All rights reserved.