public class

DownloadResult

extends Result
java.lang.Object
   ↳ com.clarizen.api.Result
     ↳ com.clarizen.api.files.DownloadResult

Class Overview

Java class for DownloadResult complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="DownloadResult">
   <complexContent>
     <extension base="{http://clarizen.com/api}Result">
       <sequence>
         <element name="FileInformation" type="{http://clarizen.com/api/files}FileInformation" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected FileInformation fileInformation
[Expand]
Inherited Fields
From class com.clarizen.api.Result
Public Constructors
DownloadResult()
Public Methods
FileInformation getFileInformation()
Gets the value of the fileInformation property.
void setFileInformation(FileInformation value)
Sets the value of the fileInformation property.
[Expand]
Inherited Methods
From class com.clarizen.api.Result
From class java.lang.Object

Fields

protected FileInformation fileInformation

Public Constructors

public DownloadResult ()

Public Methods

public FileInformation getFileInformation ()

Gets the value of the fileInformation property.

Returns

public void setFileInformation (FileInformation value)

Sets the value of the fileInformation property.

Parameters
value Allowed object is FileInformation