Package com.kaltura.client.types
Class CaptionParams
- java.lang.Object
-
- com.kaltura.client.types.ObjectBase
-
- com.kaltura.client.types.AssetParams
-
- com.kaltura.client.types.CaptionParams
-
- All Implemented Interfaces:
ResponseType,Serializable
public class CaptionParams extends AssetParams
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 interfaceCaptionParams.Tokenizer
-
Field Summary
-
Fields inherited from class com.kaltura.client.types.ObjectBase
relatedObjects
-
-
Constructor Summary
Constructors Constructor Description CaptionParams()CaptionParams(com.google.gson.JsonObject jsonObject)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidformat(String multirequestToken)CaptionTypegetFormat()BooleangetIsDefault()StringgetLabel()LanguagegetLanguage()IntegergetSourceParamsId()voidisDefault(String multirequestToken)voidlabel(String multirequestToken)voidlanguage(String multirequestToken)voidsetFormat(CaptionType format)voidsetIsDefault(Boolean isDefault)voidsetLabel(String label)voidsetLanguage(Language language)voidsetSourceParamsId(Integer sourceParamsId)voidsourceParamsId(String multirequestToken)ParamstoParams()-
Methods inherited from class com.kaltura.client.types.AssetParams
description, getCreatedAt, getDescription, getId, getIsSystemDefault, getMediaParserType, getName, getPartnerId, getRemoteStorageProfileIds, getRequiredPermissions, getSourceAssetParamsIds, getSourceRemoteStorageProfileId, getSystemName, getTags, mediaParserType, name, partnerId, remoteStorageProfileIds, setDescription, setMediaParserType, setName, setPartnerId, setRemoteStorageProfileIds, setRequiredPermissions, setSourceAssetParamsIds, setSourceRemoteStorageProfileId, setSystemName, setTags, sourceAssetParamsIds, sourceRemoteStorageProfileId, systemName, tags
-
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
-
CaptionParams
public CaptionParams()
-
CaptionParams
public CaptionParams(com.google.gson.JsonObject jsonObject) throws APIException- Throws:
APIException
-
-
Method Detail
-
getLanguage
public Language getLanguage()
-
setLanguage
public void setLanguage(Language language)
-
language
public void language(String multirequestToken)
-
getIsDefault
public Boolean getIsDefault()
-
setIsDefault
public void setIsDefault(Boolean isDefault)
-
isDefault
public void isDefault(String multirequestToken)
-
getLabel
public String getLabel()
-
setLabel
public void setLabel(String label)
-
label
public void label(String multirequestToken)
-
getFormat
public CaptionType getFormat()
-
setFormat
public void setFormat(CaptionType format)
-
format
public void format(String multirequestToken)
-
getSourceParamsId
public Integer getSourceParamsId()
-
setSourceParamsId
public void setSourceParamsId(Integer sourceParamsId)
-
sourceParamsId
public void sourceParamsId(String multirequestToken)
-
toParams
public Params toParams()
- Overrides:
toParamsin classAssetParams
-
-