Package com.kaltura.client.types
Class LiveEntryRecordingOptions
- java.lang.Object
-
- com.kaltura.client.types.ObjectBase
-
- com.kaltura.client.types.LiveEntryRecordingOptions
-
- All Implemented Interfaces:
ResponseType,Serializable
public class LiveEntryRecordingOptions extends ObjectBase
A representation of a live stream recording entry configuration- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceLiveEntryRecordingOptions.Tokenizer
-
Field Summary
-
Fields inherited from class com.kaltura.client.types.ObjectBase
relatedObjects
-
-
Constructor Summary
Constructors Constructor Description LiveEntryRecordingOptions()LiveEntryRecordingOptions(com.google.gson.JsonObject jsonObject)
-
Method Summary
-
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
-
LiveEntryRecordingOptions
public LiveEntryRecordingOptions()
-
LiveEntryRecordingOptions
public LiveEntryRecordingOptions(com.google.gson.JsonObject jsonObject) throws APIException- Throws:
APIException
-
-
Method Detail
-
getShouldCopyEntitlement
public Boolean getShouldCopyEntitlement()
-
setShouldCopyEntitlement
public void setShouldCopyEntitlement(Boolean shouldCopyEntitlement)
-
shouldCopyEntitlement
public void shouldCopyEntitlement(String multirequestToken)
-
getShouldCopyScheduling
public Boolean getShouldCopyScheduling()
-
setShouldCopyScheduling
public void setShouldCopyScheduling(Boolean shouldCopyScheduling)
-
shouldCopyScheduling
public void shouldCopyScheduling(String multirequestToken)
-
getShouldCopyThumbnail
public Boolean getShouldCopyThumbnail()
-
setShouldCopyThumbnail
public void setShouldCopyThumbnail(Boolean shouldCopyThumbnail)
-
shouldCopyThumbnail
public void shouldCopyThumbnail(String multirequestToken)
-
getShouldMakeHidden
public Boolean getShouldMakeHidden()
-
setShouldMakeHidden
public void setShouldMakeHidden(Boolean shouldMakeHidden)
-
shouldMakeHidden
public void shouldMakeHidden(String multirequestToken)
-
getShouldAutoArchive
public Boolean getShouldAutoArchive()
-
setShouldAutoArchive
public void setShouldAutoArchive(Boolean shouldAutoArchive)
-
shouldAutoArchive
public void shouldAutoArchive(String multirequestToken)
-
getNonDeletedCuePointsTags
public String getNonDeletedCuePointsTags()
-
setNonDeletedCuePointsTags
public void setNonDeletedCuePointsTags(String nonDeletedCuePointsTags)
-
nonDeletedCuePointsTags
public void nonDeletedCuePointsTags(String multirequestToken)
-
getArchiveVodSuffixTimezone
public String getArchiveVodSuffixTimezone()
-
setArchiveVodSuffixTimezone
public void setArchiveVodSuffixTimezone(String archiveVodSuffixTimezone)
-
archiveVodSuffixTimezone
public void archiveVodSuffixTimezone(String multirequestToken)
-
toParams
public Params toParams()
- Overrides:
toParamsin classObjectBase
-
-