public class Portfolio extends APIObject
Java class for Portfolio complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Portfolio">
<complexContent>
<extension base="{http://exacttarget.com/wsdl/partnerAPI}APIObject">
<sequence>
<element name="Source" type="{http://exacttarget.com/wsdl/partnerAPI}ResourceSpecification" minOccurs="0"/>
<element name="CategoryID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="FileName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="DisplayName" 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="TypeDescription" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="IsUploaded" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="IsActive" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="FileSizeKB" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="ThumbSizeKB" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="FileWidthPX" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="FileHeightPX" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="FileURL" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ThumbURL" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="CacheClearTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="CategoryType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Date |
cacheClearTime |
protected Integer |
categoryID |
protected String |
categoryType |
protected String |
description |
protected String |
displayName |
protected Integer |
fileHeightPX |
protected String |
fileName |
protected Integer |
fileSizeKB |
protected String |
fileURL |
protected Integer |
fileWidthPX |
protected Boolean |
isActive |
protected Boolean |
isUploaded |
protected ResourceSpecification |
source |
protected Integer |
thumbSizeKB |
protected String |
thumbURL |
protected String |
typeDescription |
client, correlationID, createdDate, customerKey, id, modifiedDate, objectID, objectState, owner, partnerKey, partnerProperties| Constructor and Description |
|---|
Portfolio() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getCacheClearTime()
Gets the value of the cacheClearTime property.
|
Integer |
getCategoryID()
Gets the value of the categoryID property.
|
String |
getCategoryType()
Gets the value of the categoryType property.
|
String |
getDescription()
Gets the value of the description property.
|
String |
getDisplayName()
Gets the value of the displayName property.
|
Integer |
getFileHeightPX()
Gets the value of the fileHeightPX property.
|
String |
getFileName()
Gets the value of the fileName property.
|
Integer |
getFileSizeKB()
Gets the value of the fileSizeKB property.
|
String |
getFileURL()
Gets the value of the fileURL property.
|
Integer |
getFileWidthPX()
Gets the value of the fileWidthPX property.
|
Boolean |
getIsActive()
Gets the value of the isActive property.
|
Boolean |
getIsUploaded()
Gets the value of the isUploaded property.
|
ResourceSpecification |
getSource()
Gets the value of the source property.
|
Integer |
getThumbSizeKB()
Gets the value of the thumbSizeKB property.
|
String |
getThumbURL()
Gets the value of the thumbURL property.
|
String |
getTypeDescription()
Gets the value of the typeDescription property.
|
void |
setCacheClearTime(Date value)
Sets the value of the cacheClearTime property.
|
void |
setCategoryID(Integer value)
Sets the value of the categoryID property.
|
void |
setCategoryType(String value)
Sets the value of the categoryType property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setDisplayName(String value)
Sets the value of the displayName property.
|
void |
setFileHeightPX(Integer value)
Sets the value of the fileHeightPX property.
|
void |
setFileName(String value)
Sets the value of the fileName property.
|
void |
setFileSizeKB(Integer value)
Sets the value of the fileSizeKB property.
|
void |
setFileURL(String value)
Sets the value of the fileURL property.
|
void |
setFileWidthPX(Integer value)
Sets the value of the fileWidthPX property.
|
void |
setIsActive(Boolean value)
Sets the value of the isActive property.
|
void |
setIsUploaded(Boolean value)
Sets the value of the isUploaded property.
|
void |
setSource(ResourceSpecification value)
Sets the value of the source property.
|
void |
setThumbSizeKB(Integer value)
Sets the value of the thumbSizeKB property.
|
void |
setThumbURL(String value)
Sets the value of the thumbURL property.
|
void |
setTypeDescription(String value)
Sets the value of the typeDescription 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 ResourceSpecification source
protected Integer categoryID
protected String fileName
protected String displayName
protected String description
protected String typeDescription
protected Boolean isUploaded
protected Boolean isActive
protected Integer fileSizeKB
protected Integer thumbSizeKB
protected Integer fileWidthPX
protected Integer fileHeightPX
protected String fileURL
protected String thumbURL
protected Date cacheClearTime
protected String categoryType
public ResourceSpecification getSource()
ResourceSpecificationpublic void setSource(ResourceSpecification value)
value - allowed object is
ResourceSpecificationpublic Integer getCategoryID()
Integerpublic void setCategoryID(Integer value)
value - allowed object is
Integerpublic String getFileName()
Stringpublic void setFileName(String value)
value - allowed object is
Stringpublic String getDisplayName()
Stringpublic void setDisplayName(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic String getTypeDescription()
Stringpublic void setTypeDescription(String value)
value - allowed object is
Stringpublic Boolean getIsUploaded()
Booleanpublic void setIsUploaded(Boolean value)
value - allowed object is
Booleanpublic Boolean getIsActive()
Booleanpublic void setIsActive(Boolean value)
value - allowed object is
Booleanpublic Integer getFileSizeKB()
Integerpublic void setFileSizeKB(Integer value)
value - allowed object is
Integerpublic Integer getThumbSizeKB()
Integerpublic void setThumbSizeKB(Integer value)
value - allowed object is
Integerpublic Integer getFileWidthPX()
Integerpublic void setFileWidthPX(Integer value)
value - allowed object is
Integerpublic Integer getFileHeightPX()
Integerpublic void setFileHeightPX(Integer value)
value - allowed object is
Integerpublic String getFileURL()
Stringpublic void setFileURL(String value)
value - allowed object is
Stringpublic String getThumbURL()
Stringpublic void setThumbURL(String value)
value - allowed object is
Stringpublic Date getCacheClearTime()
Stringpublic void setCacheClearTime(Date value)
value - allowed object is
Stringpublic String getCategoryType()
Stringpublic void setCategoryType(String value)
value - allowed object is
StringCopyright © 2017. All rights reserved.