Package com.kaltura.client.types
Class ExportCsvJobData
- java.lang.Object
-
- com.kaltura.client.types.ObjectBase
-
- com.kaltura.client.types.JobData
-
- com.kaltura.client.types.ExportCsvJobData
-
- All Implemented Interfaces:
ResponseType,Serializable
- Direct Known Subclasses:
EntryVendorTaskCsvJobData,MappedObjectsCsvJobData,MediaEsearchExportToCsvJobData
public class ExportCsvJobData extends JobData
This class was generated using generate.php against an XML schema provided by Kaltura. MANUAL CHANGES TO THIS CLASS WILL BE OVERWRITTEN.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceExportCsvJobData.Tokenizer
-
Field Summary
-
Fields inherited from class com.kaltura.client.types.ObjectBase
relatedObjects
-
-
Constructor Summary
Constructors Constructor Description ExportCsvJobData()ExportCsvJobData(com.google.gson.JsonObject jsonObject)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetOutputPath()StringgetSharedOutputPath()StringgetUserMail()StringgetUserName()voidoutputPath(String multirequestToken)voidsetOutputPath(String outputPath)voidsetSharedOutputPath(String sharedOutputPath)voidsetUserMail(String userMail)voidsetUserName(String userName)voidsharedOutputPath(String multirequestToken)ParamstoParams()voiduserMail(String multirequestToken)voiduserName(String multirequestToken)-
Methods inherited from class com.kaltura.client.types.ObjectBase
getRelatedObjects, setRelatedObjects, setToken
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.kaltura.client.utils.response.ResponseType
toString
-
-
-
-
Constructor Detail
-
ExportCsvJobData
public ExportCsvJobData()
-
ExportCsvJobData
public ExportCsvJobData(com.google.gson.JsonObject jsonObject) throws APIException- Throws:
APIException
-
-
Method Detail
-
getUserName
public String getUserName()
-
setUserName
public void setUserName(String userName)
-
userName
public void userName(String multirequestToken)
-
getUserMail
public String getUserMail()
-
setUserMail
public void setUserMail(String userMail)
-
userMail
public void userMail(String multirequestToken)
-
getOutputPath
public String getOutputPath()
-
setOutputPath
public void setOutputPath(String outputPath)
-
outputPath
public void outputPath(String multirequestToken)
-
getSharedOutputPath
public String getSharedOutputPath()
-
setSharedOutputPath
public void setSharedOutputPath(String sharedOutputPath)
-
sharedOutputPath
public void sharedOutputPath(String multirequestToken)
-
-