Package com.kaltura.client.types
Class DistributeObjectTask
- java.lang.Object
-
- com.kaltura.client.types.ObjectBase
-
- com.kaltura.client.types.ObjectTask
-
- com.kaltura.client.types.DistributeObjectTask
-
- All Implemented Interfaces:
ResponseType,Serializable
public class DistributeObjectTask extends ObjectTask
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 interfaceDistributeObjectTask.Tokenizer
-
Field Summary
-
Fields inherited from class com.kaltura.client.types.ObjectBase
relatedObjects
-
-
Constructor Summary
Constructors Constructor Description DistributeObjectTask()DistributeObjectTask(com.google.gson.JsonObject jsonObject)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddistributionProfileId(String multirequestToken)StringgetDistributionProfileId()voidsetDistributionProfileId(String distributionProfileId)ParamstoParams()-
Methods inherited from class com.kaltura.client.types.ObjectTask
getStopProcessingOnError, getType, setStopProcessingOnError, stopProcessingOnError
-
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
-
DistributeObjectTask
public DistributeObjectTask()
-
DistributeObjectTask
public DistributeObjectTask(com.google.gson.JsonObject jsonObject) throws APIException- Throws:
APIException
-
-
Method Detail
-
getDistributionProfileId
public String getDistributionProfileId()
-
setDistributionProfileId
public void setDistributionProfileId(String distributionProfileId)
-
distributionProfileId
public void distributionProfileId(String multirequestToken)
-
toParams
public Params toParams()
- Overrides:
toParamsin classObjectTask
-
-