| java.lang.Object | |
| ↳ | com.clarizen.api.files.FileInformation |
Java class for FileInformation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FileInformation">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Content" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
<element name="ExtendedInfo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="FileName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Storage" type="{http://clarizen.com/api/files}Storage"/>
<element name="SubType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Url" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| content | |||||||||||
| extendedInfo | |||||||||||
| fileName | |||||||||||
| storage | |||||||||||
| subType | |||||||||||
| url | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the content property.
| |||||||||||
Gets the value of the extendedInfo property.
| |||||||||||
Gets the value of the fileName property.
| |||||||||||
Gets the value of the storage property.
| |||||||||||
Gets the value of the subType property.
| |||||||||||
Gets the value of the url property.
| |||||||||||
Sets the value of the content property.
| |||||||||||
Sets the value of the extendedInfo property.
| |||||||||||
Sets the value of the fileName property.
| |||||||||||
Sets the value of the storage property.
| |||||||||||
Sets the value of the subType property.
| |||||||||||
Sets the value of the url property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the content property.
Gets the value of the extendedInfo property.
Gets the value of the fileName property.
Gets the value of the storage property.
Storage
Gets the value of the subType property.
Gets the value of the url property.
Sets the value of the content property.
| value | Allowed object is byte[] |
|---|
Sets the value of the extendedInfo property.
| value | Allowed object is String |
|---|
Sets the value of the fileName property.
| value | Allowed object is String |
|---|
Sets the value of the storage property.
| value | Allowed object is
Storage
|
|---|
Sets the value of the subType property.
| value | Allowed object is String |
|---|
Sets the value of the url property.
| value | Allowed object is String |
|---|