public class Folder extends APIProperty
Java class for Folder complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Folder">
<complexContent>
<extension base="{http://exacttarget.com/wsdl/partnerAPI}APIProperty">
<sequence>
<element name="ID" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="ParentID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
id |
protected Integer |
parentID |
name, value| Constructor and Description |
|---|
Folder() |
| Modifier and Type | Method and Description |
|---|---|
int |
getID()
Gets the value of the id property.
|
Integer |
getParentID()
Gets the value of the parentID property.
|
void |
setID(int value)
Sets the value of the id property.
|
void |
setParentID(Integer value)
Sets the value of the parentID property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
getName, getValue, setName, setValueprotected int id
protected Integer parentID
public int getID()
public void setID(int value)
public Integer getParentID()
Integerpublic void setParentID(Integer value)
value - allowed object is
Integerpublic String toString()
toString in class APIPropertyCopyright © 2017. All rights reserved.