Serialized Form
-
Package com.kaltura.client
-
Class com.kaltura.client.Client extends ClientBase implements Serializable
-
Class com.kaltura.client.ClientBase extends ClientConfigBase implements Serializable
-
Class com.kaltura.client.ClientConfigBase extends Object implements Serializable
-
Serialized Fields
-
clientConfiguration
Params clientConfiguration
will be added to the request body to configure version and etc -
configuration
ConnectionConfiguration configuration
-
requestConfiguration
Params requestConfiguration
will be added to the request body and will include session related data (ks, partnerId etc)
-
-
-
Class com.kaltura.client.Configuration extends Object implements Serializable
- serialVersionUID:
- 2096581946429839651L
-
Class com.kaltura.client.FileHolder extends Object implements Serializable
-
Serialized Fields
-
file
File file
-
inputStream
InputStream inputStream
-
mimeType
String mimeType
-
name
String name
-
size
long size
-
-
-
Class com.kaltura.client.Files extends HashMap<String,FileHolder> implements Serializable
- serialVersionUID:
- -5838275045069221834L
-
Class com.kaltura.client.Params extends LinkedHashMap<String,Object> implements Serializable
-
-
Package com.kaltura.client.enums
-
Package com.kaltura.client.types
-
Class com.kaltura.client.types.AccessControl extends ObjectBase implements Serializable
-
Serialized Fields
-
containsUnsuportedRestrictions
Boolean containsUnsuportedRestrictions
Indicates that the access control profile is new and should be handled using KalturaAccessControlProfile object and accessControlProfile service -
createdAt
Long createdAt
Creation date as Unix timestamp (In seconds) -
description
String description
The description of the Access Control Profile -
id
Integer id
The id of the Access Control Profile -
isDefault
Boolean isDefault
True if this Conversion Profile is the default -
name
String name
The name of the Access Control Profile -
partnerId
Integer partnerId
-
restrictions
List<BaseRestriction> restrictions
Array of Access Control Restrictions -
systemName
String systemName
System name of the Access Control Profile
-
-
-
Class com.kaltura.client.types.AccessControlBaseFilter extends RelatedFilter implements Serializable
-
Class com.kaltura.client.types.AccessControlBlockAction extends RuleAction implements Serializable
-
Class com.kaltura.client.types.AccessControlContextTypeHolder extends ContextTypeHolder implements Serializable
-
Class com.kaltura.client.types.AccessControlDrmPolicyAction extends RuleAction implements Serializable
-
Serialized Fields
-
policyId
Integer policyId
Drm policy id
-
-
-
Class com.kaltura.client.types.AccessControlFilter extends AccessControlBaseFilter implements Serializable
-
Class com.kaltura.client.types.AccessControlLimitDeliveryProfilesAction extends RuleAction implements Serializable
-
Class com.kaltura.client.types.AccessControlLimitFlavorsAction extends RuleAction implements Serializable
-
Class com.kaltura.client.types.AccessControlLimitThumbnailCaptureAction extends RuleAction implements Serializable
-
Class com.kaltura.client.types.AccessControlMessage extends ObjectBase implements Serializable
-
Class com.kaltura.client.types.AccessControlModifyRequestHostRegexAction extends RuleAction implements Serializable
-
Serialized Fields
-
checkAliveTimeoutMs
Integer checkAliveTimeoutMs
Set this value if you want to check if the server is accessible before redirecting traffic to it (this value is in milliseconds) -
pattern
String pattern
Request host regex pattern -
replacement
String replacement
Request host regex replacment -
replacmenServerNodeId
Integer replacmenServerNodeId
serverNodeId to generate replacment host from
-
-
-
Class com.kaltura.client.types.AccessControlPreviewAction extends RuleAction implements Serializable
-
Serialized Fields
-
limit
Integer limit
-
-
-
Class com.kaltura.client.types.AccessControlProfile extends ObjectBase implements Serializable
-
Serialized Fields
-
createdAt
Long createdAt
Creation time as Unix timestamp (In seconds) -
description
String description
The description of the Access Control Profile -
id
Integer id
The id of the Access Control Profile -
isDefault
Boolean isDefault
True if this access control profile is the partner default -
name
String name
The name of the Access Control Profile -
partnerId
Integer partnerId
-
rules
List<Rule> rules
Array of access control rules -
systemName
String systemName
System name of the Access Control Profile -
updatedAt
Long updatedAt
Update time as Unix timestamp (In seconds)
-
-
-
Class com.kaltura.client.types.AccessControlProfileBaseFilter extends RelatedFilter implements Serializable
-
Serialized Fields
-
createdAtGreaterThanOrEqual
Long createdAtGreaterThanOrEqual
-
createdAtLessThanOrEqual
Long createdAtLessThanOrEqual
-
idEqual
Integer idEqual
-
idIn
String idIn
-
systemNameEqual
String systemNameEqual
-
systemNameIn
String systemNameIn
-
updatedAtGreaterThanOrEqual
Long updatedAtGreaterThanOrEqual
-
updatedAtLessThanOrEqual
Long updatedAtLessThanOrEqual
-
-
-
Class com.kaltura.client.types.AccessControlProfileFilter extends AccessControlProfileBaseFilter implements Serializable
-
Class com.kaltura.client.types.AccessControlScope extends ObjectBase implements Serializable
-
Serialized Fields
-
contexts
List<AccessControlContextTypeHolder> contexts
Indicates what contexts should be tested. No contexts means any context. -
hashes
List<KeyValue> hashes
Array of hashes to pass to the access control profile scope -
ip
String ip
IP to be used to test geographic location conditions. -
ks
String ks
Kaltura session to be used to test session and user conditions. -
referrer
String referrer
URL to be used to test domain conditions. -
time
Long time
Unix timestamp (In seconds) to be used to test entry scheduling, keep null to use now. -
userAgent
String userAgent
Browser or client application to be used to test agent conditions.
-
-
-
Class com.kaltura.client.types.AccessControlServeRemoteEdgeServerAction extends RuleAction implements Serializable
-
Class com.kaltura.client.types.ActionNameCondition extends RegexCondition implements Serializable
-
Class com.kaltura.client.types.ActivitiBusinessProcessServer extends BusinessProcessServer implements Serializable
-
Serialized Fields
-
host
String host
-
password
String password
-
port
Integer port
-
protocol
ActivitiBusinessProcessServerProtocol protocol
-
username
String username
-
-
-
Class com.kaltura.client.types.ActivitiBusinessProcessServerBaseFilter extends BusinessProcessServerFilter implements Serializable
-
Class com.kaltura.client.types.ActivitiBusinessProcessServerFilter extends ActivitiBusinessProcessServerBaseFilter implements Serializable
-
Class com.kaltura.client.types.AdCuePoint extends CuePoint implements Serializable
-
Class com.kaltura.client.types.AdCuePointBaseFilter extends CuePointFilter implements Serializable
-
Serialized Fields
-
durationGreaterThanOrEqual
Integer durationGreaterThanOrEqual
-
durationLessThanOrEqual
Integer durationLessThanOrEqual
-
endTimeGreaterThanOrEqual
Integer endTimeGreaterThanOrEqual
-
endTimeLessThanOrEqual
Integer endTimeLessThanOrEqual
-
protocolTypeEqual
AdProtocolType protocolTypeEqual
-
protocolTypeIn
String protocolTypeIn
-
titleLike
String titleLike
-
titleMultiLikeAnd
String titleMultiLikeAnd
-
titleMultiLikeOr
String titleMultiLikeOr
-
-
-
Class com.kaltura.client.types.AdCuePointFilter extends AdCuePointBaseFilter implements Serializable
-
Class com.kaltura.client.types.AddEntryVendorTaskAction extends RuleAction implements Serializable
-
Serialized Fields
-
catalogItemIds
String catalogItemIds
Catalog Item Id
-
-
-
Class com.kaltura.client.types.AdminUser extends User implements Serializable
-
Class com.kaltura.client.types.AdminUserBaseFilter extends UserFilter implements Serializable
-
Class com.kaltura.client.types.AdminUserFilter extends AdminUserBaseFilter implements Serializable
-
Class com.kaltura.client.types.AkamaiProvisionJobData extends ProvisionJobData implements Serializable
-
Class com.kaltura.client.types.AkamaiUniversalProvisionJobData extends ProvisionJobData implements Serializable
-
Serialized Fields
-
domainName
String domainName
-
dvrEnabled
DVRStatus dvrEnabled
-
dvrWindow
Integer dvrWindow
-
notificationEmail
String notificationEmail
-
primaryContact
String primaryContact
-
secondaryContact
String secondaryContact
-
streamId
Integer streamId
-
streamType
AkamaiUniversalStreamType streamType
-
systemPassword
String systemPassword
-
systemUserName
String systemUserName
-
-
-
Class com.kaltura.client.types.AlignmentVendorTaskData extends VendorTaskDataCaptionAsset implements Serializable
-
Serialized Fields
-
jsonTranscriptAssetId
String jsonTranscriptAssetId
Optional - The id of the json transcript object the vendor should update once alignment task processing is done -
textTranscriptAssetId
String textTranscriptAssetId
The id of the text transcript object the vendor should use while runing the alignment task
-
-
-
Class com.kaltura.client.types.AmazonS3StorageExportJobData extends StorageExportJobData implements Serializable
-
Class com.kaltura.client.types.AmazonS3StorageProfile extends StorageProfile implements Serializable
-
Class com.kaltura.client.types.AmazonS3StorageProfileBaseFilter extends StorageProfileFilter implements Serializable
-
Class com.kaltura.client.types.AmazonS3StorageProfileFilter extends AmazonS3StorageProfileBaseFilter implements Serializable
-
Class com.kaltura.client.types.AnalyticsFilter extends ObjectBase implements Serializable
-
Serialized Fields
-
dimensions
String dimensions
Comma separated dimensions list -
filters
List<ReportFilter> filters
Array of filters -
from_time
String from_time
Query start time (in local time) MM/dd/yyyy HH:mi -
metrics
String metrics
Comma separated metrics list -
orderBy
String orderBy
Query order by metric/dimension -
to_time
String to_time
Query end time (in local time) MM/dd/yyyy HH:mi -
utcOffset
Double utcOffset
Timezone offset from UTC (in minutes)
-
-
-
Class com.kaltura.client.types.Annotation extends CuePoint implements Serializable
-
Serialized Fields
-
childrenCount
Integer childrenCount
Number of all descendants -
depth
Integer depth
Depth in the tree -
directChildrenCount
Integer directChildrenCount
Number of children, first generation only. -
duration
Integer duration
Duration in milliseconds -
endTime
Integer endTime
End time in milliseconds -
isPublic
Boolean isPublic
Is the annotation public. -
parentId
String parentId
-
searchableOnEntry
Boolean searchableOnEntry
Should the cue point get indexed on the entry. -
text
String text
-
-
-
Class com.kaltura.client.types.AnnotationBaseFilter extends CuePointFilter implements Serializable
-
Serialized Fields
-
durationGreaterThanOrEqual
Integer durationGreaterThanOrEqual
-
durationLessThanOrEqual
Integer durationLessThanOrEqual
-
endTimeGreaterThanOrEqual
Integer endTimeGreaterThanOrEqual
-
endTimeLessThanOrEqual
Integer endTimeLessThanOrEqual
-
isPublicEqual
Boolean isPublicEqual
-
parentIdEqual
String parentIdEqual
-
parentIdIn
String parentIdIn
-
textLike
String textLike
-
textMultiLikeAnd
String textMultiLikeAnd
-
textMultiLikeOr
String textMultiLikeOr
-
-
-
Class com.kaltura.client.types.AnnotationFilter extends AnnotationBaseFilter implements Serializable
-
Class com.kaltura.client.types.AnonymousIPCondition extends MatchCondition implements Serializable
-
Serialized Fields
-
geoCoderType
GeoCoderType geoCoderType
The ip geo coder engine to be used
-
-
-
Class com.kaltura.client.types.AnonymousIPContextField extends StringField implements Serializable
-
Serialized Fields
-
geoCoderType
GeoCoderType geoCoderType
The ip geo coder engine to be used
-
-
-
Class com.kaltura.client.types.AnswerCuePoint extends CuePoint implements Serializable
-
Class com.kaltura.client.types.AnswerCuePointBaseFilter extends CuePointFilter implements Serializable
-
Class com.kaltura.client.types.AnswerCuePointFilter extends AnswerCuePointBaseFilter implements Serializable
-
Class com.kaltura.client.types.ApiActionPermissionItem extends PermissionItem implements Serializable
-
Class com.kaltura.client.types.ApiActionPermissionItemBaseFilter extends PermissionItemFilter implements Serializable
-
Class com.kaltura.client.types.ApiActionPermissionItemFilter extends ApiActionPermissionItemBaseFilter implements Serializable
-
Class com.kaltura.client.types.APIException extends Exception implements Serializable
- serialVersionUID:
- 6710104690443289367L
-
Serialized Fields
-
code
String code
-
failedOn
APIException.FailureStep failedOn
-
message
String message
-
-
Class com.kaltura.client.types.ApiExceptionArg extends ObjectBase implements Serializable
-
Class com.kaltura.client.types.ApiParameterPermissionItem extends PermissionItem implements Serializable
-
Serialized Fields
-
action
ApiParameterPermissionItemAction action
-
object
String object
-
parameter
String parameter
-
-
-
Class com.kaltura.client.types.ApiParameterPermissionItemBaseFilter extends PermissionItemFilter implements Serializable
-
Class com.kaltura.client.types.ApiParameterPermissionItemFilter extends ApiParameterPermissionItemBaseFilter implements Serializable
-
Class com.kaltura.client.types.AppToken extends ObjectBase implements Serializable
-
Serialized Fields
-
createdAt
Long createdAt
Creation time as Unix timestamp (In seconds) -
description
String description
-
expiry
Long expiry
Expiry time of current token (unix timestamp in seconds) -
hashType
AppTokenHashType hashType
-
id
String id
The id of the application token -
partnerId
Integer partnerId
-
sessionDuration
Integer sessionDuration
Expiry duration of KS (Kaltura Session) that created using the current token (in seconds) -
sessionPrivileges
String sessionPrivileges
Comma separated privileges to be applied on KS (Kaltura Session) that created using the current token -
sessionType
SessionType sessionType
Type of KS (Kaltura Session) that created using the current token -
sessionUserId
String sessionUserId
User id of KS (Kaltura Session) that created using the current token -
status
AppTokenStatus status
Application token status -
token
String token
The application token -
updatedAt
Long updatedAt
Update time as Unix timestamp (In seconds)
-
-
-
Class com.kaltura.client.types.AppTokenBaseFilter extends Filter implements Serializable
-
Serialized Fields
-
createdAtGreaterThanOrEqual
Long createdAtGreaterThanOrEqual
-
createdAtLessThanOrEqual
Long createdAtLessThanOrEqual
-
idEqual
String idEqual
-
idIn
String idIn
-
sessionUserIdEqual
String sessionUserIdEqual
-
statusEqual
AppTokenStatus statusEqual
-
statusIn
String statusIn
-
updatedAtGreaterThanOrEqual
Long updatedAtGreaterThanOrEqual
-
updatedAtLessThanOrEqual
Long updatedAtLessThanOrEqual
-
-
-
Class com.kaltura.client.types.AppTokenFilter extends AppTokenBaseFilter implements Serializable
-
Class com.kaltura.client.types.Asset extends ObjectBase implements Serializable
-
Serialized Fields
-
actualSourceAssetParamsIds
String actualSourceAssetParamsIds
Comma separated list of source flavor params ids -
createdAt
Long createdAt
-
deletedAt
Long deletedAt
-
description
String description
System description, error message, warnings and failure cause. -
entryId
String entryId
The entry ID of the Flavor Asset -
fileExt
String fileExt
The file extension -
id
String id
The ID of the Flavor Asset -
partnerData
String partnerData
Partner private data -
partnerDescription
String partnerDescription
Partner friendly description -
partnerId
Integer partnerId
-
size
Integer size
The size (in KBytes) of the Flavor Asset -
sizeInBytes
Long sizeInBytes
The size (in Bytes) of the asset -
tags
String tags
Tags used to identify the Flavor Asset in various scenarios -
updatedAt
Long updatedAt
-
version
Integer version
The version of the Flavor Asset
-
-
-
Class com.kaltura.client.types.AssetBaseFilter extends RelatedFilter implements Serializable
-
Serialized Fields
-
createdAtGreaterThanOrEqual
Long createdAtGreaterThanOrEqual
-
createdAtLessThanOrEqual
Long createdAtLessThanOrEqual
-
deletedAtGreaterThanOrEqual
Long deletedAtGreaterThanOrEqual
-
deletedAtLessThanOrEqual
Long deletedAtLessThanOrEqual
-
entryIdEqual
String entryIdEqual
-
entryIdIn
String entryIdIn
-
idEqual
String idEqual
-
idIn
String idIn
-
partnerIdEqual
Integer partnerIdEqual
-
partnerIdIn
String partnerIdIn
-
sizeGreaterThanOrEqual
Integer sizeGreaterThanOrEqual
-
sizeLessThanOrEqual
Integer sizeLessThanOrEqual
-
tagsLike
String tagsLike
-
tagsMultiLikeAnd
String tagsMultiLikeAnd
-
tagsMultiLikeOr
String tagsMultiLikeOr
-
updatedAtGreaterThanOrEqual
Long updatedAtGreaterThanOrEqual
-
updatedAtLessThanOrEqual
Long updatedAtLessThanOrEqual
-
-
-
Class com.kaltura.client.types.AssetDistributionCondition extends ObjectBase implements Serializable
-
Class com.kaltura.client.types.AssetDistributionPropertyCondition extends AssetDistributionCondition implements Serializable
-
Class com.kaltura.client.types.AssetDistributionRule extends ObjectBase implements Serializable
-
Serialized Fields
-
assetDistributionConditions
List<AssetDistributionCondition> assetDistributionConditions
An array of asset distribution conditions -
validationError
String validationError
The validation error description that will be set on the "data" property on KalturaDistributionValidationErrorMissingAsset if rule was not fulfilled
-
-
-
Class com.kaltura.client.types.AssetFilter extends AssetBaseFilter implements Serializable
-
Serialized Fields
-
typeIn
String typeIn
-
-
-
Class com.kaltura.client.types.AssetParams extends ObjectBase implements Serializable
-
Serialized Fields
-
createdAt
Long createdAt
Creation date as Unix timestamp (In seconds) -
description
String description
The description of the Flavor Params -
id
Integer id
The id of the Flavor Params -
isSystemDefault
Boolean isSystemDefault
True if those Flavor Params are part of system defaults -
mediaParserType
MediaParserType mediaParserType
Media parser type to be used for post-conversion validation -
name
String name
The name of the Flavor Params -
partnerId
Integer partnerId
-
remoteStorageProfileIds
Integer remoteStorageProfileIds
Comma seperated ids of remote storage profiles that the flavor distributed to, the distribution done by the conversion engine -
requiredPermissions
List<StringHolder> requiredPermissions
Array of partner permisison names that required for using this asset params -
sourceAssetParamsIds
String sourceAssetParamsIds
Comma seperated ids of source flavor params this flavor is created from -
sourceRemoteStorageProfileId
Integer sourceRemoteStorageProfileId
Id of remote storage profile that used to get the source, zero indicates Kaltura data center -
systemName
String systemName
System name of the Flavor Params -
tags
String tags
The Flavor Params tags are used to identify the flavor for different usage (e.g. web, hd, mobile)
-
-
-
Class com.kaltura.client.types.AssetParamsBaseFilter extends RelatedFilter implements Serializable
-
Class com.kaltura.client.types.AssetParamsFilter extends AssetParamsBaseFilter implements Serializable
-
Class com.kaltura.client.types.AssetParamsOutput extends AssetParams implements Serializable
-
Class com.kaltura.client.types.AssetParamsOutputBaseFilter extends AssetParamsFilter implements Serializable
-
Class com.kaltura.client.types.AssetParamsOutputFilter extends AssetParamsOutputBaseFilter implements Serializable
-
Class com.kaltura.client.types.AssetParamsResourceContainer extends Resource implements Serializable
-
Serialized Fields
-
assetParamsId
Integer assetParamsId
The asset params to associate with the reaource -
resource
ContentResource resource
The content resource to associate with asset params
-
-
-
Class com.kaltura.client.types.AssetPropertiesCompareCondition extends Condition implements Serializable
-
Class com.kaltura.client.types.AssetResource extends ContentResource implements Serializable
-
Serialized Fields
-
assetId
String assetId
ID of the source asset
-
-
-
Class com.kaltura.client.types.AssetServeOptions extends ObjectBase implements Serializable
-
Class com.kaltura.client.types.AssetsParamsResourceContainers extends Resource implements Serializable
-
Serialized Fields
-
resources
List<AssetParamsResourceContainer> resources
Array of resources associated with asset params ids
-
-
-
Class com.kaltura.client.types.AssetTypeCondition extends Condition implements Serializable
-
Serialized Fields
-
assetTypes
String assetTypes
-
-
-
Class com.kaltura.client.types.AttachmentAsset extends Asset implements Serializable
-
Serialized Fields
-
filename
String filename
The filename of the attachment asset content -
format
AttachmentType format
The attachment format -
status
AttachmentAssetStatus status
The status of the asset -
title
String title
Attachment asset title
-
-
-
Class com.kaltura.client.types.AttachmentAssetBaseFilter extends AssetFilter implements Serializable
-
Serialized Fields
-
formatEqual
AttachmentType formatEqual
-
formatIn
String formatIn
-
statusEqual
AttachmentAssetStatus statusEqual
-
statusIn
String statusIn
-
statusNotIn
String statusNotIn
-
-
-
Class com.kaltura.client.types.AttachmentAssetFilter extends AttachmentAssetBaseFilter implements Serializable
-
Class com.kaltura.client.types.AttachmentServeOptions extends AssetServeOptions implements Serializable
-
Class com.kaltura.client.types.AttributeCondition extends SearchItem implements Serializable
-
Serialized Fields
-
value
String value
-
-
-
Class com.kaltura.client.types.AuditTrail extends ObjectBase implements Serializable
-
Serialized Fields
-
action
AuditTrailAction action
-
auditObjectType
AuditTrailObjectType auditObjectType
-
clientTag
String clientTag
-
context
AuditTrailContext context
-
createdAt
Long createdAt
-
data
AuditTrailInfo data
-
description
String description
-
entryId
String entryId
-
entryPoint
String entryPoint
The API service and action that called and caused this audit -
errorDescription
String errorDescription
-
id
Integer id
-
ipAddress
String ipAddress
-
ks
String ks
-
masterPartnerId
Integer masterPartnerId
-
objectId
String objectId
-
parsedAt
Integer parsedAt
Indicates when the data was parsed -
partnerId
Integer partnerId
-
relatedObjectId
String relatedObjectId
-
relatedObjectType
AuditTrailObjectType relatedObjectType
-
requestId
String requestId
-
serverName
String serverName
-
status
AuditTrailStatus status
-
userAgent
String userAgent
-
userId
String userId
-
-
-
Class com.kaltura.client.types.AuditTrailBaseFilter extends RelatedFilter implements Serializable
-
Serialized Fields
-
actionEqual
AuditTrailAction actionEqual
-
actionIn
String actionIn
-
auditObjectTypeEqual
AuditTrailObjectType auditObjectTypeEqual
-
auditObjectTypeIn
String auditObjectTypeIn
-
clientTagEqual
String clientTagEqual
-
contextEqual
AuditTrailContext contextEqual
-
contextIn
String contextIn
-
createdAtGreaterThanOrEqual
Long createdAtGreaterThanOrEqual
-
createdAtLessThanOrEqual
Long createdAtLessThanOrEqual
-
entryIdEqual
String entryIdEqual
-
entryIdIn
String entryIdIn
-
entryPointEqual
String entryPointEqual
-
entryPointIn
String entryPointIn
-
idEqual
Integer idEqual
-
ipAddressEqual
String ipAddressEqual
-
ipAddressIn
String ipAddressIn
-
ksEqual
String ksEqual
-
masterPartnerIdEqual
Integer masterPartnerIdEqual
-
masterPartnerIdIn
String masterPartnerIdIn
-
objectIdEqual
String objectIdEqual
-
objectIdIn
String objectIdIn
-
parsedAtGreaterThanOrEqual
Integer parsedAtGreaterThanOrEqual
-
parsedAtLessThanOrEqual
Integer parsedAtLessThanOrEqual
-
partnerIdEqual
Integer partnerIdEqual
-
partnerIdIn
String partnerIdIn
-
relatedObjectIdEqual
String relatedObjectIdEqual
-
relatedObjectIdIn
String relatedObjectIdIn
-
relatedObjectTypeEqual
AuditTrailObjectType relatedObjectTypeEqual
-
relatedObjectTypeIn
String relatedObjectTypeIn
-
requestIdEqual
String requestIdEqual
-
requestIdIn
String requestIdIn
-
serverNameEqual
String serverNameEqual
-
serverNameIn
String serverNameIn
-
statusEqual
AuditTrailStatus statusEqual
-
statusIn
String statusIn
-
userIdEqual
String userIdEqual
-
userIdIn
String userIdIn
-
-
-
Class com.kaltura.client.types.AuditTrailChangeInfo extends AuditTrailInfo implements Serializable
-
Serialized Fields
-
changedItems
List<AuditTrailChangeItem> changedItems
-
-
-
Class com.kaltura.client.types.AuditTrailChangeItem extends ObjectBase implements Serializable
-
Class com.kaltura.client.types.AuditTrailChangeXmlNode extends AuditTrailChangeItem implements Serializable
-
Serialized Fields
-
type
AuditTrailChangeXmlNodeType type
-
-
-
Class com.kaltura.client.types.AuditTrailFileSyncCreateInfo extends AuditTrailInfo implements Serializable
-
Serialized Fields
-
dc
Integer dc
-
fileType
AuditTrailFileSyncType fileType
-
objectSubType
Integer objectSubType
-
original
Boolean original
-
version
String version
-
-
-
Class com.kaltura.client.types.AuditTrailFilter extends AuditTrailBaseFilter implements Serializable
-
Class com.kaltura.client.types.AuditTrailInfo extends ObjectBase implements Serializable
-
Class com.kaltura.client.types.AuditTrailTextInfo extends AuditTrailInfo implements Serializable
-
Serialized Fields
-
info
String info
-
-
-
Class com.kaltura.client.types.AuthenticatedCondition extends Condition implements Serializable
-
Serialized Fields
-
privileges
List<StringValue> privileges
The privelege needed to remove the restriction
-
-
-
Class com.kaltura.client.types.Authentication extends ObjectBase implements Serializable
-
Serialized Fields
-
qrCode
String qrCode
-
-
-
Class com.kaltura.client.types.AvnDistributionProfile extends ConfigurableDistributionProfile implements Serializable
-
Class com.kaltura.client.types.AvnDistributionProfileBaseFilter extends ConfigurableDistributionProfileFilter implements Serializable
-
Class com.kaltura.client.types.AvnDistributionProfileFilter extends AvnDistributionProfileBaseFilter implements Serializable
-
Class com.kaltura.client.types.AvnDistributionProvider extends DistributionProvider implements Serializable
-
Class com.kaltura.client.types.AvnDistributionProviderBaseFilter extends DistributionProviderFilter implements Serializable
-
Class com.kaltura.client.types.AvnDistributionProviderFilter extends AvnDistributionProviderBaseFilter implements Serializable
-
Class com.kaltura.client.types.BaseEntry extends ObjectBase implements Serializable
-
Serialized Fields
-
accessControlId
Integer accessControlId
The Access Control ID assigned to this entry (null when not set, send -1 to remove) -
adminTags
String adminTags
Entry admin tags can be updated only by administrators -
application
EntryApplication application
Entry application -
applicationVersion
String applicationVersion
Entry application version -
blockAutoTranscript
Boolean blockAutoTranscript
Block auto transcript on Entry -
capabilities
String capabilities
Comma seperated string of the capabilities of the entry. Any capability needed can be added to this list. -
categories
String categories
Comma separated list of full names of categories to which this entry belongs. Only categories that don't have entitlement (privacy context) are listed, to retrieve the full list of categories, use the categoryEntry.list action. -
categoriesIds
String categoriesIds
Comma separated list of ids of categories to which this entry belongs. Only categories that don't have entitlement (privacy context) are listed, to retrieve the full list of categories, use the categoryEntry.list action. -
conversionProfileId
Integer conversionProfileId
Override the default ingestion profile -
createdAt
Long createdAt
Entry creation date as Unix timestamp (In seconds) -
creatorId
String creatorId
The ID of the user who created this entry -
description
String description
Entry description -
displayInSearch
EntryDisplayInSearchType displayInSearch
should we display this entry in search -
downloadUrl
String downloadUrl
Download URL for the entry -
endDate
Long endDate
Entry scheduling end date (null when not set, send -1 to remove) -
entitledUsersEdit
String entitledUsersEdit
list of user ids that are entitled to edit the entry (no server enforcement) The difference between entitledUsersEdit, entitledUsersPublish and entitledUsersView is applicative only -
entitledUsersPublish
String entitledUsersPublish
list of user ids that are entitled to publish the entry (no server enforcement) The difference between entitledUsersEdit, entitledUsersPublish and entitledUsersView is applicative only -
entitledUsersView
String entitledUsersView
list of user ids that are entitled to view the entry (no server enforcement) The difference between entitledUsersEdit, entitledUsersPublish and entitledUsersView is applicative only -
groupId
Integer groupId
-
id
String id
Auto generated 10 characters alphanumeric string -
licenseType
LicenseType licenseType
License type used for this entry -
moderationCount
Integer moderationCount
Number of moderation requests waiting for this entry -
moderationStatus
EntryModerationStatus moderationStatus
Entry moderation status -
multiLingual_description
List<MultiLingualString> multiLingual_description
Entry description -
multiLingual_name
List<MultiLingualString> multiLingual_name
Entry name (Min 1 chars) -
multiLingual_tags
List<MultiLingualString> multiLingual_tags
Entry tags -
name
String name
Entry name (Min 1 chars) -
operationAttributes
List<OperationAttributes> operationAttributes
clipping, skipping and cropping attributes that used to create this entry -
parentEntryId
String parentEntryId
ID of source root entry, used for defining entires association -
partnerData
String partnerData
Can be used to store various partner related data as a string -
partnerId
Integer partnerId
-
partnerSortValue
Integer partnerSortValue
Can be used to store various partner related data as a numeric value -
rank
Double rank
The calculated average rank. rank = totalRank / votes -
redirectEntryId
String redirectEntryId
IF not empty, points to an entry ID the should replace this current entry's id. -
referenceId
String referenceId
Entry external reference id -
replacedEntryId
String replacedEntryId
ID of the entry that will be replaced when the replacement approved and this entry is ready -
replacementStatus
EntryReplacementStatus replacementStatus
Status of the replacement readiness and approval -
replacingEntryId
String replacingEntryId
ID of temporary entry that will replace this entry when it's approved and ready for replacement -
rootEntryId
String rootEntryId
ID of source root entry, used for clipped, skipped and cropped entries that created from another entry -
searchText
String searchText
Indexed search text for full text search -
startDate
Long startDate
Entry scheduling start date (null when not set, send -1 to remove) -
status
EntryStatus status
-
tags
String tags
Entry tags -
templateEntryId
String templateEntryId
Template entry id -
thumbnailUrl
String thumbnailUrl
Thumbnail URL -
totalRank
Integer totalRank
The sum of all rank values submitted to the baseEntry.anonymousRank action -
type
EntryType type
The type of the entry, this is auto filled by the derived entry object -
updatedAt
Long updatedAt
Entry update date as Unix timestamp (In seconds) -
userId
String userId
The ID of the user who is the owner of this entry -
version
Integer version
Version of the entry data -
votes
Integer votes
A count of all requests made to the baseEntry.anonymousRank action
-
-
-
Class com.kaltura.client.types.BaseEntryBaseFilter extends RelatedFilter implements Serializable
-
Serialized Fields
-
accessControlIdEqual
Integer accessControlIdEqual
-
accessControlIdIn
String accessControlIdIn
-
adminTagsLike
String adminTagsLike
This filter should be in use for retrieving specific entries. It should include only one string to search for in entry tags set by an ADMIN user (no wildcards, spaces are treated as part of the string). -
adminTagsMultiLikeAnd
String adminTagsMultiLikeAnd
This filter should be in use for retrieving specific entries. It could include few (comma separated) strings for searching in entry tags, set by an ADMIN user, while applying an AND logic to retrieve entries that contain all input strings (no wildcards, spaces are treated as part of the string). -
adminTagsMultiLikeOr
String adminTagsMultiLikeOr
This filter should be in use for retrieving specific entries. It could include few (comma separated) strings for searching in entry tags, set by an ADMIN user, while applying an OR logic to retrieve entries that contain at least one input string (no wildcards, spaces are treated as part of the string). -
categoriesIdsEmpty
Boolean categoriesIdsEmpty
-
categoriesIdsMatchAnd
String categoriesIdsMatchAnd
-
categoriesIdsMatchOr
String categoriesIdsMatchOr
All entries of the categories, excluding their child categories. To include entries of the child categories, use categoryAncestorIdIn, or categoriesMatchOr. -
categoriesIdsNotContains
String categoriesIdsNotContains
-
categoriesMatchAnd
String categoriesMatchAnd
-
categoriesMatchOr
String categoriesMatchOr
All entries within these categories or their child categories. -
categoriesNotContains
String categoriesNotContains
-
createdAtGreaterThanOrEqual
Long createdAtGreaterThanOrEqual
This filter parameter should be in use for retrieving only entries which were created at Kaltura system after a specific time/date (standard timestamp format). -
createdAtLessThanOrEqual
Long createdAtLessThanOrEqual
This filter parameter should be in use for retrieving only entries which were created at Kaltura system before a specific time/date (standard timestamp format). -
creatorIdEqual
String creatorIdEqual
-
endDateGreaterThanOrEqual
Long endDateGreaterThanOrEqual
-
endDateGreaterThanOrEqualOrNull
Long endDateGreaterThanOrEqualOrNull
-
endDateLessThanOrEqual
Long endDateLessThanOrEqual
-
endDateLessThanOrEqualOrNull
Long endDateLessThanOrEqualOrNull
-
entitledUsersEditMatchAnd
String entitledUsersEditMatchAnd
-
entitledUsersEditMatchOr
String entitledUsersEditMatchOr
-
entitledUsersPublishMatchAnd
String entitledUsersPublishMatchAnd
-
entitledUsersPublishMatchOr
String entitledUsersPublishMatchOr
-
entitledUsersViewMatchAnd
String entitledUsersViewMatchAnd
-
entitledUsersViewMatchOr
String entitledUsersViewMatchOr
-
groupIdEqual
Integer groupIdEqual
-
idEqual
String idEqual
This filter should be in use for retrieving only a specific entry (identified by its entryId). -
idIn
String idIn
This filter should be in use for retrieving few specific entries (string should include comma separated list of entryId strings). -
idNotIn
String idNotIn
-
moderationStatusEqual
EntryModerationStatus moderationStatusEqual
-
moderationStatusIn
String moderationStatusIn
-
moderationStatusNotEqual
EntryModerationStatus moderationStatusNotEqual
-
moderationStatusNotIn
String moderationStatusNotIn
-
nameEqual
String nameEqual
This filter should be in use for retrieving entries with a specific name. -
nameLike
String nameLike
This filter should be in use for retrieving specific entries. It should include only one string to search for in entry names (no wildcards, spaces are treated as part of the string). -
nameMultiLikeAnd
String nameMultiLikeAnd
This filter should be in use for retrieving specific entries. It could include few (comma separated) strings for searching in entry names, while applying an AND logic to retrieve entries that contain all input strings (no wildcards, spaces are treated as part of the string). -
nameMultiLikeOr
String nameMultiLikeOr
This filter should be in use for retrieving specific entries. It could include few (comma separated) strings for searching in entry names, while applying an OR logic to retrieve entries that contain at least one input string (no wildcards, spaces are treated as part of the string). -
parentEntryIdEqual
String parentEntryIdEqual
-
partnerIdEqual
Integer partnerIdEqual
This filter should be in use for retrieving only entries which were uploaded by/assigned to users of a specific Kaltura Partner (identified by Partner ID). -
partnerIdIn
String partnerIdIn
This filter should be in use for retrieving only entries within Kaltura network which were uploaded by/assigned to users of few Kaltura Partners (string should include comma separated list of PartnerIDs) -
partnerSortValueGreaterThanOrEqual
Integer partnerSortValueGreaterThanOrEqual
-
partnerSortValueLessThanOrEqual
Integer partnerSortValueLessThanOrEqual
-
rankGreaterThanOrEqual
Double rankGreaterThanOrEqual
-
rankLessThanOrEqual
Double rankLessThanOrEqual
-
referenceIdEqual
String referenceIdEqual
-
referenceIdIn
String referenceIdIn
-
replacedEntryIdEqual
String replacedEntryIdEqual
-
replacedEntryIdIn
String replacedEntryIdIn
-
replacementStatusEqual
EntryReplacementStatus replacementStatusEqual
-
replacementStatusIn
String replacementStatusIn
-
replacingEntryIdEqual
String replacingEntryIdEqual
-
replacingEntryIdIn
String replacingEntryIdIn
-
rootEntryIdEqual
String rootEntryIdEqual
-
rootEntryIdIn
String rootEntryIdIn
-
searchTextMatchAnd
String searchTextMatchAnd
This filter should be in use for retrieving specific entries while search match the input string within all of the following metadata attributes: name, description, tags, adminTags. -
searchTextMatchOr
String searchTextMatchOr
This filter should be in use for retrieving specific entries while search match the input string within at least one of the following metadata attributes: name, description, tags, adminTags. -
startDateGreaterThanOrEqual
Long startDateGreaterThanOrEqual
-
startDateGreaterThanOrEqualOrNull
Long startDateGreaterThanOrEqualOrNull
-
startDateLessThanOrEqual
Long startDateLessThanOrEqual
-
startDateLessThanOrEqualOrNull
Long startDateLessThanOrEqualOrNull
-
statusEqual
EntryStatus statusEqual
This filter should be in use for retrieving only entries, at a specific { -
statusIn
String statusIn
This filter should be in use for retrieving only entries, at few specific { -
statusNotEqual
EntryStatus statusNotEqual
This filter should be in use for retrieving only entries, not at a specific { -
statusNotIn
String statusNotIn
This filter should be in use for retrieving only entries, not at few specific { -
tagsAdminTagsMultiLikeAnd
String tagsAdminTagsMultiLikeAnd
-
tagsAdminTagsMultiLikeOr
String tagsAdminTagsMultiLikeOr
-
tagsAdminTagsNameMultiLikeAnd
String tagsAdminTagsNameMultiLikeAnd
-
tagsAdminTagsNameMultiLikeOr
String tagsAdminTagsNameMultiLikeOr
-
tagsLike
String tagsLike
This filter should be in use for retrieving specific entries. It should include only one string to search for in entry tags (no wildcards, spaces are treated as part of the string). -
tagsMultiLikeAnd
String tagsMultiLikeAnd
This filter should be in use for retrieving specific entries. It could include few (comma separated) strings for searching in entry tags, while applying an AND logic to retrieve entries that contain all input strings (no wildcards, spaces are treated as part of the string). -
tagsMultiLikeOr
String tagsMultiLikeOr
This filter should be in use for retrieving specific entries. It could include few (comma separated) strings for searching in entry tags, while applying an OR logic to retrieve entries that contain at least one input string (no wildcards, spaces are treated as part of the string). -
tagsNameMultiLikeAnd
String tagsNameMultiLikeAnd
-
tagsNameMultiLikeOr
String tagsNameMultiLikeOr
-
totalRankGreaterThanOrEqual
Integer totalRankGreaterThanOrEqual
-
totalRankLessThanOrEqual
Integer totalRankLessThanOrEqual
-
typeEqual
EntryType typeEqual
-
typeIn
String typeIn
This filter should be in use for retrieving entries of few { -
updatedAtGreaterThanOrEqual
Long updatedAtGreaterThanOrEqual
-
updatedAtLessThanOrEqual
Long updatedAtLessThanOrEqual
-
userIdEqual
String userIdEqual
This filter parameter should be in use for retrieving only entries, uploaded by/assigned to a specific user (identified by user Id). -
userIdIn
String userIdIn
-
userIdNotIn
String userIdNotIn
-
-
-
Class com.kaltura.client.types.BaseEntryCloneOptionComponent extends BaseEntryCloneOptionItem implements Serializable
-
Serialized Fields
-
itemType
BaseEntryCloneOptions itemType
-
rule
CloneComponentSelectorType rule
condition rule (include/exclude)
-
-
-
Class com.kaltura.client.types.BaseEntryCloneOptionItem extends ObjectBase implements Serializable
-
Class com.kaltura.client.types.BaseEntryCompareAttributeCondition extends SearchComparableAttributeCondition implements Serializable
-
Serialized Fields
-
attribute
BaseEntryCompareAttribute attribute
-
-
-
Class com.kaltura.client.types.BaseEntryFilter extends BaseEntryBaseFilter implements Serializable
-
Serialized Fields
-
categoriesFullNameIn
String categoriesFullNameIn
-
categoryAncestorIdIn
String categoryAncestorIdIn
All entries within this categoy or in child categories -
conversionProfileIdEqual
Integer conversionProfileIdEqual
-
descriptionLike
String descriptionLike
-
excludedFreeTextGroups
String excludedFreeTextGroups
-
freeText
String freeText
-
isRoot
Boolean isRoot
-
redirectFromEntryId
String redirectFromEntryId
The id of the original entry
-
-
-
Class com.kaltura.client.types.BaseEntryMatchAttributeCondition extends SearchMatchAttributeCondition implements Serializable
-
Serialized Fields
-
attribute
BaseEntryMatchAttribute attribute
-
-
-
Class com.kaltura.client.types.BaseInteractivity extends ObjectBase implements Serializable
-
Class com.kaltura.client.types.BaseLiveScheduleEvent extends EntryScheduleEvent implements Serializable
-
Class com.kaltura.client.types.BaseResponseProfile extends ObjectBase implements Serializable
-
Class com.kaltura.client.types.BaseRestriction extends ObjectBase implements Serializable
-
Class com.kaltura.client.types.BaseSyndicationFeed extends ObjectBase implements Serializable
-
Serialized Fields
-
addToDefaultConversionProfile
Boolean addToDefaultConversionProfile
-
allowEmbed
Boolean allowEmbed
allow_embed tells google OR yahoo weather to allow embedding the video on google OR yahoo video results or just to provide a link to the landing page. it is applied on the video-player_loc property in the XML (google) and addes media-player tag (yahoo) -
categories
String categories
-
createdAt
Long createdAt
Creation date as Unix timestamp (In seconds) -
enforceEntitlement
Boolean enforceEntitlement
Should enforce entitlement on feed entries -
entriesOrderBy
SyndicationFeedEntriesOrderBy entriesOrderBy
-
feedContentTypeHeader
String feedContentTypeHeader
Feed content-type header value -
feedUrl
String feedUrl
-
flavorParamId
Integer flavorParamId
-
id
String id
-
landingPage
String landingPage
Base URL for each video, on the partners site This is required by all syndication types. -
name
String name
feed name -
partnerId
Integer partnerId
-
playerUiconfId
Integer playerUiconfId
Select a uiconf ID as player skin to include in the kwidget url -
playlistId
String playlistId
link a playlist that will set what content the feed will include if empty, all content will be included in feed -
privacyContext
String privacyContext
Set privacy context for search entries that assiged to private and public categories within a category privacy context. -
status
SyndicationFeedStatus status
feed status -
storageId
Integer storageId
-
transcodeExistingContent
Boolean transcodeExistingContent
-
type
SyndicationFeedType type
feed type -
updatedAt
Long updatedAt
Update date as Unix timestamp (In seconds) -
useCategoryEntries
Boolean useCategoryEntries
-
-
-
Class com.kaltura.client.types.BaseSyndicationFeedBaseFilter extends Filter implements Serializable
-
Class com.kaltura.client.types.BaseSyndicationFeedFilter extends BaseSyndicationFeedBaseFilter implements Serializable
-
Class com.kaltura.client.types.BaseUser extends ObjectBase implements Serializable
-
Serialized Fields
-
adminTags
String adminTags
Admin tags can be updated only by using an admin session -
allowedPartnerIds
String allowedPartnerIds
-
allowedPartnerPackages
String allowedPartnerPackages
-
city
String city
-
country
String country
-
createdAt
Long createdAt
Creation date as Unix timestamp (In seconds) -
deletedAt
Long deletedAt
-
description
String description
-
email
String email
-
fullName
String fullName
-
id
String id
-
indexedPartnerDataInt
Integer indexedPartnerDataInt
-
indexedPartnerDataString
String indexedPartnerDataString
-
language
LanguageCode language
-
lastLoginTime
Integer lastLoginTime
-
partnerData
String partnerData
Can be used to store various partner related data as a string -
partnerId
Integer partnerId
-
screenName
String screenName
-
state
String state
-
status
UserStatus status
-
statusUpdatedAt
Integer statusUpdatedAt
-
storageSize
Integer storageSize
-
tags
String tags
-
thumbnailUrl
String thumbnailUrl
-
updatedAt
Long updatedAt
Last update date as Unix timestamp (In seconds) -
userMode
UserMode userMode
-
zip
String zip
-
-
-
Class com.kaltura.client.types.BaseUserBaseFilter extends RelatedFilter implements Serializable
-
Serialized Fields
-
createdAtGreaterThanOrEqual
Long createdAtGreaterThanOrEqual
-
createdAtLessThanOrEqual
Long createdAtLessThanOrEqual
-
emailLike
String emailLike
-
emailStartsWith
String emailStartsWith
-
partnerIdEqual
Integer partnerIdEqual
-
screenNameLike
String screenNameLike
-
screenNameStartsWith
String screenNameStartsWith
-
statusEqual
UserStatus statusEqual
-
statusIn
String statusIn
-
tagsMultiLikeAnd
String tagsMultiLikeAnd
-
tagsMultiLikeOr
String tagsMultiLikeOr
-
updatedAtGreaterThanOrEqual
Long updatedAtGreaterThanOrEqual
-
updatedAtLessThanOrEqual
Long updatedAtLessThanOrEqual
-
-
-
Class com.kaltura.client.types.BaseUserFilter extends BaseUserBaseFilter implements Serializable
-
Class com.kaltura.client.types.BaseVendorCredit extends ObjectBase implements Serializable
-
Class com.kaltura.client.types.BatchHistoryData extends ObjectBase implements Serializable
-
Class com.kaltura.client.types.BatchJob extends ObjectBase implements Serializable
-
Serialized Fields
-
abort
Integer abort
-
batchIndex
Integer batchIndex
-
batchVersion
Integer batchVersion
-
bulkJobId
Integer bulkJobId
The id of the bulk upload job that initiated this job -
checkAgainTimeout
Integer checkAgainTimeout
-
createdAt
Long createdAt
-
data
JobData data
-
dc
Integer dc
-
deletedAt
Long deletedAt
-
description
String description
-
entryId
String entryId
-
entryName
String entryName
-
errNumber
Integer errNumber
-
errType
BatchJobErrorTypes errType
-
estimatedEffort
Integer estimatedEffort
-
executionAttempts
Integer executionAttempts
-
finishTime
Integer finishTime
The time that the job was finished or closed as failed -
history
List<BatchHistoryData> history
-
id
Long id
-
jobObjectId
String jobObjectId
-
jobObjectType
Integer jobObjectType
-
jobSubType
Integer jobSubType
-
jobType
BatchJobType jobType
-
lastSchedulerId
Integer lastSchedulerId
-
lastWorkerId
Integer lastWorkerId
-
lockExpiration
Integer lockExpiration
-
lockVersion
Integer lockVersion
-
message
String message
-
parentJobId
Integer parentJobId
When one job creates another - the parent should set this parentJobId to be its own id. -
partnerId
Integer partnerId
-
priority
Integer priority
-
queueTime
Integer queueTime
The time that the job was pulled from the queue -
rootJobId
Integer rootJobId
The id of the root parent job -
schedulerId
Integer schedulerId
-
status
BatchJobStatus status
-
updatedAt
Long updatedAt
-
urgency
Integer urgency
-
workerId
Integer workerId
-
-
-
Class com.kaltura.client.types.BatchJobBaseFilter extends Filter implements Serializable
-
Serialized Fields
-
batchVersionEqual
Integer batchVersionEqual
-
batchVersionGreaterThanOrEqual
Integer batchVersionGreaterThanOrEqual
-
batchVersionLessThanOrEqual
Integer batchVersionLessThanOrEqual
-
createdAtGreaterThanOrEqual
Long createdAtGreaterThanOrEqual
-
createdAtLessThanOrEqual
Long createdAtLessThanOrEqual
-
entryIdEqual
String entryIdEqual
-
errNumberEqual
Integer errNumberEqual
-
errNumberIn
String errNumberIn
-
errNumberNotIn
String errNumberNotIn
-
errTypeEqual
BatchJobErrorTypes errTypeEqual
-
errTypeIn
String errTypeIn
-
errTypeNotIn
String errTypeNotIn
-
estimatedEffortGreaterThan
Integer estimatedEffortGreaterThan
-
estimatedEffortLessThan
Integer estimatedEffortLessThan
-
executionAttemptsGreaterThanOrEqual
Integer executionAttemptsGreaterThanOrEqual
-
executionAttemptsLessThanOrEqual
Integer executionAttemptsLessThanOrEqual
-
finishTimeGreaterThanOrEqual
Integer finishTimeGreaterThanOrEqual
-
finishTimeLessThanOrEqual
Integer finishTimeLessThanOrEqual
-
idEqual
Long idEqual
-
idGreaterThanOrEqual
Long idGreaterThanOrEqual
-
jobSubTypeEqual
Integer jobSubTypeEqual
-
jobSubTypeIn
String jobSubTypeIn
-
jobSubTypeNotIn
String jobSubTypeNotIn
-
jobTypeEqual
BatchJobType jobTypeEqual
-
jobTypeIn
String jobTypeIn
-
jobTypeNotIn
String jobTypeNotIn
-
lockVersionGreaterThanOrEqual
Integer lockVersionGreaterThanOrEqual
-
lockVersionLessThanOrEqual
Integer lockVersionLessThanOrEqual
-
partnerIdEqual
Integer partnerIdEqual
-
partnerIdIn
String partnerIdIn
-
partnerIdNotIn
String partnerIdNotIn
-
priorityEqual
Integer priorityEqual
-
priorityGreaterThanOrEqual
Integer priorityGreaterThanOrEqual
-
priorityIn
String priorityIn
-
priorityLessThanOrEqual
Integer priorityLessThanOrEqual
-
priorityNotIn
String priorityNotIn
-
queueTimeGreaterThanOrEqual
Integer queueTimeGreaterThanOrEqual
-
queueTimeLessThanOrEqual
Integer queueTimeLessThanOrEqual
-
statusEqual
BatchJobStatus statusEqual
-
statusIn
String statusIn
-
statusNotIn
String statusNotIn
-
updatedAtGreaterThanOrEqual
Long updatedAtGreaterThanOrEqual
-
updatedAtLessThanOrEqual
Long updatedAtLessThanOrEqual
-
urgencyGreaterThanOrEqual
Integer urgencyGreaterThanOrEqual
-
urgencyLessThanOrEqual
Integer urgencyLessThanOrEqual
-
-
-
Class com.kaltura.client.types.BatchJobFilter extends BatchJobBaseFilter implements Serializable
-
Class com.kaltura.client.types.BatchJobFilterExt extends BatchJobFilter implements Serializable
-
Serialized Fields
-
jobTypeAndSubTypeIn
String jobTypeAndSubTypeIn
-
-
-
Class com.kaltura.client.types.Beacon extends ObjectBase implements Serializable
-
Serialized Fields
-
eventType
String eventType
-
id
String id
Beacon id -
indexType
String indexType
Beacon indexType -
objectId
String objectId
-
privateData
String privateData
-
rawData
String rawData
-
relatedObjectType
BeaconObjectTypes relatedObjectType
The object which this beacon belongs to -
updatedAt
Long updatedAt
Beacon update date as Unix timestamp (In seconds)
-
-
-
Class com.kaltura.client.types.BeaconAbstractScheduledResourceItem extends BeaconScheduledResourceBaseItem implements Serializable
-
Serialized Fields
-
itemType
ESearchItemType itemType
-
range
ESearchRange range
-
searchTerm
String searchTerm
-
-
-
Class com.kaltura.client.types.BeaconBaseFilter extends Filter implements Serializable
-
Serialized Fields
-
-
Class com.kaltura.client.types.BeaconEnhanceFilter extends Filter implements Serializable
-
Serialized Fields
-
externalElasticQueryObject
String externalElasticQueryObject
-
indexTypeEqual
BeaconIndexType indexTypeEqual
-
-
-
Class com.kaltura.client.types.BeaconFilter extends BeaconBaseFilter implements Serializable
-
Serialized Fields
-
indexTypeEqual
BeaconIndexType indexTypeEqual
-
-
-
Class com.kaltura.client.types.BeaconScheduledResourceBaseItem extends ESearchBaseItem implements Serializable
-
Class com.kaltura.client.types.BeaconScheduledResourceItem extends BeaconAbstractScheduledResourceItem implements Serializable
-
Serialized Fields
-
fieldName
BeaconScheduledResourceFieldName fieldName
-
-
-
Class com.kaltura.client.types.BeaconScheduledResourceOperator extends BeaconScheduledResourceBaseItem implements Serializable
-
Serialized Fields
-
operator
ESearchOperatorType operator
-
searchItems
List<BeaconScheduledResourceBaseItem> searchItems
-
-
-
Class com.kaltura.client.types.BeaconScheduledResourceSearchParams extends BeaconSearchParams implements Serializable
-
Serialized Fields
-
orderBy
BeaconSearchScheduledResourceOrderBy orderBy
-
searchOperator
BeaconScheduledResourceOperator searchOperator
-
-
-
Class com.kaltura.client.types.BeaconSearchParams extends ObjectBase implements Serializable
-
Serialized Fields
-
objectId
String objectId
-
-
-
Class com.kaltura.client.types.BeaconSearchScheduledResourceOrderBy extends ObjectBase implements Serializable
-
Serialized Fields
-
orderItems
List<BeaconSearchScheduledResourceOrderByItem> orderItems
-
-
-
Class com.kaltura.client.types.BeaconSearchScheduledResourceOrderByItem extends ESearchOrderByItem implements Serializable
-
Serialized Fields
-
sortField
BeaconScheduledResourceOrderByFieldName sortField
-
-
-
Class com.kaltura.client.types.BlackoutScheduleEvent extends ScheduleEvent implements Serializable
-
Class com.kaltura.client.types.BlackoutScheduleEventFilter extends RecordScheduleEventBaseFilter implements Serializable
-
Class com.kaltura.client.types.BooleanEventNotificationCondition extends Condition implements Serializable
-
Serialized Fields
-
booleanEventNotificationIds
String booleanEventNotificationIds
The boolean event notification ids
-
-
-
Class com.kaltura.client.types.BooleanField extends BooleanValue implements Serializable
-
Class com.kaltura.client.types.BooleanValue extends Value implements Serializable
-
Serialized Fields
-
value
Boolean value
-
-
-
Class com.kaltura.client.types.BpmEventNotificationIntegrationJobTriggerData extends IntegrationJobTriggerData implements Serializable
-
Class com.kaltura.client.types.BulkDownloadJobData extends JobData implements Serializable
-
Class com.kaltura.client.types.BulkServiceData extends ObjectBase implements Serializable
-
Class com.kaltura.client.types.BulkServiceFilterData extends BulkServiceFilterDataBase implements Serializable
-
Serialized Fields
-
templateObject
ObjectBase templateObject
Template object for new object creation
-
-
-
Class com.kaltura.client.types.BulkServiceFilterDataBase extends BulkServiceData implements Serializable
-
Serialized Fields
-
filter
Filter filter
Filter for extracting the objects list to upload
-
-
-
Class com.kaltura.client.types.BulkUpload extends ObjectBase implements Serializable
-
Serialized Fields
-
bulkFileUrl
String bulkFileUrl
-
bulkUploadObjectType
BulkUploadObjectType bulkUploadObjectType
-
bulkUploadType
BulkUploadType bulkUploadType
-
csvFileUrl
String csvFileUrl
-
description
String description
-
error
String error
-
errorNumber
Integer errorNumber
-
errorType
BatchJobErrorTypes errorType
-
fileName
String fileName
-
id
Long id
-
logFileUrl
String logFileUrl
-
numOfEntries
Integer numOfEntries
-
numOfObjects
Integer numOfObjects
-
results
List<BulkUploadResult> results
-
status
BatchJobStatus status
-
uploadedBy
String uploadedBy
-
uploadedByUserId
String uploadedByUserId
-
uploadedOn
Long uploadedOn
-
-
-
Class com.kaltura.client.types.BulkUploadBaseFilter extends Filter implements Serializable
-
Serialized Fields
-
bulkUploadObjectTypeEqual
BulkUploadObjectType bulkUploadObjectTypeEqual
-
bulkUploadObjectTypeIn
String bulkUploadObjectTypeIn
-
statusEqual
BatchJobStatus statusEqual
-
statusIn
String statusIn
-
uploadedOnEqual
Long uploadedOnEqual
-
uploadedOnGreaterThanOrEqual
Long uploadedOnGreaterThanOrEqual
-
uploadedOnLessThanOrEqual
Long uploadedOnLessThanOrEqual
-
-
-
Class com.kaltura.client.types.BulkUploadCategoryData extends BulkUploadObjectData implements Serializable
-
Class com.kaltura.client.types.BulkUploadCategoryEntryData extends BulkUploadObjectData implements Serializable
-
Class com.kaltura.client.types.BulkUploadCategoryUserData extends BulkUploadObjectData implements Serializable
-
Class com.kaltura.client.types.BulkUploadCsvJobData extends BulkUploadJobData implements Serializable
-
Serialized Fields
-
columns
List<StringHolder> columns
Array containing CSV headers -
csvVersion
BulkUploadCsvVersion csvVersion
The version of the csv file -
processObjectId
String processObjectId
The object in process -
processObjectType
String processObjectType
The type of the object in process
-
-
-
Class com.kaltura.client.types.BulkUploadEntryData extends BulkUploadObjectData implements Serializable
-
Serialized Fields
-
conversionProfileId
Integer conversionProfileId
Selected profile id for all bulk entries
-
-
-
Class com.kaltura.client.types.BulkUploadFilter extends BulkUploadBaseFilter implements Serializable
-
Class com.kaltura.client.types.BulkUploadFilterJobData extends BulkUploadJobData implements Serializable
-
Serialized Fields
-
filter
Filter filter
Filter for extracting the objects list to upload -
templateObject
ObjectBase templateObject
Template object for new object creation
-
-
-
Class com.kaltura.client.types.BulkUploadICalJobData extends BulkUploadScheduleEventJobData implements Serializable
-
Serialized Fields
-
eventsType
ScheduleEventType eventsType
The type of the events that ill be created by this upload
-
-
-
Class com.kaltura.client.types.BulkUploadJobData extends JobData implements Serializable
-
Serialized Fields
-
bulkUploadObjectType
BulkUploadObjectType bulkUploadObjectType
Type of object for bulk upload -
conversionProfileId
Integer conversionProfileId
Selected profile id for all bulk entries -
emailRecipients
String emailRecipients
Recipients of the email for bulk upload success/failure -
fileName
String fileName
Friendly name of the file, used to be recognized later in the logs. -
filePath
String filePath
The bulk upload file path -
numOfEntries
Integer numOfEntries
Number of created entries -
numOfErrorObjects
Integer numOfErrorObjects
Number of objects that finished on error status -
numOfObjects
Integer numOfObjects
Number of created objects -
objectData
BulkUploadObjectData objectData
Data pertaining to the objects being uploaded -
privileges
String privileges
privileges for the job -
resultsFileLocalPath
String resultsFileLocalPath
Created by the API -
resultsFileUrl
String resultsFileUrl
Created by the API -
type
BulkUploadType type
Type of bulk upload -
uploadedBy
String uploadedBy
The screen name of the user -
userId
String userId
-
-
-
Class com.kaltura.client.types.BulkUploadObjectData extends ObjectBase implements Serializable
-
Class com.kaltura.client.types.BulkUploadPluginData extends ObjectBase implements Serializable
-
Class com.kaltura.client.types.BulkUploadResult extends ObjectBase implements Serializable
-
Serialized Fields
-
action
BulkUploadAction action
-
bulkUploadJobId
Long bulkUploadJobId
The id of the parent job -
bulkUploadResultObjectType
BulkUploadObjectType bulkUploadResultObjectType
-
errorCode
String errorCode
-
errorDescription
String errorDescription
-
errorType
Integer errorType
-
id
Integer id
The id of the result -
lineIndex
Integer lineIndex
The index of the line in the CSV -
objectErrorDescription
String objectErrorDescription
-
objectId
String objectId
-
objectStatus
Integer objectStatus
-
partnerData
String partnerData
-
partnerId
Integer partnerId
-
pluginsData
List<BulkUploadPluginData> pluginsData
-
rowData
String rowData
The data as recieved in the csv -
status
BulkUploadResultStatus status
-
-
-
Class com.kaltura.client.types.BulkUploadResultCategory extends BulkUploadResult implements Serializable
-
Serialized Fields
-
appearInList
Integer appearInList
-
contributionPolicy
Integer contributionPolicy
-
defaultPermissionLevel
Integer defaultPermissionLevel
-
description
String description
-
inheritanceType
Integer inheritanceType
-
moderation
Boolean moderation
-
name
String name
-
owner
String owner
-
partnerSortValue
Integer partnerSortValue
-
privacy
Integer privacy
-
referenceId
String referenceId
-
relativePath
String relativePath
-
tags
String tags
-
userJoinPolicy
Integer userJoinPolicy
-
-
-
Class com.kaltura.client.types.BulkUploadResultCategoryEntry extends BulkUploadResult implements Serializable
-
Class com.kaltura.client.types.BulkUploadResultCategoryUser extends BulkUploadResult implements Serializable
-
Class com.kaltura.client.types.BulkUploadResultEntry extends BulkUploadResult implements Serializable
-
Serialized Fields
-
accessControlProfileId
Integer accessControlProfileId
-
category
String category
-
contentType
String contentType
-
conversionProfileId
Integer conversionProfileId
-
creatorId
String creatorId
-
description
String description
-
entitledUsersEdit
String entitledUsersEdit
-
entitledUsersPublish
String entitledUsersPublish
-
entryId
String entryId
-
entryStatus
Integer entryStatus
-
ownerId
String ownerId
-
referenceId
String referenceId
-
scheduleEndDate
Integer scheduleEndDate
-
scheduleStartDate
Integer scheduleStartDate
-
sshKeyPassphrase
String sshKeyPassphrase
-
sshPrivateKey
String sshPrivateKey
-
sshPublicKey
String sshPublicKey
-
tags
String tags
-
templateEntryId
String templateEntryId
-
thumbnailSaved
Boolean thumbnailSaved
-
thumbnailUrl
String thumbnailUrl
-
title
String title
-
url
String url
-
-
-
Class com.kaltura.client.types.BulkUploadResultJob extends BulkUploadResult implements Serializable
-
Serialized Fields
-
jobObjectId
Integer jobObjectId
ID of object being processed by the job
-
-
-
Class com.kaltura.client.types.BulkUploadResultScheduleEvent extends BulkUploadResult implements Serializable
-
Serialized Fields
-
categoryIds
String categoryIds
-
coEditors
String coEditors
-
contentOwnerId
String contentOwnerId
-
coPublishers
String coPublishers
-
description
String description
-
duration
Integer duration
-
endTime
Long endTime
-
eventOrganizerId
String eventOrganizerId
-
eventType
Integer eventType
-
recurrence
String recurrence
-
referenceId
String referenceId
-
resourceId
String resourceId
ID of the resource specified for the new event. -
startTime
Long startTime
-
tags
String tags
-
templateEntryId
String templateEntryId
-
templateEntryType
String templateEntryType
-
title
String title
-
-
-
Class com.kaltura.client.types.BulkUploadResultScheduleResource extends BulkUploadResult implements Serializable
-
Class com.kaltura.client.types.BulkUploadResultUser extends BulkUploadResult implements Serializable
-
Serialized Fields
-
city
String city
-
country
String country
-
dateOfBirth
Integer dateOfBirth
-
description
String description
-
email
String email
-
externalId
String externalId
-
firstName
String firstName
-
gender
Integer gender
-
group
String group
-
lastName
String lastName
-
screenName
String screenName
-
state
String state
-
tags
String tags
-
userId
String userId
-
zip
String zip
-
-
-
Class com.kaltura.client.types.BulkUploadResultUserEntry extends BulkUploadResult implements Serializable
-
Serialized Fields
-
userEntryId
Integer userEntryId
-
-
-
Class com.kaltura.client.types.BulkUploadResultVendorCatalogItem extends BulkUploadResult implements Serializable
-
Serialized Fields
-
clearAudioFlavorParamsId
Integer clearAudioFlavorParamsId
-
enableSpeakerId
Boolean enableSpeakerId
-
fixedPriceAddons
Integer fixedPriceAddons
-
flavorParamsId
Integer flavorParamsId
-
name
String name
-
outputFormat
VendorCatalogItemOutputFormat outputFormat
-
pricing
VendorCatalogItemPricing pricing
-
serviceFeature
VendorServiceFeature serviceFeature
-
serviceType
VendorServiceType serviceType
-
sourceLanguage
CatalogItemLanguage sourceLanguage
-
systemName
String systemName
-
targetLanguage
CatalogItemLanguage targetLanguage
-
turnAroundTime
VendorServiceTurnAroundTime turnAroundTime
-
vendorCatalogItemId
Integer vendorCatalogItemId
-
vendorPartnerId
Integer vendorPartnerId
-
-
-
Class com.kaltura.client.types.BulkUploadScheduleEventCsvJobData extends BulkUploadScheduleEventJobData implements Serializable
-
Serialized Fields
-
columns
List<StringHolder> columns
Array containing CSV headers -
csvVersion
BulkUploadCsvVersion csvVersion
The version of the csv file
-
-
-
Class com.kaltura.client.types.BulkUploadScheduleEventJobData extends BulkUploadJobData implements Serializable
-
Class com.kaltura.client.types.BulkUploadUserData extends BulkUploadObjectData implements Serializable
-
Class com.kaltura.client.types.BulkUploadVendorCatalogItemData extends BulkUploadObjectData implements Serializable
-
Class com.kaltura.client.types.BulkUploadXmlJobData extends BulkUploadJobData implements Serializable
-
Class com.kaltura.client.types.BusinessProcessAbortNotificationTemplate extends BusinessProcessNotificationTemplate implements Serializable
-
Class com.kaltura.client.types.BusinessProcessAbortNotificationTemplateBaseFilter extends BusinessProcessNotificationTemplateFilter implements Serializable
-
Class com.kaltura.client.types.BusinessProcessAbortNotificationTemplateFilter extends BusinessProcessAbortNotificationTemplateBaseFilter implements Serializable
-
Class com.kaltura.client.types.BusinessProcessCase extends ObjectBase implements Serializable
-
Class com.kaltura.client.types.BusinessProcessNotificationDispatchJobData extends EventNotificationDispatchJobData implements Serializable
-
Serialized Fields
-
caseId
String caseId
-
server
BusinessProcessServer server
-
-
-
Class com.kaltura.client.types.BusinessProcessNotificationTemplate extends EventNotificationTemplate implements Serializable
-
Class com.kaltura.client.types.BusinessProcessNotificationTemplateBaseFilter extends EventNotificationTemplateFilter implements Serializable
-
Class com.kaltura.client.types.BusinessProcessNotificationTemplateFilter extends BusinessProcessNotificationTemplateBaseFilter implements Serializable
-
Class com.kaltura.client.types.BusinessProcessServer extends ObjectBase implements Serializable
-
Serialized Fields
-
createdAt
Long createdAt
Server creation date as Unix timestamp (In seconds) -
dc
Integer dc
The dc of the server -
description
String description
-
id
Integer id
Auto generated identifier -
name
String name
-
partnerId
Integer partnerId
-
status
BusinessProcessServerStatus status
-
systemName
String systemName
-
type
BusinessProcessProvider type
The type of the server, this is auto filled by the derived server object -
updatedAt
Long updatedAt
Server update date as Unix timestamp (In seconds)
-
-
-
Class com.kaltura.client.types.BusinessProcessServerBaseFilter extends Filter implements Serializable
-
Serialized Fields
-
createdAtGreaterThanOrEqual
Long createdAtGreaterThanOrEqual
-
createdAtLessThanOrEqual
Long createdAtLessThanOrEqual
-
dcEqOrNull
Integer dcEqOrNull
-
dcEqual
Integer dcEqual
-
idEqual
Integer idEqual
-
idIn
String idIn
-
idNotIn
String idNotIn
-
partnerIdEqual
Integer partnerIdEqual
-
partnerIdIn
String partnerIdIn
-
statusEqual
BusinessProcessServerStatus statusEqual
-
statusIn
String statusIn
-
statusNotEqual
BusinessProcessServerStatus statusNotEqual
-
statusNotIn
String statusNotIn
-
typeEqual
BusinessProcessProvider typeEqual
-
typeIn
String typeIn
-
updatedAtGreaterThanOrEqual
Long updatedAtGreaterThanOrEqual
-
updatedAtLessThanOrEqual
Long updatedAtLessThanOrEqual
-
-
-
Class com.kaltura.client.types.BusinessProcessServerFilter extends BusinessProcessServerBaseFilter implements Serializable
-
Class com.kaltura.client.types.BusinessProcessSignalNotificationTemplate extends BusinessProcessNotificationTemplate implements Serializable
-
Class com.kaltura.client.types.BusinessProcessSignalNotificationTemplateBaseFilter extends BusinessProcessNotificationTemplateFilter implements Serializable
-
Class com.kaltura.client.types.BusinessProcessSignalNotificationTemplateFilter extends BusinessProcessSignalNotificationTemplateBaseFilter implements Serializable
-
Class com.kaltura.client.types.BusinessProcessStartNotificationTemplate extends BusinessProcessNotificationTemplate implements Serializable
-
Serialized Fields
-
abortOnDeletion
Boolean abortOnDeletion
Abort the process automatically if the triggering object deleted
-
-
-
Class com.kaltura.client.types.BusinessProcessStartNotificationTemplateBaseFilter extends BusinessProcessNotificationTemplateFilter implements Serializable
-
Class com.kaltura.client.types.BusinessProcessStartNotificationTemplateFilter extends BusinessProcessStartNotificationTemplateBaseFilter implements Serializable
-
Class com.kaltura.client.types.CameraScheduleResource extends ScheduleResource implements Serializable
-
Serialized Fields
-
streamUrl
String streamUrl
URL of the stream
-
-
-
Class com.kaltura.client.types.CameraScheduleResourceBaseFilter extends ScheduleResourceFilter implements Serializable
-
Class com.kaltura.client.types.CameraScheduleResourceFilter extends CameraScheduleResourceBaseFilter implements Serializable
-
Class com.kaltura.client.types.CaptionAsset extends Asset implements Serializable
-
Serialized Fields
-
accuracy
Integer accuracy
The Accuracy of the caption content -
associatedTranscriptIds
String associatedTranscriptIds
List of associated transcript asset id's, comma separated -
captionParamsId
Integer captionParamsId
The Caption Params used to create this Caption Asset -
displayOnPlayer
Boolean displayOnPlayer
The Accuracy of the caption content -
format
CaptionType format
The caption format -
isDefault
Boolean isDefault
Is default caption asset of the entry -
label
String label
Friendly label -
language
Language language
The language of the caption asset content -
languageCode
LanguageCode languageCode
The language of the caption asset content -
parentId
String parentId
The parent id of the asset -
source
CaptionSource source
The source of the asset -
status
CaptionAssetStatus status
The status of the asset
-
-
-
Class com.kaltura.client.types.CaptionAssetBaseFilter extends AssetFilter implements Serializable
-
Serialized Fields
-
captionParamsIdEqual
Integer captionParamsIdEqual
-
captionParamsIdIn
String captionParamsIdIn
-
formatEqual
CaptionType formatEqual
-
formatIn
String formatIn
-
statusEqual
CaptionAssetStatus statusEqual
-
statusIn
String statusIn
-
statusNotIn
String statusNotIn
-
-
-
Class com.kaltura.client.types.CaptionAssetFilter extends CaptionAssetBaseFilter implements Serializable
-
Class com.kaltura.client.types.CaptionAssetItem extends ObjectBase implements Serializable
-
Serialized Fields
-
asset
CaptionAsset asset
The Caption Asset object -
content
String content
-
endTime
Integer endTime
-
entry
BaseEntry entry
The entry object -
startTime
Integer startTime
-
-
-
Class com.kaltura.client.types.CaptionAssetItemFilter extends CaptionAssetFilter implements Serializable
-
Serialized Fields
-
contentLike
String contentLike
-
contentMultiLikeAnd
String contentMultiLikeAnd
-
contentMultiLikeOr
String contentMultiLikeOr
-
endTimeGreaterThanOrEqual
Integer endTimeGreaterThanOrEqual
-
endTimeLessThanOrEqual
Integer endTimeLessThanOrEqual
-
labelEqual
String labelEqual
-
labelIn
String labelIn
-
languageEqual
Language languageEqual
-
languageIn
String languageIn
-
partnerDescriptionLike
String partnerDescriptionLike
-
partnerDescriptionMultiLikeAnd
String partnerDescriptionMultiLikeAnd
-
partnerDescriptionMultiLikeOr
String partnerDescriptionMultiLikeOr
-
startTimeGreaterThanOrEqual
Integer startTimeGreaterThanOrEqual
-
startTimeLessThanOrEqual
Integer startTimeLessThanOrEqual
-
-
-
Class com.kaltura.client.types.CaptionParams extends AssetParams implements Serializable
-
Serialized Fields
-
format
CaptionType format
The caption format -
isDefault
Boolean isDefault
Is default caption asset of the entry -
label
String label
Friendly label -
language
Language language
The language of the caption content -
sourceParamsId
Integer sourceParamsId
Id of the caption params or the flavor params to be used as source for the caption creation
-
-
-
Class com.kaltura.client.types.CaptionParamsBaseFilter extends AssetParamsFilter implements Serializable
-
Serialized Fields
-
formatEqual
CaptionType formatEqual
-
formatIn
String formatIn
-
-
-
Class com.kaltura.client.types.CaptionParamsFilter extends CaptionParamsBaseFilter implements Serializable
-
Class com.kaltura.client.types.CaptionPlaybackPluginData extends ObjectBase implements Serializable
-
Class com.kaltura.client.types.CaptureThumbJobData extends JobData implements Serializable
-
Serialized Fields
-
actualSrcFileSyncLocalPath
String actualSrcFileSyncLocalPath
The translated path as used by the scheduler -
fileContainer
FileContainer fileContainer
-
srcAssetEncryptionKey
String srcAssetEncryptionKey
-
srcAssetId
String srcAssetId
-
srcAssetType
AssetType srcAssetType
-
srcFileSyncRemoteUrl
String srcFileSyncRemoteUrl
-
thumbAssetId
String thumbAssetId
-
thumbParamsOutputId
Integer thumbParamsOutputId
-
thumbPath
String thumbPath
-
-
-
Class com.kaltura.client.types.CatalogItemAdvancedFilter extends SearchItem implements Serializable
-
Serialized Fields
-
serviceFeatureEqual
VendorServiceFeature serviceFeatureEqual
-
serviceFeatureIn
String serviceFeatureIn
-
serviceTypeEqual
VendorServiceType serviceTypeEqual
-
serviceTypeIn
String serviceTypeIn
-
sourceLanguageEqual
CatalogItemLanguage sourceLanguageEqual
-
targetLanguageEqual
CatalogItemLanguage targetLanguageEqual
-
turnAroundTimeEqual
VendorServiceTurnAroundTime turnAroundTimeEqual
-
turnAroundTimeIn
String turnAroundTimeIn
-
-
-
Class com.kaltura.client.types.CategoriesCsvJobData extends MappedObjectsCsvJobData implements Serializable
-
Serialized Fields
-
filter
CategoryFilter filter
The filter should return the list of categories that need to be specified in the csv.
-
-
-
Class com.kaltura.client.types.Category extends ObjectBase implements Serializable
-
Serialized Fields
-
adminTags
String adminTags
-
aggregationCategories
String aggregationCategories
List of aggregation channels the category belongs to -
appearInList
AppearInListType appearInList
If category will be returned for list action. -
contributionPolicy
ContributionPolicyType contributionPolicy
who can assign entries to this category -
createdAt
Long createdAt
Creation date as Unix timestamp (In seconds) -
defaultOrderBy
CategoryOrderBy defaultOrderBy
Enable client side applications to define how to sort the category child categories -
defaultPermissionLevel
CategoryUserPermissionLevel defaultPermissionLevel
Default permissionLevel for new users -
depth
Integer depth
-
description
String description
Category description -
directEntriesCount
Integer directEntriesCount
Number of entries that belong to this category directly -
directSubCategoriesCount
Integer directSubCategoriesCount
Number of direct children categories -
entriesCount
Integer entriesCount
Number of entries in this Category (including child categories) -
fullIds
String fullIds
The full ids of the Category -
fullName
String fullName
The full name of the Category -
id
Integer id
The id of the Category -
inheritanceType
InheritanceType inheritanceType
If Category members are inherited from parent category or set manualy. -
inheritedParentId
Integer inheritedParentId
The category id that this category inherit its members and members permission (for contribution and join) -
isAggregationCategory
Boolean isAggregationCategory
Flag indicating that the category is an aggregation category -
membersCount
Integer membersCount
Number of active members for this category -
moderation
Boolean moderation
Moderation to add entries to this category by users that are not of permission level Manager or Moderator. -
name
String name
The name of the Category. The following characters are not allowed: '<', '>', ',' -
owner
String owner
Category Owner (User id) -
parentId
Integer parentId
-
partnerData
String partnerData
Can be used to store various partner related data as a string -
partnerId
Integer partnerId
-
partnerSortValue
Integer partnerSortValue
Can be used to store various partner related data as a numeric value -
pendingEntriesCount
Integer pendingEntriesCount
Nunber of pending moderation entries -
pendingMembersCount
Integer pendingMembersCount
Number of pending members for this category -
privacy
PrivacyType privacy
defines the privacy of the entries that assigned to this category -
privacyContext
String privacyContext
Set privacy context for search entries that assiged to private and public categories. the entries will be private if the search context is set with those categories. -
privacyContexts
String privacyContexts
comma separated parents that defines a privacyContext for search -
referenceId
String referenceId
Category external id, controlled and managed by the partner. -
status
CategoryStatus status
Status -
tags
String tags
Category tags -
updatedAt
Long updatedAt
Update date as Unix timestamp (In seconds) -
userJoinPolicy
UserJoinPolicyType userJoinPolicy
Who can ask to join this category
-
-
-
Class com.kaltura.client.types.CategoryBaseFilter extends RelatedFilter implements Serializable
-
Serialized Fields
-
aggregationCategoriesMultiLikeAnd
String aggregationCategoriesMultiLikeAnd
-
aggregationCategoriesMultiLikeOr
String aggregationCategoriesMultiLikeOr
-
appearInListEqual
AppearInListType appearInListEqual
-
contributionPolicyEqual
ContributionPolicyType contributionPolicyEqual
-
createdAtGreaterThanOrEqual
Long createdAtGreaterThanOrEqual
-
createdAtLessThanOrEqual
Long createdAtLessThanOrEqual
-
depthEqual
Integer depthEqual
-
fullIdsEqual
String fullIdsEqual
-
fullIdsMatchOr
String fullIdsMatchOr
-
fullIdsStartsWith
String fullIdsStartsWith
-
fullNameEqual
String fullNameEqual
-
fullNameIn
String fullNameIn
-
fullNameStartsWith
String fullNameStartsWith
-
idEqual
Integer idEqual
-
idIn
String idIn
-
idNotIn
String idNotIn
-
inheritanceTypeEqual
InheritanceType inheritanceTypeEqual
-
inheritanceTypeIn
String inheritanceTypeIn
-
inheritedParentIdEqual
Integer inheritedParentIdEqual
-
inheritedParentIdIn
String inheritedParentIdIn
-
membersCountGreaterThanOrEqual
Integer membersCountGreaterThanOrEqual
-
membersCountLessThanOrEqual
Integer membersCountLessThanOrEqual
-
parentIdEqual
Integer parentIdEqual
-
parentIdIn
String parentIdIn
-
partnerSortValueGreaterThanOrEqual
Integer partnerSortValueGreaterThanOrEqual
-
partnerSortValueLessThanOrEqual
Integer partnerSortValueLessThanOrEqual
-
pendingMembersCountGreaterThanOrEqual
Integer pendingMembersCountGreaterThanOrEqual
-
pendingMembersCountLessThanOrEqual
Integer pendingMembersCountLessThanOrEqual
-
privacyContextEqual
String privacyContextEqual
-
privacyEqual
PrivacyType privacyEqual
-
privacyIn
String privacyIn
-
referenceIdEmpty
Boolean referenceIdEmpty
-
referenceIdEqual
String referenceIdEqual
-
statusEqual
CategoryStatus statusEqual
-
statusIn
String statusIn
-
tagsLike
String tagsLike
-
tagsMultiLikeAnd
String tagsMultiLikeAnd
-
tagsMultiLikeOr
String tagsMultiLikeOr
-
updatedAtGreaterThanOrEqual
Long updatedAtGreaterThanOrEqual
-
updatedAtLessThanOrEqual
Long updatedAtLessThanOrEqual
-
-
-
Class com.kaltura.client.types.CategoryEntry extends ObjectBase implements Serializable
-
Serialized Fields
-
categoryFullIds
String categoryFullIds
The full ids of the Category -
categoryId
Integer categoryId
-
createdAt
Long createdAt
Creation date as Unix timestamp (In seconds) -
creatorUserId
String creatorUserId
CategroyEntry creator puser ID -
entryId
String entryId
entry id -
status
CategoryEntryStatus status
CategroyEntry status
-
-
-
Class com.kaltura.client.types.CategoryEntryAdvancedFilter extends SearchItem implements Serializable
-
Serialized Fields
-
categoriesMatchOr
String categoriesMatchOr
-
categoryEntryStatusIn
String categoryEntryStatusIn
-
categoryIdEqual
Integer categoryIdEqual
-
orderBy
CategoryEntryAdvancedOrderBy orderBy
-
-
-
Class com.kaltura.client.types.CategoryEntryBaseFilter extends RelatedFilter implements Serializable
-
Serialized Fields
-
categoryFullIdsStartsWith
String categoryFullIdsStartsWith
-
categoryIdEqual
Integer categoryIdEqual
-
categoryIdIn
String categoryIdIn
-
createdAtGreaterThanOrEqual
Long createdAtGreaterThanOrEqual
-
createdAtLessThanOrEqual
Long createdAtLessThanOrEqual
-
creatorUserIdEqual
String creatorUserIdEqual
-
creatorUserIdIn
String creatorUserIdIn
-
entryIdEqual
String entryIdEqual
-
entryIdIn
String entryIdIn
-
statusEqual
CategoryEntryStatus statusEqual
-
statusIn
String statusIn
-
-
-
Class com.kaltura.client.types.CategoryEntryCondition extends Condition implements Serializable
-
Serialized Fields
-
categoryId
Integer categoryId
Category id to check condition for -
categoryIds
String categoryIds
Category id's to check condition for -
categoryUserPermission
CategoryUserPermissionLevel categoryUserPermission
Minimum category user level permission to validate -
comparison
SearchConditionComparison comparison
Comparing operator
-
-
-
Class com.kaltura.client.types.CategoryEntryFilter extends CategoryEntryBaseFilter implements Serializable
-
Class com.kaltura.client.types.CategoryFilter extends CategoryBaseFilter implements Serializable
-
Serialized Fields
-
ancestorIdIn
String ancestorIdIn
not includes the category itself (only sub categories) -
freeText
String freeText
-
fullNameStartsWithIn
String fullNameStartsWithIn
-
idOrInheritedParentIdIn
String idOrInheritedParentIdIn
-
managerEqual
String managerEqual
-
memberEqual
String memberEqual
-
membersIn
String membersIn
-
nameOrReferenceIdStartsWith
String nameOrReferenceIdStartsWith
-
-
-
Class com.kaltura.client.types.CategoryIdentifier extends ObjectIdentifier implements Serializable
-
Serialized Fields
-
identifier
CategoryIdentifierField identifier
Identifier of the object
-
-
-
Class com.kaltura.client.types.CategoryUser extends ObjectBase implements Serializable
-
Serialized Fields
-
categoryFullIds
String categoryFullIds
The full ids of the Category -
categoryId
Integer categoryId
-
createdAt
Long createdAt
CategoryUser creation date as Unix timestamp (In seconds) -
partnerId
Integer partnerId
Partner id -
permissionLevel
CategoryUserPermissionLevel permissionLevel
Permission level -
permissionNames
String permissionNames
Set of category-related permissions for the current category user. -
status
CategoryUserStatus status
Status -
updatedAt
Long updatedAt
CategoryUser update date as Unix timestamp (In seconds) -
updateMethod
UpdateMethodType updateMethod
Update method can be either manual or automatic to distinguish between manual operations (for example in KMC) on automatic - using bulk upload -
userId
String userId
User id
-
-
-
Class com.kaltura.client.types.CategoryUserAdvancedFilter extends SearchItem implements Serializable
-
Class com.kaltura.client.types.CategoryUserBaseFilter extends RelatedFilter implements Serializable
-
Serialized Fields
-
categoryFullIdsEqual
String categoryFullIdsEqual
-
categoryFullIdsStartsWith
String categoryFullIdsStartsWith
-
categoryIdEqual
Integer categoryIdEqual
-
categoryIdIn
String categoryIdIn
-
createdAtGreaterThanOrEqual
Long createdAtGreaterThanOrEqual
-
createdAtLessThanOrEqual
Long createdAtLessThanOrEqual
-
permissionLevelEqual
CategoryUserPermissionLevel permissionLevelEqual
-
permissionLevelIn
String permissionLevelIn
-
permissionNamesMatchAnd
String permissionNamesMatchAnd
-
permissionNamesMatchOr
String permissionNamesMatchOr
-
permissionNamesNotContains
String permissionNamesNotContains
-
statusEqual
CategoryUserStatus statusEqual
-
statusIn
String statusIn
-
updatedAtGreaterThanOrEqual
Long updatedAtGreaterThanOrEqual
-
updatedAtLessThanOrEqual
Long updatedAtLessThanOrEqual
-
updateMethodEqual
UpdateMethodType updateMethodEqual
-
updateMethodIn
String updateMethodIn
-
userIdEqual
String userIdEqual
-
userIdIn
String userIdIn
-
-
-
Class com.kaltura.client.types.CategoryUserFilter extends CategoryUserBaseFilter implements Serializable
-
Serialized Fields
-
categoryDirectMembers
Boolean categoryDirectMembers
Return the list of categoryUser that are not inherited from parent category - only the direct categoryUsers. -
freeText
String freeText
Free text search on user id or screen name -
relatedGroupsByUserId
String relatedGroupsByUserId
Return a list of categoryUser that related to the userId in this field by groups
-
-
-
Class com.kaltura.client.types.CategoryUserProviderFilter extends Filter implements Serializable
-
Serialized Fields
-
createdAtGreaterThanOrEqual
Integer createdAtGreaterThanOrEqual
-
createdAtLessThanOrEqual
Integer createdAtLessThanOrEqual
-
permissionNamesMatchAnd
String permissionNamesMatchAnd
-
permissionNamesMatchOr
String permissionNamesMatchOr
-
statusEqual
CategoryUserStatus statusEqual
-
statusIn
String statusIn
-
updatedAtGreaterThanOrEqual
Integer updatedAtGreaterThanOrEqual
-
updatedAtLessThanOrEqual
Integer updatedAtLessThanOrEqual
-
updateMethodEqual
UpdateMethodType updateMethodEqual
-
updateMethodIn
String updateMethodIn
-
userIdEqual
String userIdEqual
-
userIdIn
String userIdIn
-
-
-
Class com.kaltura.client.types.CEError extends ObjectBase implements Serializable
-
Class com.kaltura.client.types.Cielo24JobProviderData extends IntegrationJobProviderData implements Serializable
-
Serialized Fields
-
additionalParameters
String additionalParameters
additional parameters to send to Cielo24 -
baseUrl
String baseUrl
Base url for service provider -
captionAssetFormats
String captionAssetFormats
Caption formats -
entryId
String entryId
Entry ID -
fidelity
Cielo24Fidelity fidelity
-
flavorAssetId
String flavorAssetId
Flavor ID -
password
String password
Api key for service provider -
priority
Cielo24Priority priority
-
replaceMediaContent
Boolean replaceMediaContent
should replace remote media content -
spokenLanguage
Language spokenLanguage
Transcript content language -
username
String username
Api key for service provider
-
-
-
Class com.kaltura.client.types.ClientConfiguration extends ObjectBase implements Serializable
-
Class com.kaltura.client.types.ClientNotification extends ObjectBase implements Serializable
-
Class com.kaltura.client.types.ClipAttributes extends OperationAttributes implements Serializable
-
Serialized Fields
-
-
Class com.kaltura.client.types.ClipConcatJobData extends JobData implements Serializable
-
Serialized Fields
-
operationAttributes
List<OperationAttributes> operationAttributes
clip operations -
partnerId
Integer partnerId
$partnerId -
priority
Integer priority
$priority
-
-
-
Class com.kaltura.client.types.ClipDescription extends ObjectBase implements Serializable
-
Class com.kaltura.client.types.ClippingTaskEntryServerNode extends TaskEntryServerNode implements Serializable
-
Serialized Fields
-
clipAttributes
ClipAttributes clipAttributes
-
clippedEntryId
String clippedEntryId
-
liveEntryId
String liveEntryId
-
-
-
Class com.kaltura.client.types.CodeCuePoint extends CuePoint implements Serializable
-
Class com.kaltura.client.types.CodeCuePointBaseFilter extends CuePointFilter implements Serializable
-
Serialized Fields
-
codeEqual
String codeEqual
-
codeIn
String codeIn
-
codeLike
String codeLike
-
codeMultiLikeAnd
String codeMultiLikeAnd
-
codeMultiLikeOr
String codeMultiLikeOr
-
descriptionLike
String descriptionLike
-
descriptionMultiLikeAnd
String descriptionMultiLikeAnd
-
descriptionMultiLikeOr
String descriptionMultiLikeOr
-
durationGreaterThanOrEqual
Integer durationGreaterThanOrEqual
-
durationLessThanOrEqual
Integer durationLessThanOrEqual
-
endTimeGreaterThanOrEqual
Integer endTimeGreaterThanOrEqual
-
endTimeLessThanOrEqual
Integer endTimeLessThanOrEqual
-
-
-
Class com.kaltura.client.types.CodeCuePointFilter extends CodeCuePointBaseFilter implements Serializable
-
Class com.kaltura.client.types.ComcastMrssDistributionProfile extends ConfigurableDistributionProfile implements Serializable
-
Serialized Fields
-
cPlatformTvSeries
List<KeyValue> cPlatformTvSeries
-
cPlatformTvSeriesField
String cPlatformTvSeriesField
-
feedDescription
String feedDescription
-
feedLastBuildDate
String feedLastBuildDate
-
feedLink
String feedLink
-
feedTitle
String feedTitle
-
feedUrl
String feedUrl
-
itemLink
String itemLink
-
metadataProfileId
Integer metadataProfileId
-
shouldAddThumbExtension
Boolean shouldAddThumbExtension
-
shouldIncludeCaptions
Boolean shouldIncludeCaptions
-
shouldIncludeCuePoints
Boolean shouldIncludeCuePoints
-
-
-
Class com.kaltura.client.types.ComcastMrssDistributionProfileBaseFilter extends ConfigurableDistributionProfileFilter implements Serializable
-
Class com.kaltura.client.types.ComcastMrssDistributionProfileFilter extends ComcastMrssDistributionProfileBaseFilter implements Serializable
-
Class com.kaltura.client.types.ComcastMrssDistributionProvider extends DistributionProvider implements Serializable
-
Class com.kaltura.client.types.ComcastMrssDistributionProviderBaseFilter extends DistributionProviderFilter implements Serializable
-
Class com.kaltura.client.types.ComcastMrssDistributionProviderFilter extends ComcastMrssDistributionProviderBaseFilter implements Serializable
-
Class com.kaltura.client.types.CompareCondition extends Condition implements Serializable
-
Serialized Fields
-
comparison
SearchConditionComparison comparison
Comparing operator -
value
IntegerValue value
Value to evaluate against the field and operator
-
-
-
Class com.kaltura.client.types.CompareMetadataCondition extends CompareCondition implements Serializable
-
Serialized Fields
-
profileId
Integer profileId
Metadata profile id -
profileSystemName
String profileSystemName
Metadata profile system name -
xPath
String xPath
May contain the full xpath to the field in three formats 1. Slashed xPath, e.g. /metadata/myElementName 2. Using local-name function, e.g. /[local-name()='metadata']/[local-name()='myElementName'] 3. Using only the field name, e.g. myElementName, it will be searched as //myElementName
-
-
-
Class com.kaltura.client.types.ConcatAttributes extends OperationAttributes implements Serializable
-
Serialized Fields
-
resource
DataCenterContentResource resource
The resource to be concatenated
-
-
-
Class com.kaltura.client.types.ConcatJobData extends JobData implements Serializable
-
Serialized Fields
-
concatenatedDuration
Double concatenatedDuration
duration of the concated video -
destFilePath
String destFilePath
Output file -
duration
Double duration
Clipping duration in seconds -
flavorAssetId
String flavorAssetId
Flavor asset to be ingested with the output -
offset
Double offset
Clipping offset in seconds -
shouldSort
Boolean shouldSort
Should Sort the clip parts -
srcFiles
List<StringHolder> srcFiles
Source files to be concatenated
-
-
-
Class com.kaltura.client.types.Condition extends ObjectBase implements Serializable
-
Serialized Fields
-
description
String description
-
not
Boolean not
-
type
ConditionType type
The type of the access control condition
-
-
-
Class com.kaltura.client.types.ConferenceEntryServerNode extends EntryServerNode implements Serializable
-
Serialized Fields
-
confRoomStatus
ConferenceRoomStatus confRoomStatus
-
registered
Integer registered
-
-
-
Class com.kaltura.client.types.ConferenceEntryServerNodeBaseFilter extends EntryServerNodeFilter implements Serializable
-
Class com.kaltura.client.types.ConferenceEntryServerNodeFilter extends ConferenceEntryServerNodeBaseFilter implements Serializable
-
Class com.kaltura.client.types.ConferenceServerNode extends ServerNode implements Serializable
-
Serialized Fields
-
serviceBaseUrl
String serviceBaseUrl
-
-
-
Class com.kaltura.client.types.ConferenceServerNodeBaseFilter extends ServerNodeFilter implements Serializable
-
Class com.kaltura.client.types.ConferenceServerNodeFilter extends ConferenceServerNodeBaseFilter implements Serializable
-
Class com.kaltura.client.types.ConfigurableDistributionJobProviderData extends DistributionJobProviderData implements Serializable
-
Serialized Fields
-
fieldValues
String fieldValues
-
-
-
Class com.kaltura.client.types.ConfigurableDistributionProfile extends DistributionProfile implements Serializable
-
Serialized Fields
-
fieldConfigArray
List<DistributionFieldConfig> fieldConfigArray
-
itemXpathsToExtend
List<ExtendingItemMrssParameter> itemXpathsToExtend
-
useCategoryEntries
Boolean useCategoryEntries
When checking custom XSLT conditions using the fieldConfigArray - address only categories associated with the entry via the categoryEntry object
-
-
-
Class com.kaltura.client.types.ConfigurableDistributionProfileBaseFilter extends DistributionProfileFilter implements Serializable
-
Class com.kaltura.client.types.ConfigurableDistributionProfileFilter extends ConfigurableDistributionProfileBaseFilter implements Serializable
-
Class com.kaltura.client.types.ConfMaps extends ObjectBase implements Serializable
-
Serialized Fields
-
changeDescription
String changeDescription
-
content
String content
Ini file content -
createdAt
Long createdAt
Time of the last update -
isEditable
Boolean isEditable
IsEditable - true / false -
name
String name
Name of the map -
rawData
String rawData
-
relatedHost
String relatedHost
Regex that represent the host/s that this map affect -
remarks
String remarks
-
sourceLocation
ConfMapsSourceLocation sourceLocation
-
status
ConfMapsStatus status
map status -
userId
String userId
-
version
Integer version
-
-
-
Class com.kaltura.client.types.ConfMapsBaseFilter extends RelatedFilter implements Serializable
-
Class com.kaltura.client.types.ConfMapsFilter extends ConfMapsBaseFilter implements Serializable
-
Class com.kaltura.client.types.ConstantXsltSyndicationFeed extends GenericXsltSyndicationFeed implements Serializable
-
Class com.kaltura.client.types.ContentDistributionSearchItem extends SearchItem implements Serializable
-
Serialized Fields
-
distributionProfileId
Integer distributionProfileId
-
distributionSunStatus
EntryDistributionSunStatus distributionSunStatus
-
entryDistributionFlag
EntryDistributionFlag entryDistributionFlag
-
entryDistributionStatus
EntryDistributionStatus entryDistributionStatus
-
entryDistributionValidationErrors
String entryDistributionValidationErrors
Comma seperated validation error types -
hasEntryDistributionValidationErrors
Boolean hasEntryDistributionValidationErrors
-
noDistributionProfiles
Boolean noDistributionProfiles
-
-
-
Class com.kaltura.client.types.ContentResource extends Resource implements Serializable
-
Class com.kaltura.client.types.Context extends ObjectBase implements Serializable
-
Class com.kaltura.client.types.ContextDataResult extends ObjectBase implements Serializable
-
Serialized Fields
-
actions
List<RuleAction> actions
Array of actions as received from the rules that invalidated -
messages
List<StringHolder> messages
Array of messages as received from the rules that invalidated
-
-
-
Class com.kaltura.client.types.ContextTypeHolder extends ObjectBase implements Serializable
-
Serialized Fields
-
type
ContextType type
The type of the condition context
-
-
-
Class com.kaltura.client.types.ControlPanelCommand extends ObjectBase implements Serializable
-
Serialized Fields
-
batchIndex
Integer batchIndex
The index of the batch process that the command refers to -
cause
String cause
The reason for the command -
createdAt
Long createdAt
Creation date as Unix timestamp (In seconds) -
createdBy
String createdBy
Creator name -
createdById
Integer createdById
Creator id -
description
String description
Command description -
errorDescription
String errorDescription
Error description -
id
Integer id
The id of the Category -
schedulerId
Integer schedulerId
The id of the scheduler that the command refers to -
status
ControlPanelCommandStatus status
The command status -
targetType
ControlPanelCommandTargetType targetType
The command target type - data center / scheduler / job / job type -
type
ControlPanelCommandType type
The command type - stop / start / config -
updatedAt
Long updatedAt
Update date as Unix timestamp (In seconds) -
updatedBy
String updatedBy
Updater name -
workerConfiguredId
Integer workerConfiguredId
The id of the scheduler worker as configured in the ini file -
workerId
Integer workerId
The id of the scheduler worker that the command refers to -
workerName
Integer workerName
The name of the scheduler worker that the command refers to
-
-
-
Class com.kaltura.client.types.ControlPanelCommandBaseFilter extends Filter implements Serializable
-
Serialized Fields
-
createdAtGreaterThanOrEqual
Long createdAtGreaterThanOrEqual
-
createdAtLessThanOrEqual
Long createdAtLessThanOrEqual
-
createdByIdEqual
Integer createdByIdEqual
-
idEqual
Integer idEqual
-
idIn
String idIn
-
statusEqual
ControlPanelCommandStatus statusEqual
-
statusIn
String statusIn
-
targetTypeEqual
ControlPanelCommandTargetType targetTypeEqual
-
targetTypeIn
String targetTypeIn
-
typeEqual
ControlPanelCommandType typeEqual
-
typeIn
String typeIn
-
-
-
Class com.kaltura.client.types.ControlPanelCommandFilter extends ControlPanelCommandBaseFilter implements Serializable
-
Class com.kaltura.client.types.ConvartableJobData extends JobData implements Serializable
-
Serialized Fields
-
actualSrcFileSyncLocalPath
String actualSrcFileSyncLocalPath
The translated path as used by the scheduler -
currentOperationIndex
Integer currentOperationIndex
-
currentOperationSet
Integer currentOperationSet
-
engineVersion
Integer engineVersion
-
flavorParamsOutput
FlavorParamsOutput flavorParamsOutput
-
flavorParamsOutputId
Integer flavorParamsOutputId
-
mediaInfoId
Integer mediaInfoId
-
pluginData
List<KeyValue> pluginData
-
srcFileSyncLocalPath
String srcFileSyncLocalPath
-
srcFileSyncRemoteUrl
String srcFileSyncRemoteUrl
-
srcFileSyncs
List<SourceFileSyncDescriptor> srcFileSyncs
-
-
-
Class com.kaltura.client.types.ConversionAttribute extends ObjectBase implements Serializable
-
Class com.kaltura.client.types.ConversionProfile extends ObjectBase implements Serializable
-
Serialized Fields
-
calculateComplexity
Boolean calculateComplexity
Should calculate file conversion complexity -
clipDuration
Integer clipDuration
Clipping duration (in miliseconds) -
clipStart
Integer clipStart
Clipping start position (in miliseconds) -
collectionTags
String collectionTags
Defines the tags that should be used to define 'collective'/group/multi-flavor processing, like 'mbr' or 'ism' -
conditionalProfiles
String conditionalProfiles
JSON string with array of "condition,profile-id" pairs. -
createdAt
Long createdAt
Creation date as Unix timestamp (In seconds) -
cropDimensions
CropDimensions cropDimensions
Cropping dimensions -
defaultAudioLang
Language defaultAudioLang
-
defaultEntryId
String defaultEntryId
ID of the default entry to be used for template data -
defaultReplacementOptions
EntryReplacementOptions defaultReplacementOptions
Default replacement options to be applied to entries -
description
String description
The description of the Conversion Profile -
detectGOP
Integer detectGOP
When set, the ExtractMedia job should detect the source file GOP using this value as the max calculated period -
flavorParamsIds
String flavorParamsIds
List of included flavor ids (comma separated) -
id
Integer id
The id of the Conversion Profile -
isDefault
Boolean isDefault
Indicates that this conversion profile is system default -
isPartnerDefault
Boolean isPartnerDefault
Indicates that this conversion profile is partner default -
mediaInfoXslTransformation
String mediaInfoXslTransformation
XSL to transform ingestion Media Info XML -
mediaParserType
MediaParserType mediaParserType
Media parser type to be used for extract media -
name
String name
The name of the Conversion Profile -
partnerId
Integer partnerId
-
status
ConversionProfileStatus status
-
storageProfileId
Integer storageProfileId
ID of default storage profile to be used for linked net-storage file syncs -
systemName
String systemName
System name of the Conversion Profile -
tags
String tags
Comma separated tags -
type
ConversionProfileType type
-
xslTransformation
String xslTransformation
XSL to transform ingestion MRSS XML
-
-
-
Class com.kaltura.client.types.ConversionProfileAssetParams extends ObjectBase implements Serializable
-
Serialized Fields
-
assetParamsId
Integer assetParamsId
The id of the asset params -
chunkedEncodeMode
Integer chunkedEncodeMode
-
contentAwareness
Double contentAwareness
-
conversionProfileId
Integer conversionProfileId
The id of the conversion profile -
deletePolicy
AssetParamsDeletePolicy deletePolicy
Specifies how to treat the flavor after conversion is finished -
forceNoneComplied
Boolean forceNoneComplied
Starts conversion even if the decision layer reduced the configuration to comply with the source -
isEncrypted
Boolean isEncrypted
-
origin
AssetParamsOrigin origin
The ingestion origin of the asset params -
overloadParams
String overloadParams
JSON string containing an array of flavotParams field-value pairs. -
readyBehavior
FlavorReadyBehaviorType readyBehavior
The ingestion origin of the asset params -
systemName
String systemName
Asset params system name -
tags
String tags
-
twoPass
Boolean twoPass
-
-
-
Class com.kaltura.client.types.ConversionProfileAssetParamsBaseFilter extends RelatedFilter implements Serializable
-
Serialized Fields
-
assetParamsIdEqual
Integer assetParamsIdEqual
-
assetParamsIdIn
String assetParamsIdIn
-
conversionProfileIdEqual
Integer conversionProfileIdEqual
-
conversionProfileIdIn
String conversionProfileIdIn
-
originEqual
AssetParamsOrigin originEqual
-
originIn
String originIn
-
readyBehaviorEqual
FlavorReadyBehaviorType readyBehaviorEqual
-
readyBehaviorIn
String readyBehaviorIn
-
systemNameEqual
String systemNameEqual
-
systemNameIn
String systemNameIn
-
-
-
Class com.kaltura.client.types.ConversionProfileAssetParamsFilter extends ConversionProfileAssetParamsBaseFilter implements Serializable
-
Serialized Fields
-
assetParamsIdFilter
AssetParamsFilter assetParamsIdFilter
-
conversionProfileIdFilter
ConversionProfileFilter conversionProfileIdFilter
-
-
-
Class com.kaltura.client.types.ConversionProfileBaseFilter extends RelatedFilter implements Serializable
-
Serialized Fields
-
defaultEntryIdEqual
String defaultEntryIdEqual
-
defaultEntryIdIn
String defaultEntryIdIn
-
idEqual
Integer idEqual
-
idIn
String idIn
-
nameEqual
String nameEqual
-
statusEqual
ConversionProfileStatus statusEqual
-
statusIn
String statusIn
-
systemNameEqual
String systemNameEqual
-
systemNameIn
String systemNameIn
-
tagsMultiLikeAnd
String tagsMultiLikeAnd
-
tagsMultiLikeOr
String tagsMultiLikeOr
-
typeEqual
ConversionProfileType typeEqual
-
typeIn
String typeIn
-
-
-
Class com.kaltura.client.types.ConversionProfileFilter extends ConversionProfileBaseFilter implements Serializable
-
Class com.kaltura.client.types.ConvertCaptionAssetJobData extends JobData implements Serializable
-
Class com.kaltura.client.types.ConvertCollectionFlavorData extends ObjectBase implements Serializable
-
Serialized Fields
-
-
Class com.kaltura.client.types.ConvertCollectionJobData extends ConvartableJobData implements Serializable
-
Serialized Fields
-
-
Class com.kaltura.client.types.ConvertEntryFlavorsObjectTask extends ObjectTask implements Serializable
-
Class com.kaltura.client.types.ConvertJobData extends ConvartableJobData implements Serializable
-
Serialized Fields
-
customData
String customData
-
destFileSyncLocalPath
String destFileSyncLocalPath
-
destFileSyncRemoteUrl
String destFileSyncRemoteUrl
-
destFileSyncSharedPath
String destFileSyncSharedPath
-
engineMessage
String engineMessage
-
estimatedEffort
Integer estimatedEffort
-
extraDestFileSyncs
List<DestFileSyncDescriptor> extraDestFileSyncs
-
flavorAssetId
String flavorAssetId
-
logFileSyncLocalPath
String logFileSyncLocalPath
-
logFileSyncRemoteUrl
String logFileSyncRemoteUrl
-
remoteMediaId
String remoteMediaId
-
userCpu
Integer userCpu
-
-
-
Class com.kaltura.client.types.ConvertLiveSegmentJobData extends JobData implements Serializable
-
Serialized Fields
-
assetId
String assetId
-
destDataFilePath
String destDataFilePath
The data output file -
destFilePath
String destFilePath
The output file -
endTime
Double endTime
Duration of the live entry including all recorded segments including the current -
entryId
String entryId
Live stream entry id -
fileIndex
Integer fileIndex
The index of the file within the entry -
mediaServerIndex
EntryServerNodeType mediaServerIndex
Primary or secondary media server -
srcFilePath
String srcFilePath
The recorded live media
-
-
-
Class com.kaltura.client.types.ConvertProfileJobData extends JobData implements Serializable
-
Serialized Fields
-
inputFileSyncLocalPath
String inputFileSyncLocalPath
-
thumbBitrate
Integer thumbBitrate
The bit rate of last created thumbnail, will be used to comapare if this thumbnail is the best we can have -
thumbHeight
Integer thumbHeight
The height of last created thumbnail, will be used to comapare if this thumbnail is the best we can have
-
-
-
Class com.kaltura.client.types.Coordinate extends ObjectBase implements Serializable
-
Class com.kaltura.client.types.CoordinatesContextField extends StringField implements Serializable
-
Serialized Fields
-
geoCoderType
GeoCoderType geoCoderType
The ip geo coder engine to be used
-
-
-
Class com.kaltura.client.types.CopyCaptionsJobData extends JobData implements Serializable
-
Serialized Fields
-
clipsDescriptionArray
List<ClipDescription> clipsDescriptionArray
an array of source start time and duration -
entryId
String entryId
entry Id -
fullCopy
Boolean fullCopy
-
-
-
Class com.kaltura.client.types.CopyPartnerJobData extends JobData implements Serializable
-
Class com.kaltura.client.types.CountryCondition extends MatchCondition implements Serializable
-
Serialized Fields
-
geoCoderType
GeoCoderType geoCoderType
The ip geo coder engine to be used
-
-
-
Class com.kaltura.client.types.CountryContextField extends StringField implements Serializable
-
Serialized Fields
-
geoCoderType
GeoCoderType geoCoderType
The ip geo coder engine to be used
-
-
-
Class com.kaltura.client.types.CountryRestriction extends BaseRestriction implements Serializable
-
Serialized Fields
-
countryList
String countryList
Comma separated list of country codes to allow to deny -
countryRestrictionType
CountryRestrictionType countryRestrictionType
Country restriction type (Allow or deny)
-
-
-
Class com.kaltura.client.types.CropDimensions extends ObjectBase implements Serializable
-
Class com.kaltura.client.types.CrossKalturaDistributionJobProviderData extends ConfigurableDistributionJobProviderData implements Serializable
-
Serialized Fields
-
distributedAttachmentAssets
String distributedAttachmentAssets
Key-value array where the keys are IDs of distributed caption assets in the source account and the values are the matching IDs in the target account -
distributedCaptionAssets
String distributedCaptionAssets
Key-value array where the keys are IDs of distributed caption assets in the source account and the values are the matching IDs in the target account -
distributedCuePoints
String distributedCuePoints
Key-value array where the keys are IDs of distributed cue points in the source account and the values are the matching IDs in the target account -
distributedFileAssets
String distributedFileAssets
Key-value array where the keys are IDs of distributed fileassets in the source account and the values are the matching IDs in the target account -
distributedFlavorAssets
String distributedFlavorAssets
Key-value array where the keys are IDs of distributed flavor assets in the source account and the values are the matching IDs in the target account -
distributedMetadata
String distributedMetadata
Key-value array where the keys are IDs of distributed metadata objects in the source account and the values are the matching IDs in the target account -
distributedThumbAssets
String distributedThumbAssets
Key-value array where the keys are IDs of distributed thumb assets in the source account and the values are the matching IDs in the target account -
distributedThumbCuePoints
String distributedThumbCuePoints
Key-value array where the keys are IDs of distributed thumb cue points in the source account and the values are the matching IDs in the target account -
distributedTimedThumbAssets
String distributedTimedThumbAssets
Key-value array where the keys are IDs of distributed timed thumb assets in the source account and the values are the matching IDs in the target account
-
-
-
Class com.kaltura.client.types.CrossKalturaDistributionProfile extends ConfigurableDistributionProfile implements Serializable
-
Serialized Fields
-
collaboratorsCustomMetadataProfileId
String collaboratorsCustomMetadataProfileId
-
collaboratorsFromCustomMetadataProfile
Boolean collaboratorsFromCustomMetadataProfile
-
designatedCategories
String designatedCategories
-
distributeCaptions
Boolean distributeCaptions
-
distributeCategories
Boolean distributeCategories
-
distributeCuePoints
Boolean distributeCuePoints
-
distributeRemoteCaptionAssetContent
Boolean distributeRemoteCaptionAssetContent
-
distributeRemoteFlavorAssetContent
Boolean distributeRemoteFlavorAssetContent
-
distributeRemoteThumbAssetContent
Boolean distributeRemoteThumbAssetContent
-
mapAccessControlProfileIds
List<KeyValue> mapAccessControlProfileIds
-
mapAttachmentParamsIds
List<KeyValue> mapAttachmentParamsIds
-
mapCaptionParamsIds
List<KeyValue> mapCaptionParamsIds
-
mapConversionProfileIds
List<KeyValue> mapConversionProfileIds
-
mapFlavorParamsIds
List<KeyValue> mapFlavorParamsIds
-
mapMetadataProfileIds
List<KeyValue> mapMetadataProfileIds
-
mapStorageProfileIds
List<KeyValue> mapStorageProfileIds
-
mapThumbParamsIds
List<KeyValue> mapThumbParamsIds
-
metadataXpathsTriggerUpdate
List<StringValue> metadataXpathsTriggerUpdate
-
metadataXslt
String metadataXslt
-
targetAccountId
Integer targetAccountId
-
targetLoginId
String targetLoginId
-
targetLoginPassword
String targetLoginPassword
-
targetServiceUrl
String targetServiceUrl
-
-
-
Class com.kaltura.client.types.CrossKalturaDistributionProfileBaseFilter extends ConfigurableDistributionProfileFilter implements Serializable
-
Class com.kaltura.client.types.CrossKalturaDistributionProfileFilter extends CrossKalturaDistributionProfileBaseFilter implements Serializable
-
Class com.kaltura.client.types.CrossKalturaDistributionProvider extends DistributionProvider implements Serializable
-
Class com.kaltura.client.types.CrossKalturaDistributionProviderBaseFilter extends DistributionProviderFilter implements Serializable
-
Class com.kaltura.client.types.CrossKalturaDistributionProviderFilter extends CrossKalturaDistributionProviderBaseFilter implements Serializable
-
Class com.kaltura.client.types.CsvAdditionalFieldInfo extends ObjectBase implements Serializable
-
Class com.kaltura.client.types.CuePoint extends ObjectBase implements Serializable
-
Serialized Fields
-
copiedFrom
String copiedFrom
-
createdAt
Long createdAt
-
cuePointType
CuePointType cuePointType
-
entryId
String entryId
-
forceStop
Boolean forceStop
-
id
String id
-
intId
Long intId
-
isMomentary
Boolean isMomentary
-
partnerData
String partnerData
-
partnerId
Integer partnerId
-
partnerSortValue
Integer partnerSortValue
-
startTime
Integer startTime
Start time in milliseconds -
status
CuePointStatus status
-
systemName
String systemName
-
tags
String tags
-
thumbOffset
Integer thumbOffset
-
triggeredAt
Long triggeredAt
-
updatedAt
Long updatedAt
-
userId
String userId
-
-
-
Class com.kaltura.client.types.CuePointBaseFilter extends RelatedFilter implements Serializable
-
Serialized Fields
-
createdAtGreaterThanOrEqual
Long createdAtGreaterThanOrEqual
-
createdAtLessThanOrEqual
Long createdAtLessThanOrEqual
-
cuePointTypeEqual
CuePointType cuePointTypeEqual
-
cuePointTypeIn
String cuePointTypeIn
-
entryIdEqual
String entryIdEqual
-
entryIdIn
String entryIdIn
-
forceStopEqual
Boolean forceStopEqual
-
idEqual
String idEqual
-
idIn
String idIn
-
partnerSortValueEqual
Integer partnerSortValueEqual
-
partnerSortValueGreaterThanOrEqual
Integer partnerSortValueGreaterThanOrEqual
-
partnerSortValueIn
String partnerSortValueIn
-
partnerSortValueLessThanOrEqual
Integer partnerSortValueLessThanOrEqual
-
startTimeGreaterThanOrEqual
Integer startTimeGreaterThanOrEqual
-
startTimeLessThanOrEqual
Integer startTimeLessThanOrEqual
-
statusEqual
CuePointStatus statusEqual
-
statusIn
String statusIn
-
systemNameEqual
String systemNameEqual
-
systemNameIn
String systemNameIn
-
tagsLike
String tagsLike
-
tagsMultiLikeAnd
String tagsMultiLikeAnd
-
tagsMultiLikeOr
String tagsMultiLikeOr
-
triggeredAtGreaterThanOrEqual
Long triggeredAtGreaterThanOrEqual
-
triggeredAtLessThanOrEqual
Long triggeredAtLessThanOrEqual
-
updatedAtGreaterThanOrEqual
Long updatedAtGreaterThanOrEqual
-
updatedAtLessThanOrEqual
Long updatedAtLessThanOrEqual
-
userIdEqual
String userIdEqual
-
userIdIn
String userIdIn
-
-
-
Class com.kaltura.client.types.CuePointFilter extends CuePointBaseFilter implements Serializable
-
Class com.kaltura.client.types.DailymotionDistributionCaptionInfo extends ObjectBase implements Serializable
-
Serialized Fields
-
action
DailymotionDistributionCaptionAction action
-
assetId
String assetId
-
filePath
String filePath
-
format
DailymotionDistributionCaptionFormat format
-
language
String language
-
remoteId
String remoteId
-
version
String version
-
-
-
Class com.kaltura.client.types.DailymotionDistributionJobProviderData extends ConfigurableDistributionJobProviderData implements Serializable
-
Serialized Fields
-
accessControlGeoBlockingCountryList
String accessControlGeoBlockingCountryList
-
accessControlGeoBlockingOperation
String accessControlGeoBlockingOperation
-
captionsInfo
List<DailymotionDistributionCaptionInfo> captionsInfo
-
videoAssetFilePath
String videoAssetFilePath
-
-
-
Class com.kaltura.client.types.DailymotionDistributionProfile extends ConfigurableDistributionProfile implements Serializable
-
Serialized Fields
-
geoBlockingMapping
DailymotionGeoBlockingMapping geoBlockingMapping
-
password
String password
-
user
String user
-
-
-
Class com.kaltura.client.types.DailymotionDistributionProfileBaseFilter extends ConfigurableDistributionProfileFilter implements Serializable
-
Class com.kaltura.client.types.DailymotionDistributionProfileFilter extends DailymotionDistributionProfileBaseFilter implements Serializable
-
Class com.kaltura.client.types.DailymotionDistributionProvider extends DistributionProvider implements Serializable
-
Class com.kaltura.client.types.DailymotionDistributionProviderBaseFilter extends DistributionProviderFilter implements Serializable
-
Class com.kaltura.client.types.DailymotionDistributionProviderFilter extends DailymotionDistributionProviderBaseFilter implements Serializable
-
Class com.kaltura.client.types.DataCenterContentResource extends ContentResource implements Serializable
-
Class com.kaltura.client.types.DataEntry extends BaseEntry implements Serializable
-
Class com.kaltura.client.types.DataEntryBaseFilter extends BaseEntryFilter implements Serializable
-
Class com.kaltura.client.types.DataEntryCompareAttributeCondition extends SearchComparableAttributeCondition implements Serializable
-
Serialized Fields
-
attribute
DataEntryCompareAttribute attribute
-
-
-
Class com.kaltura.client.types.DataEntryFilter extends DataEntryBaseFilter implements Serializable
-
Class com.kaltura.client.types.DataEntryMatchAttributeCondition extends SearchMatchAttributeCondition implements Serializable
-
Serialized Fields
-
attribute
DataEntryMatchAttribute attribute
-
-
-
Class com.kaltura.client.types.DeleteEntryFlavorsObjectTask extends ObjectTask implements Serializable
-
Serialized Fields
-
deleteType
DeleteFlavorsLogicType deleteType
The logic to use to choose the flavors for deletion -
flavorParamsIds
String flavorParamsIds
Comma separated list of flavor param ids to delete or keep
-
-
-
Class com.kaltura.client.types.DeleteEntryObjectTask extends ObjectTask implements Serializable
-
Class com.kaltura.client.types.DeleteFileJobData extends JobData implements Serializable
-
Serialized Fields
-
localFileSyncPath
String localFileSyncPath
-
-
-
Class com.kaltura.client.types.DeleteJobData extends JobData implements Serializable
-
Serialized Fields
-
filter
Filter filter
The filter should return the list of objects that need to be deleted.
-
-
-
Class com.kaltura.client.types.DeleteLocalContentObjectTask extends ObjectTask implements Serializable
-
Class com.kaltura.client.types.DeliveryProfile extends ObjectBase implements Serializable
-
Serialized Fields
-
createdAt
Long createdAt
Creation time as Unix timestamp (In seconds) -
description
String description
The description of the Delivery -
extraParams
String extraParams
Extra query string parameters that should be added to the url -
hostName
String hostName
the host part of the url -
id
Integer id
The id of the Delivery -
isDefault
Boolean isDefault
True if this is the systemwide default for the protocol -
mediaProtocols
String mediaProtocols
Comma separated list of supported media protocols. f.i. rtmpe -
name
String name
The name of the Delivery -
parentId
Integer parentId
the object from which this object was cloned (or 0) -
partnerId
Integer partnerId
-
priority
Integer priority
priority used for ordering similar delivery profiles -
recognizer
UrlRecognizer recognizer
-
status
DeliveryStatus status
-
streamerType
PlaybackProtocol streamerType
-
supplementaryAssetsFilter
AssetFilter supplementaryAssetsFilter
A filter that can be used to include additional assets in the URL (e.g. captions) -
systemName
String systemName
System name of the delivery -
tokenizer
UrlTokenizer tokenizer
-
type
DeliveryProfileType type
Delivery type -
updatedAt
Long updatedAt
Update time as Unix timestamp (In seconds) -
url
String url
-
-
-
Class com.kaltura.client.types.DeliveryProfileAkamaiAppleHttpManifest extends DeliveryProfile implements Serializable
-
Serialized Fields
-
supportClipping
Boolean supportClipping
Should we use timing parameters - clipTo / seekFrom
-
-
-
Class com.kaltura.client.types.DeliveryProfileAkamaiAppleHttpManifestBaseFilter extends DeliveryProfileFilter implements Serializable
-
Class com.kaltura.client.types.DeliveryProfileAkamaiAppleHttpManifestFilter extends DeliveryProfileAkamaiAppleHttpManifestBaseFilter implements Serializable
-
Class com.kaltura.client.types.DeliveryProfileAkamaiHds extends DeliveryProfile implements Serializable
-
Serialized Fields
-
supportClipping
Boolean supportClipping
Should we use timing parameters - clipTo / seekFrom
-
-
-
Class com.kaltura.client.types.DeliveryProfileAkamaiHdsBaseFilter extends DeliveryProfileFilter implements Serializable
-
Class com.kaltura.client.types.DeliveryProfileAkamaiHdsFilter extends DeliveryProfileAkamaiHdsBaseFilter implements Serializable
-
Class com.kaltura.client.types.DeliveryProfileAkamaiHttp extends DeliveryProfileHttp implements Serializable
-
Serialized Fields
-
useIntelliseek
Boolean useIntelliseek
Should we use intelliseek
-
-
-
Class com.kaltura.client.types.DeliveryProfileAkamaiHttpBaseFilter extends DeliveryProfileFilter implements Serializable
-
Class com.kaltura.client.types.DeliveryProfileAkamaiHttpFilter extends DeliveryProfileAkamaiHttpBaseFilter implements Serializable
-
Class com.kaltura.client.types.DeliveryProfileBaseFilter extends Filter implements Serializable
-
Serialized Fields
-
createdAtGreaterThanOrEqual
Long createdAtGreaterThanOrEqual
-
createdAtLessThanOrEqual
Long createdAtLessThanOrEqual
-
idEqual
Integer idEqual
-
idIn
String idIn
-
partnerIdEqual
Integer partnerIdEqual
-
partnerIdIn
String partnerIdIn
-
statusEqual
DeliveryStatus statusEqual
-
statusIn
String statusIn
-
streamerTypeEqual
PlaybackProtocol streamerTypeEqual
-
systemNameEqual
String systemNameEqual
-
systemNameIn
String systemNameIn
-
updatedAtGreaterThanOrEqual
Long updatedAtGreaterThanOrEqual
-
updatedAtLessThanOrEqual
Long updatedAtLessThanOrEqual
-
-
-
Class com.kaltura.client.types.DeliveryProfileCondition extends Condition implements Serializable
-
Serialized Fields
-
deliveryProfileIds
List<IntegerValue> deliveryProfileIds
The delivery ids that are accepted by this condition
-
-
-
Class com.kaltura.client.types.DeliveryProfileFilter extends DeliveryProfileBaseFilter implements Serializable
-
Serialized Fields
-
isLive
Boolean isLive
-
-
-
Class com.kaltura.client.types.DeliveryProfileGenericAppleHttp extends DeliveryProfile implements Serializable
-
Class com.kaltura.client.types.DeliveryProfileGenericAppleHttpBaseFilter extends DeliveryProfileFilter implements Serializable
-
Class com.kaltura.client.types.DeliveryProfileGenericAppleHttpFilter extends DeliveryProfileGenericAppleHttpBaseFilter implements Serializable
-
Class com.kaltura.client.types.DeliveryProfileGenericHds extends DeliveryProfile implements Serializable
-
Class com.kaltura.client.types.DeliveryProfileGenericHdsBaseFilter extends DeliveryProfileFilter implements Serializable
-
Class com.kaltura.client.types.DeliveryProfileGenericHdsFilter extends DeliveryProfileGenericHdsBaseFilter implements Serializable
-
Class com.kaltura.client.types.DeliveryProfileGenericHttp extends DeliveryProfileHttp implements Serializable
-
Serialized Fields
-
pattern
String pattern
-
-
-
Class com.kaltura.client.types.DeliveryProfileGenericHttpBaseFilter extends DeliveryProfileFilter implements Serializable
-
Class com.kaltura.client.types.DeliveryProfileGenericHttpFilter extends DeliveryProfileGenericHttpBaseFilter implements Serializable
-
Class com.kaltura.client.types.DeliveryProfileGenericRtmp extends DeliveryProfileRtmp implements Serializable
-
Class com.kaltura.client.types.DeliveryProfileGenericRtmpBaseFilter extends DeliveryProfileRtmpFilter implements Serializable
-
Class com.kaltura.client.types.DeliveryProfileGenericRtmpFilter extends DeliveryProfileGenericRtmpBaseFilter implements Serializable
-
Class com.kaltura.client.types.DeliveryProfileGenericSilverLight extends DeliveryProfile implements Serializable
-
Serialized Fields
-
pattern
String pattern
-
-
-
Class com.kaltura.client.types.DeliveryProfileGenericSilverLightBaseFilter extends DeliveryProfileFilter implements Serializable
-
Class com.kaltura.client.types.DeliveryProfileGenericSilverLightFilter extends DeliveryProfileGenericSilverLightBaseFilter implements Serializable
-
Class com.kaltura.client.types.DeliveryProfileHttp extends DeliveryProfile implements Serializable
-
Serialized Fields
-
maxSize
Integer maxSize
-
-
-
Class com.kaltura.client.types.DeliveryProfileLiveAppleHttp extends DeliveryProfile implements Serializable
-
Class com.kaltura.client.types.DeliveryProfileLiveAppleHttpBaseFilter extends DeliveryProfileFilter implements Serializable
-
Class com.kaltura.client.types.DeliveryProfileLiveAppleHttpFilter extends DeliveryProfileLiveAppleHttpBaseFilter implements Serializable
-
Class com.kaltura.client.types.DeliveryProfileLivePackager extends DeliveryProfile implements Serializable
-
Class com.kaltura.client.types.DeliveryProfileLivePackagerHls extends DeliveryProfileLivePackager implements Serializable
-
Class com.kaltura.client.types.DeliveryProfileRtmp extends DeliveryProfile implements Serializable
-
Class com.kaltura.client.types.DeliveryProfileRtmpBaseFilter extends DeliveryProfileFilter implements Serializable
-
Class com.kaltura.client.types.DeliveryProfileRtmpFilter extends DeliveryProfileRtmpBaseFilter implements Serializable
-
Class com.kaltura.client.types.DeliveryProfileVod extends DeliveryProfile implements Serializable
-
Serialized Fields
-
simuliveSupport
Boolean simuliveSupport
-
-
-
Class com.kaltura.client.types.DeliveryProfileVodPackagerHls extends DeliveryProfileVodPackagerPlayServer implements Serializable
-
Serialized Fields
-
allowFairplayOffline
Boolean allowFairplayOffline
-
-
-
Class com.kaltura.client.types.DeliveryProfileVodPackagerPlayServer extends DeliveryProfileVod implements Serializable
-
Serialized Fields
-
adStitchingEnabled
Boolean adStitchingEnabled
-
-
-
Class com.kaltura.client.types.DeliveryServerNode extends ServerNode implements Serializable
-
Class com.kaltura.client.types.DeliveryServerNodeBaseFilter extends ServerNodeFilter implements Serializable
-
Class com.kaltura.client.types.DeliveryServerNodeFilter extends DeliveryServerNodeBaseFilter implements Serializable
-
Class com.kaltura.client.types.DestFileSyncDescriptor extends FileSyncDescriptor implements Serializable
-
Class com.kaltura.client.types.DetachedResponseProfile extends BaseResponseProfile implements Serializable
-
Serialized Fields
-
fields
String fields
Comma separated fields list to be included or excluded -
filter
RelatedFilter filter
-
mappings
List<ResponseProfileMapping> mappings
-
name
String name
Friendly name -
pager
FilterPager pager
-
relatedProfiles
List<DetachedResponseProfile> relatedProfiles
-
type
ResponseProfileType type
-
-
-
Class com.kaltura.client.types.Dictionary extends ObjectBase implements Serializable
-
Serialized Fields
-
data
String data
-
language
CatalogItemLanguage language
-
-
-
Class com.kaltura.client.types.DirectoryRestriction extends BaseRestriction implements Serializable
-
Serialized Fields
-
directoryRestrictionType
DirectoryRestrictionType directoryRestrictionType
Kaltura directory restriction type
-
-
-
Class com.kaltura.client.types.DispatchEventNotificationObjectTask extends ObjectTask implements Serializable
-
Serialized Fields
-
eventNotificationTemplateId
Integer eventNotificationTemplateId
The event notification template id to dispatch
-
-
-
Class com.kaltura.client.types.DistributeObjectTask extends ObjectTask implements Serializable
-
Serialized Fields
-
distributionProfileId
String distributionProfileId
Distribution profile id
-
-
-
Class com.kaltura.client.types.DistributionDeleteJobData extends DistributionJobData implements Serializable
-
Serialized Fields
-
keepDistributionItem
Boolean keepDistributionItem
Flag signifying that the associated distribution item should not be moved to 'removed' status
-
-
-
Class com.kaltura.client.types.DistributionDisableJobData extends DistributionUpdateJobData implements Serializable
-
Class com.kaltura.client.types.DistributionEnableJobData extends DistributionUpdateJobData implements Serializable
-
Class com.kaltura.client.types.DistributionFetchReportJobData extends DistributionJobData implements Serializable
-
Class com.kaltura.client.types.DistributionFieldConfig extends ObjectBase implements Serializable
-
Serialized Fields
-
entryMrssXslt
String entryMrssXslt
An XSLT string that extracts the right value from the Kaltura entry MRSS XML. The value of the current connector field will be the one that is returned from transforming the Kaltura entry MRSS XML using this XSLT string. -
fieldName
String fieldName
A value taken from a connector field enum which associates the current configuration to that connector field Field enum class should be returned by the provider's getFieldEnumClass function. -
isDefault
Boolean isDefault
Is this field config is the default for the distribution provider? -
isRequired
DistributionFieldRequiredStatus isRequired
Is the field required to have a value for submission ? -
triggerDeleteOnError
Boolean triggerDeleteOnError
Is an error on this field going to trigger deletion of distributed content? -
type
String type
-
updateOnChange
Boolean updateOnChange
Trigger distribution update when this field changes or not ? -
updateParams
List<StringHolder> updateParams
Entry column or metadata xpath that should trigger an update -
userFriendlyFieldName
String userFriendlyFieldName
A string that will be shown to the user as the field name in error messages related to the current field
-
-
-
Class com.kaltura.client.types.DistributionJobData extends JobData implements Serializable
-
Serialized Fields
-
distributionProfile
DistributionProfile distributionProfile
-
distributionProfileId
Integer distributionProfileId
-
entryDistribution
EntryDistribution entryDistribution
-
entryDistributionId
Integer entryDistributionId
-
mediaFiles
List<DistributionRemoteMediaFile> mediaFiles
Stores array of media files that submitted to the destination site Could be used later for media update -
providerData
DistributionJobProviderData providerData
Additional data that relevant for the provider only -
providerType
DistributionProviderType providerType
-
remoteId
String remoteId
Id of the media in the remote system -
results
String results
The results as returned from the remote destination -
sentData
String sentData
The data as sent to the remote destination
-
-
-
Class com.kaltura.client.types.DistributionJobProviderData extends ObjectBase implements Serializable
-
Class com.kaltura.client.types.DistributionProfile extends ObjectBase implements Serializable
-
Serialized Fields
-
autoCreateFlavors
String autoCreateFlavors
Comma separated flavor params ids that should be auto converted -
autoCreateThumb
String autoCreateThumb
Comma separated thumbnail params ids that should be auto generated -
createdAt
Long createdAt
Profile creation date as Unix timestamp (In seconds) -
deleteEnabled
DistributionProfileActionStatus deleteEnabled
-
distributeTrigger
DistributeTrigger distributeTrigger
The event that trigger the automatic distribute -
id
Integer id
Auto generated unique id -
name
String name
-
optionalAssetDistributionRules
List<AssetDistributionRule> optionalAssetDistributionRules
Asset Distribution Rules for assets that should be submitted if ready -
optionalFlavorParamsIds
String optionalFlavorParamsIds
Comma separated flavor params ids that should be submitted if ready -
optionalThumbDimensions
List<DistributionThumbDimensions> optionalThumbDimensions
Thumbnail dimensions that should be submitted if ready -
partnerId
Integer partnerId
-
providerType
DistributionProviderType providerType
-
recommendedDcForDownload
Integer recommendedDcForDownload
The best Kaltura data center to be used to download the asset files to -
recommendedDcForExecute
Integer recommendedDcForExecute
The best Kaltura data center to be used to execute the distribution job -
recommendedStorageProfileForDownload
Integer recommendedStorageProfileForDownload
The best external storage to be used to download the asset files from -
reportEnabled
DistributionProfileActionStatus reportEnabled
-
requiredAssetDistributionRules
List<AssetDistributionRule> requiredAssetDistributionRules
Assets Asset Distribution Rules for assets that are required to be ready before submission -
requiredFlavorParamsIds
String requiredFlavorParamsIds
Comma separated flavor params ids that required to be ready before submission -
requiredThumbDimensions
List<DistributionThumbDimensions> requiredThumbDimensions
Thumbnail dimensions that required to be readt before submission -
status
DistributionProfileStatus status
-
submitEnabled
DistributionProfileActionStatus submitEnabled
-
sunriseDefaultOffset
Integer sunriseDefaultOffset
If entry distribution sunrise not specified that will be the default since entry creation time, in seconds -
sunsetDefaultOffset
Integer sunsetDefaultOffset
If entry distribution sunset not specified that will be the default since entry creation time, in seconds -
supportImageEntry
Boolean supportImageEntry
-
updatedAt
Long updatedAt
Profile last update date as Unix timestamp (In seconds) -
updateEnabled
DistributionProfileActionStatus updateEnabled
-
-
-
Class com.kaltura.client.types.DistributionProfileBaseFilter extends Filter implements Serializable
-
Serialized Fields
-
createdAtGreaterThanOrEqual
Long createdAtGreaterThanOrEqual
-
createdAtLessThanOrEqual
Long createdAtLessThanOrEqual
-
idEqual
Integer idEqual
-
idIn
String idIn
-
statusEqual
DistributionProfileStatus statusEqual
-
statusIn
String statusIn
-
updatedAtGreaterThanOrEqual
Long updatedAtGreaterThanOrEqual
-
updatedAtLessThanOrEqual
Long updatedAtLessThanOrEqual
-
-
-
Class com.kaltura.client.types.DistributionProfileFilter extends DistributionProfileBaseFilter implements Serializable
-
Class com.kaltura.client.types.DistributionProvider extends ObjectBase implements Serializable
-
Serialized Fields
-
availabilityUpdateEnabled
Boolean availabilityUpdateEnabled
-
deleteInsteadUpdate
Boolean deleteInsteadUpdate
-
intervalBeforeSunrise
Integer intervalBeforeSunrise
-
intervalBeforeSunset
Integer intervalBeforeSunset
-
name
String name
-
scheduleUpdateEnabled
Boolean scheduleUpdateEnabled
-
type
DistributionProviderType type
-
updateRequiredEntryFields
String updateRequiredEntryFields
-
updateRequiredMetadataXPaths
String updateRequiredMetadataXPaths
-
-
-
Class com.kaltura.client.types.DistributionProviderBaseFilter extends Filter implements Serializable
-
Serialized Fields
-
typeEqual
DistributionProviderType typeEqual
-
typeIn
String typeIn
-
-
-
Class com.kaltura.client.types.DistributionProviderFilter extends DistributionProviderBaseFilter implements Serializable
-
Class com.kaltura.client.types.DistributionRemoteMediaFile extends ObjectBase implements Serializable
-
Class com.kaltura.client.types.DistributionSubmitJobData extends DistributionJobData implements Serializable
-
Class com.kaltura.client.types.DistributionThumbDimensions extends ObjectBase implements Serializable
-
Class com.kaltura.client.types.DistributionUpdateJobData extends DistributionJobData implements Serializable
-
Class com.kaltura.client.types.DistributionValidationError extends ObjectBase implements Serializable
-
Serialized Fields
-
action
DistributionAction action
-
description
String description
-
errorType
DistributionErrorType errorType
-
-
-
Class com.kaltura.client.types.DistributionValidationErrorConditionNotMet extends DistributionValidationError implements Serializable
-
Serialized Fields
-
conditionName
String conditionName
-
-
-
Class com.kaltura.client.types.DistributionValidationErrorInvalidData extends DistributionValidationError implements Serializable
-
Serialized Fields
-
fieldName
String fieldName
-
validationErrorParam
String validationErrorParam
Parameter of the validation error For example, minimum value for KalturaDistributionValidationErrorType::STRING_TOO_SHORT validation error -
validationErrorType
DistributionValidationErrorType validationErrorType
-
-
-
Class com.kaltura.client.types.DistributionValidationErrorInvalidMetadata extends DistributionValidationErrorInvalidData implements Serializable
-
Serialized Fields
-
metadataProfileId
Integer metadataProfileId
-
-
-
Class com.kaltura.client.types.DistributionValidationErrorMissingAsset extends DistributionValidationError implements Serializable
-
Serialized Fields
-
data
String data
-
-
-
Class com.kaltura.client.types.DistributionValidationErrorMissingFlavor extends DistributionValidationError implements Serializable
-
Serialized Fields
-
flavorParamsId
String flavorParamsId
-
-
-
Class com.kaltura.client.types.DistributionValidationErrorMissingMetadata extends DistributionValidationError implements Serializable
-
Serialized Fields
-
fieldName
String fieldName
-
-
-
Class com.kaltura.client.types.DistributionValidationErrorMissingThumbnail extends DistributionValidationError implements Serializable
-
Serialized Fields
-
dimensions
DistributionThumbDimensions dimensions
-
-
-
Class com.kaltura.client.types.DocumentEntry extends BaseEntry implements Serializable
-
Serialized Fields
-
assetParamsIds
String assetParamsIds
Comma separated asset params ids that exists for this media entry -
documentType
DocumentType documentType
The type of the document
-
-
-
Class com.kaltura.client.types.DocumentEntryBaseFilter extends BaseEntryFilter implements Serializable
-
Serialized Fields
-
assetParamsIdsMatchAnd
String assetParamsIdsMatchAnd
-
assetParamsIdsMatchOr
String assetParamsIdsMatchOr
-
documentTypeEqual
DocumentType documentTypeEqual
-
documentTypeIn
String documentTypeIn
-
-
-
Class com.kaltura.client.types.DocumentEntryCompareAttributeCondition extends SearchComparableAttributeCondition implements Serializable
-
Serialized Fields
-
attribute
DocumentEntryCompareAttribute attribute
-
-
-
Class com.kaltura.client.types.DocumentEntryFilter extends DocumentEntryBaseFilter implements Serializable
-
Class com.kaltura.client.types.DocumentEntryMatchAttributeCondition extends SearchMatchAttributeCondition implements Serializable
-
Serialized Fields
-
attribute
DocumentEntryMatchAttribute attribute
-
-
-
Class com.kaltura.client.types.DocumentFlavorParams extends FlavorParams implements Serializable
-
Class com.kaltura.client.types.DocumentFlavorParamsBaseFilter extends FlavorParamsFilter implements Serializable
-
Class com.kaltura.client.types.DocumentFlavorParamsFilter extends DocumentFlavorParamsBaseFilter implements Serializable
-
Class com.kaltura.client.types.DocumentFlavorParamsOutput extends FlavorParamsOutput implements Serializable
-
Class com.kaltura.client.types.DocumentFlavorParamsOutputBaseFilter extends FlavorParamsOutputFilter implements Serializable
-
Class com.kaltura.client.types.DocumentFlavorParamsOutputFilter extends DocumentFlavorParamsOutputBaseFilter implements Serializable
-
Class com.kaltura.client.types.DoubleClickDistributionJobProviderData extends DistributionJobProviderData implements Serializable
-
Class com.kaltura.client.types.DoubleClickDistributionProfile extends ConfigurableDistributionProfile implements Serializable
-
Class com.kaltura.client.types.DoubleClickDistributionProfileBaseFilter extends ConfigurableDistributionProfileFilter implements Serializable
-
Class com.kaltura.client.types.DoubleClickDistributionProfileFilter extends DoubleClickDistributionProfileBaseFilter implements Serializable
-
Class com.kaltura.client.types.DoubleClickDistributionProvider extends DistributionProvider implements Serializable
-
Class com.kaltura.client.types.DoubleClickDistributionProviderBaseFilter extends DistributionProviderFilter implements Serializable
-
Class com.kaltura.client.types.DoubleClickDistributionProviderFilter extends DoubleClickDistributionProviderBaseFilter implements Serializable
-
Class com.kaltura.client.types.DrmEntryContextPluginData extends PluginData implements Serializable
-
Serialized Fields
-
flavorData
String flavorData
For the uDRM we give the drm context data which is a json encoding of an array containing the uDRM data for each flavor that is required from this getContextData request.
-
-
-
Class com.kaltura.client.types.DrmLicenseAccessDetails extends ObjectBase implements Serializable
-
Class com.kaltura.client.types.DrmPlaybackPluginData extends PluginData implements Serializable
-
Serialized Fields
-
licenseURL
String licenseURL
-
scheme
DrmSchemeName scheme
-
-
-
Class com.kaltura.client.types.DrmPolicy extends ObjectBase implements Serializable
-
Serialized Fields
-
createdAt
Integer createdAt
-
description
String description
-
duration
Integer duration
Duration in days the license is effective -
id
Integer id
-
licenseExpirationPolicy
DrmLicenseExpirationPolicy licenseExpirationPolicy
-
licenseParams
List<KeyValue> licenseParams
-
licenseType
DrmLicenseType licenseType
-
name
String name
-
partnerId
Integer partnerId
-
provider
DrmProviderType provider
-
scenario
DrmLicenseScenario scenario
-
status
DrmPolicyStatus status
-
systemName
String systemName
-
updatedAt
Integer updatedAt
-
-
-
Class com.kaltura.client.types.DrmPolicyBaseFilter extends Filter implements Serializable
-
Serialized Fields
-
nameLike
String nameLike
-
partnerIdEqual
Integer partnerIdEqual
-
partnerIdIn
String partnerIdIn
-
providerEqual
DrmProviderType providerEqual
-
providerIn
String providerIn
-
scenarioEqual
DrmLicenseScenario scenarioEqual
-
scenarioIn
String scenarioIn
-
statusEqual
DrmPolicyStatus statusEqual
-
statusIn
String statusIn
-
systemNameLike
String systemNameLike
-
-
-
Class com.kaltura.client.types.DrmPolicyFilter extends DrmPolicyBaseFilter implements Serializable
-
Class com.kaltura.client.types.DrmProfile extends ObjectBase implements Serializable
-
Serialized Fields
-
createdAt
Integer createdAt
-
defaultPolicy
String defaultPolicy
-
description
String description
-
id
Integer id
-
licenseServerUrl
String licenseServerUrl
-
name
String name
-
partnerId
Integer partnerId
-
provider
DrmProviderType provider
-
signingKey
String signingKey
-
status
DrmProfileStatus status
-
updatedAt
Integer updatedAt
-
-
-
Class com.kaltura.client.types.DrmProfileBaseFilter extends Filter implements Serializable
-
Serialized Fields
-
idEqual
Integer idEqual
-
idIn
String idIn
-
nameLike
String nameLike
-
partnerIdEqual
Integer partnerIdEqual
-
partnerIdIn
String partnerIdIn
-
providerEqual
DrmProviderType providerEqual
-
providerIn
String providerIn
-
statusEqual
DrmProfileStatus statusEqual
-
statusIn
String statusIn
-
-
-
Class com.kaltura.client.types.DrmProfileFilter extends DrmProfileBaseFilter implements Serializable
-
Class com.kaltura.client.types.DropFolder extends ObjectBase implements Serializable
-
Serialized Fields
-
autoFileDeleteDays
Integer autoFileDeleteDays
-
categoriesMetadataFieldName
String categoriesMetadataFieldName
-
conversionProfileId
Integer conversionProfileId
-
createdAt
Long createdAt
-
dc
Integer dc
-
description
String description
-
enforceEntitlement
Boolean enforceEntitlement
-
errorCode
DropFolderErrorCode errorCode
-
errorDescription
String errorDescription
-
fileDeletePolicy
DropFolderFileDeletePolicy fileDeletePolicy
-
fileDeleteRegex
String fileDeleteRegex
-
fileHandlerConfig
DropFolderFileHandlerConfig fileHandlerConfig
-
fileHandlerType
DropFolderFileHandlerType fileHandlerType
-
fileNamePatterns
String fileNamePatterns
-
fileSizeCheckInterval
Integer fileSizeCheckInterval
The amount of time, in seconds, that should pass so that a file with no change in size will be treated as "finished uploading to folder" -
id
Integer id
-
ignoreFileNamePatterns
String ignoreFileNamePatterns
-
incremental
Boolean incremental
-
lastAccessedAt
Integer lastAccessedAt
-
lastFileTimestamp
Integer lastFileTimestamp
-
metadataProfileId
Integer metadataProfileId
-
name
String name
-
partnerId
Integer partnerId
-
path
String path
-
shouldValidateKS
Boolean shouldValidateKS
-
status
DropFolderStatus status
-
tags
String tags
-
type
DropFolderType type
-
updatedAt
Long updatedAt
-
-
-
Class com.kaltura.client.types.DropFolderBaseFilter extends Filter implements Serializable
-
Serialized Fields
-
conversionProfileIdEqual
Integer conversionProfileIdEqual
-
conversionProfileIdIn
String conversionProfileIdIn
-
createdAtGreaterThanOrEqual
Long createdAtGreaterThanOrEqual
-
createdAtLessThanOrEqual
Long createdAtLessThanOrEqual
-
dcEqual
Integer dcEqual
-
dcIn
String dcIn
-
errorCodeEqual
DropFolderErrorCode errorCodeEqual
-
errorCodeIn
String errorCodeIn
-
fileHandlerTypeEqual
DropFolderFileHandlerType fileHandlerTypeEqual
-
fileHandlerTypeIn
String fileHandlerTypeIn
-
fileNamePatternsLike
String fileNamePatternsLike
-
fileNamePatternsMultiLikeAnd
String fileNamePatternsMultiLikeAnd
-
fileNamePatternsMultiLikeOr
String fileNamePatternsMultiLikeOr
-
idEqual
Integer idEqual
-
idIn
String idIn
-
nameLike
String nameLike
-
partnerIdEqual
Integer partnerIdEqual
-
partnerIdIn
String partnerIdIn
-
pathEqual
String pathEqual
-
pathLike
String pathLike
-
statusEqual
DropFolderStatus statusEqual
-
statusIn
String statusIn
-
tagsLike
String tagsLike
-
tagsMultiLikeAnd
String tagsMultiLikeAnd
-
tagsMultiLikeOr
String tagsMultiLikeOr
-
typeEqual
DropFolderType typeEqual
-
typeIn
String typeIn
-
updatedAtGreaterThanOrEqual
Long updatedAtGreaterThanOrEqual
-
updatedAtLessThanOrEqual
Long updatedAtLessThanOrEqual
-
-
-
Class com.kaltura.client.types.DropFolderContentFileHandlerConfig extends DropFolderFileHandlerConfig implements Serializable
-
Serialized Fields
-
contentMatchPolicy
DropFolderContentFileHandlerMatchPolicy contentMatchPolicy
-
slugRegex
String slugRegex
Regular expression that defines valid file names to be handled. The following might be extracted from the file name and used if defined: - (?P<referenceId>\w+) - will be used as the drop folder file's parsed slug. - (?P<flavorName>\w+) - will be used as the drop folder file's parsed flavor.
-
-
-
Class com.kaltura.client.types.DropFolderContentProcessorJobData extends JobData implements Serializable
-
Class com.kaltura.client.types.DropFolderFile extends ObjectBase implements Serializable
-
Serialized Fields
-
batchJobId
Integer batchJobId
-
createdAt
Long createdAt
-
deletedDropFolderFileId
Integer deletedDropFolderFileId
-
dropFolderId
Integer dropFolderId
-
entryId
String entryId
-
errorCode
DropFolderFileErrorCode errorCode
-
errorDescription
String errorDescription
-
fileName
String fileName
-
fileSize
Double fileSize
-
fileSizeLastSetAt
Long fileSizeLastSetAt
-
id
Integer id
-
importEndedAt
Long importEndedAt
-
importStartedAt
Long importStartedAt
-
lastModificationTime
String lastModificationTime
-
leadDropFolderFileId
Integer leadDropFolderFileId
-
parsedFlavor
String parsedFlavor
-
parsedSlug
String parsedSlug
-
parsedUserId
String parsedUserId
-
partnerId
Integer partnerId
-
status
DropFolderFileStatus status
-
type
DropFolderType type
-
updatedAt
Long updatedAt
-
uploadEndDetectedAt
Long uploadEndDetectedAt
-
uploadStartDetectedAt
Long uploadStartDetectedAt
-
-
-
Class com.kaltura.client.types.DropFolderFileBaseFilter extends Filter implements Serializable
-
Serialized Fields
-
createdAtGreaterThanOrEqual
Long createdAtGreaterThanOrEqual
-
createdAtLessThanOrEqual
Long createdAtLessThanOrEqual
-
deletedDropFolderFileIdEqual
Integer deletedDropFolderFileIdEqual
-
dropFolderIdEqual
Integer dropFolderIdEqual
-
dropFolderIdIn
String dropFolderIdIn
-
entryIdEqual
String entryIdEqual
-
errorCodeEqual
DropFolderFileErrorCode errorCodeEqual
-
errorCodeIn
String errorCodeIn
-
fileNameEqual
String fileNameEqual
-
fileNameIn
String fileNameIn
-
fileNameLike
String fileNameLike
-
idEqual
Integer idEqual
-
idIn
String idIn
-
leadDropFolderFileIdEqual
Integer leadDropFolderFileIdEqual
-
parsedFlavorEqual
String parsedFlavorEqual
-
parsedFlavorIn
String parsedFlavorIn
-
parsedFlavorLike
String parsedFlavorLike
-
parsedSlugEqual
String parsedSlugEqual
-
parsedSlugIn
String parsedSlugIn
-
parsedSlugLike
String parsedSlugLike
-
partnerIdEqual
Integer partnerIdEqual
-
partnerIdIn
String partnerIdIn
-
statusEqual
DropFolderFileStatus statusEqual
-
statusIn
String statusIn
-
statusNotIn
String statusNotIn
-
updatedAtGreaterThanOrEqual
Long updatedAtGreaterThanOrEqual
-
updatedAtLessThanOrEqual
Long updatedAtLessThanOrEqual
-
-
-
Class com.kaltura.client.types.DropFolderFileFilter extends DropFolderFileBaseFilter implements Serializable
-
Class com.kaltura.client.types.DropFolderFileHandlerConfig extends ObjectBase implements Serializable
-
Serialized Fields
-
handlerType
DropFolderFileHandlerType handlerType
-
-
-
Class com.kaltura.client.types.DropFolderFileResource extends GenericDataCenterContentResource implements Serializable
-
Serialized Fields
-
dropFolderFileId
Integer dropFolderFileId
Id of the drop folder file object
-
-
-
Class com.kaltura.client.types.DropFolderFilter extends DropFolderBaseFilter implements Serializable
-
Serialized Fields
-
currentDc
Boolean currentDc
-
-
-
Class com.kaltura.client.types.DropFolderICalBulkUploadFileHandlerConfig extends DropFolderFileHandlerConfig implements Serializable
-
Serialized Fields
-
eventsType
ScheduleEventType eventsType
The type of the events that ill be created by this upload
-
-
-
Class com.kaltura.client.types.DropFolderImportJobData extends SshImportJobData implements Serializable
-
Serialized Fields
-
dropFolderFileId
Integer dropFolderFileId
-
-
-
Class com.kaltura.client.types.DropFolderXmlBulkUploadFileHandlerConfig extends DropFolderFileHandlerConfig implements Serializable
-
Class com.kaltura.client.types.DropFolderXmlBulkUploadJobData extends BulkUploadXmlJobData implements Serializable
-
Serialized Fields
-
dropFolderId
Integer dropFolderId
the job drop folder id
-
-
-
Class com.kaltura.client.types.DynamicEmailContents extends ObjectBase implements Serializable
-
Class com.kaltura.client.types.DynamicObjectSearchItem extends SearchOperator implements Serializable
-
Serialized Fields
-
field
String field
-
-
-
Class com.kaltura.client.types.EdgeServerNode extends DeliveryServerNode implements Serializable
-
Serialized Fields
-
playbackDomain
String playbackDomain
Delivery server playback Domain
-
-
-
Class com.kaltura.client.types.EdgeServerNodeBaseFilter extends DeliveryServerNodeFilter implements Serializable
-
Class com.kaltura.client.types.EdgeServerNodeFilter extends EdgeServerNodeBaseFilter implements Serializable
-
Class com.kaltura.client.types.Effect extends ObjectBase implements Serializable
-
Serialized Fields
-
effectType
EffectType effectType
-
value
String value
value
-
-
-
Class com.kaltura.client.types.EmailIngestionProfile extends ObjectBase implements Serializable
-
Serialized Fields
-
conversionProfile2Id
Integer conversionProfile2Id
-
createdAt
String createdAt
-
defaultAdminTags
String defaultAdminTags
-
defaultCategory
String defaultCategory
-
defaultTags
String defaultTags
-
defaultUserId
String defaultUserId
-
description
String description
-
emailAddress
String emailAddress
-
id
Integer id
-
mailboxId
String mailboxId
-
maxAttachmentSizeKbytes
Integer maxAttachmentSizeKbytes
-
maxAttachmentsPerMail
Integer maxAttachmentsPerMail
-
moderationStatus
EntryModerationStatus moderationStatus
-
name
String name
-
partnerId
Integer partnerId
-
status
EmailIngestionProfileStatus status
-
-
-
Class com.kaltura.client.types.EmailNotificationCategoryRecipientJobData extends EmailNotificationRecipientJobData implements Serializable
-
Serialized Fields
-
categoryUserFilter
CategoryUserFilter categoryUserFilter
-
-
-
Class com.kaltura.client.types.EmailNotificationCategoryRecipientProvider extends EmailNotificationRecipientProvider implements Serializable
-
Serialized Fields
-
categoryId
StringValue categoryId
The ID of the category whose subscribers should receive the email notification. -
categoryIds
StringValue categoryIds
The IDs of the categories whose subscribers should receive the email notification. -
categoryUserFilter
CategoryUserProviderFilter categoryUserFilter
-
-
-
Class com.kaltura.client.types.EmailNotificationDispatchJobData extends EventNotificationDispatchJobData implements Serializable
-
Serialized Fields
-
bcc
EmailNotificationRecipientJobData bcc
Email bcc emails and names, key is mail address and value is the name -
cc
EmailNotificationRecipientJobData cc
Email cc emails and names, key is mail address and value is the name -
confirmReadingTo
String confirmReadingTo
Email address that a reading confirmation will be sent to -
customHeaders
List<KeyValue> customHeaders
Adds a e-mail custom header -
fromEmail
String fromEmail
Define the email sender email -
fromName
String fromName
Define the email sender name -
hostname
String hostname
Hostname to use in Message-Id and Received headers and as default HELO string. If empty, the value returned by SERVER_NAME is used or 'localhost.localdomain'. -
messageID
String messageID
Sets the message ID to be used in the Message-Id header. If empty, a unique id will be generated. -
priority
EmailNotificationTemplatePriority priority
Define the email priority -
replyTo
EmailNotificationRecipientJobData replyTo
Email addresses that a replies should be sent to, key is mail address and value is the name -
to
EmailNotificationRecipientJobData to
Email recipient emails and names, key is mail address and value is the name
-
-
-
Class com.kaltura.client.types.EmailNotificationGroupRecipientJobData extends EmailNotificationRecipientJobData implements Serializable
-
Serialized Fields
-
groupId
String groupId
-
-
-
Class com.kaltura.client.types.EmailNotificationGroupRecipientProvider extends EmailNotificationRecipientProvider implements Serializable
-
Serialized Fields
-
groupId
String groupId
-
-
-
Class com.kaltura.client.types.EmailNotificationParameter extends EventNotificationParameter implements Serializable
-
Class com.kaltura.client.types.EmailNotificationRecipient extends ObjectBase implements Serializable
-
Serialized Fields
-
email
StringValue email
Recipient e-mail address -
name
StringValue name
Recipient name
-
-
-
Class com.kaltura.client.types.EmailNotificationRecipientJobData extends ObjectBase implements Serializable
-
Serialized Fields
-
providerType
EmailNotificationRecipientProviderType providerType
Provider type of the job data.
-
-
-
Class com.kaltura.client.types.EmailNotificationRecipientProvider extends ObjectBase implements Serializable
-
Class com.kaltura.client.types.EmailNotificationStaticRecipientJobData extends EmailNotificationRecipientJobData implements Serializable
-
Class com.kaltura.client.types.EmailNotificationStaticRecipientProvider extends EmailNotificationRecipientProvider implements Serializable
-
Serialized Fields
-
emailRecipients
List<EmailNotificationRecipient> emailRecipients
Email to emails and names
-
-
-
Class com.kaltura.client.types.EmailNotificationTemplate extends EventNotificationTemplate implements Serializable
-
Serialized Fields
-
bcc
EmailNotificationRecipientProvider bcc
Email recipient emails and names -
body
String body
Define the email body content -
cc
EmailNotificationRecipientProvider cc
Email recipient emails and names -
confirmReadingTo
String confirmReadingTo
Email address that a reading confirmation will be sent -
customHeaders
List<KeyValue> customHeaders
Adds a e-mail custom header -
format
EmailNotificationFormat format
Define the email body format -
fromEmail
String fromEmail
Define the email sender email -
fromName
String fromName
Define the email sender name -
hostname
String hostname
Hostname to use in Message-Id and Received headers and as default HELLO string. If empty, the value returned by SERVER_NAME is used or 'localhost.localdomain'. -
messageID
String messageID
Sets the message ID to be used in the Message-Id header. If empty, a unique id will be generated. -
priority
EmailNotificationTemplatePriority priority
Define the email priority -
replyTo
EmailNotificationRecipientProvider replyTo
Default email addresses to whom the reply should be sent. -
subject
String subject
Define the email subject -
to
EmailNotificationRecipientProvider to
Email recipient emails and names
-
-
-
Class com.kaltura.client.types.EmailNotificationTemplateBaseFilter extends EventNotificationTemplateFilter implements Serializable
-
Class com.kaltura.client.types.EmailNotificationTemplateFilter extends EmailNotificationTemplateBaseFilter implements Serializable
-
Class com.kaltura.client.types.EmailNotificationUserRecipientJobData extends EmailNotificationRecipientJobData implements Serializable
-
Serialized Fields
-
filter
UserFilter filter
-
-
-
Class com.kaltura.client.types.EmailNotificationUserRecipientProvider extends EmailNotificationRecipientProvider implements Serializable
-
Serialized Fields
-
filter
UserFilter filter
-
-
-
Class com.kaltura.client.types.EndUserReportInputFilter extends ReportInputFilter implements Serializable
-
Class com.kaltura.client.types.EntriesCsvJobData extends MappedObjectsCsvJobData implements Serializable
-
Serialized Fields
-
filter
BaseEntryFilter filter
The filter should return the list of entries that need to be specified in the csv.
-
-
-
Class com.kaltura.client.types.EntryCaptionAdvancedFilter extends SearchItem implements Serializable
-
Serialized Fields
-
hasCaption
Boolean hasCaption
-
-
-
Class com.kaltura.client.types.EntryCaptionAssetSearchItem extends SearchItem implements Serializable
-
Class com.kaltura.client.types.EntryContext extends Context implements Serializable
-
Class com.kaltura.client.types.EntryContextDataParams extends AccessControlScope implements Serializable
-
Serialized Fields
-
flavorAssetId
String flavorAssetId
Id of the current flavor. -
flavorTags
String flavorTags
The tags of the flavors that should be used for playback. -
mediaProtocol
String mediaProtocol
Protocol of the specific media object. -
streamerType
String streamerType
Playback streamer type: RTMP, HTTP, appleHttps, rtsp, sl.
-
-
-
Class com.kaltura.client.types.EntryContextDataResult extends ContextDataResult implements Serializable
-
Serialized Fields
-
accessControlActions
List<RuleAction> accessControlActions
Array of actions as received from the access control rules that invalidated -
accessControlMessages
List<StringHolder> accessControlMessages
Array of messages as received from the access control rules that invalidated -
flavorAssets
List<FlavorAsset> flavorAssets
Array of allowed flavor assets according to access control limitations and requested tags -
isAdmin
Boolean isAdmin
-
isCountryRestricted
Boolean isCountryRestricted
-
isIpAddressRestricted
Boolean isIpAddressRestricted
-
isScheduledNow
Boolean isScheduledNow
-
isSessionRestricted
Boolean isSessionRestricted
-
isSiteRestricted
Boolean isSiteRestricted
-
isUserAgentRestricted
Boolean isUserAgentRestricted
-
mediaProtocol
String mediaProtocol
http/https, rtmp/rtmpe -
msDuration
Integer msDuration
The duration of the entry in milliseconds -
pluginData
Map<String,PluginData> pluginData
Array of allowed flavor assets according to access control limitations and requested tags -
previewLength
Integer previewLength
-
storageProfilesXML
String storageProfilesXML
-
streamerType
String streamerType
http/rtmp/hdnetwork
-
-
-
Class com.kaltura.client.types.EntryCuePointSearchFilter extends SearchItem implements Serializable
-
Class com.kaltura.client.types.EntryDistribution extends ObjectBase implements Serializable
-
Serialized Fields
-
assetIds
String assetIds
Comma separated asset ids -
createdAt
Long createdAt
Entry distribution creation date as Unix timestamp (In seconds) -
dirtyStatus
EntryDistributionFlag dirtyStatus
-
distributionProfileId
Integer distributionProfileId
-
entryId
String entryId
-
errorDescription
String errorDescription
-
errorNumber
Integer errorNumber
-
errorType
BatchJobErrorTypes errorType
-
flavorAssetIds
String flavorAssetIds
Comma separated flavor asset ids -
hasDeleteResultsLog
Boolean hasDeleteResultsLog
-
hasDeleteSentDataLog
Boolean hasDeleteSentDataLog
-
hasSubmitResultsLog
Boolean hasSubmitResultsLog
-
hasSubmitSentDataLog
Boolean hasSubmitSentDataLog
-
hasUpdateResultsLog
Boolean hasUpdateResultsLog
-
hasUpdateSentDataLog
Boolean hasUpdateSentDataLog
-
id
Integer id
Auto generated unique id -
partnerId
Integer partnerId
-
plays
Integer plays
The plays as retrieved from the remote destination reports -
remoteId
String remoteId
The id as returned from the distributed destination -
status
EntryDistributionStatus status
-
submittedAt
Long submittedAt
Entry distribution submission date as Unix timestamp (In seconds) -
sunrise
Long sunrise
Entry distribution publish time as Unix timestamp (In seconds) -
sunset
Long sunset
Entry distribution un-publish time as Unix timestamp (In seconds) -
sunStatus
EntryDistributionSunStatus sunStatus
-
thumbAssetIds
String thumbAssetIds
Comma separated thumbnail asset ids -
updatedAt
Long updatedAt
Entry distribution last update date as Unix timestamp (In seconds) -
validationErrors
List<DistributionValidationError> validationErrors
-
views
Integer views
The views as retrieved from the remote destination reports
-
-
-
Class com.kaltura.client.types.EntryDistributionBaseFilter extends RelatedFilter implements Serializable
-
Serialized Fields
-
createdAtGreaterThanOrEqual
Long createdAtGreaterThanOrEqual
-
createdAtLessThanOrEqual
Long createdAtLessThanOrEqual
-
dirtyStatusEqual
EntryDistributionFlag dirtyStatusEqual
-
dirtyStatusIn
String dirtyStatusIn
-
distributionProfileIdEqual
Integer distributionProfileIdEqual
-
distributionProfileIdIn
String distributionProfileIdIn
-
entryIdEqual
String entryIdEqual
-
entryIdIn
String entryIdIn
-
idEqual
Integer idEqual
-
idIn
String idIn
-
statusEqual
EntryDistributionStatus statusEqual
-
statusIn
String statusIn
-
submittedAtGreaterThanOrEqual
Long submittedAtGreaterThanOrEqual
-
submittedAtLessThanOrEqual
Long submittedAtLessThanOrEqual
-
sunriseGreaterThanOrEqual
Long sunriseGreaterThanOrEqual
-
sunriseLessThanOrEqual
Long sunriseLessThanOrEqual
-
sunsetGreaterThanOrEqual
Long sunsetGreaterThanOrEqual
-
sunsetLessThanOrEqual
Long sunsetLessThanOrEqual
-
updatedAtGreaterThanOrEqual
Long updatedAtGreaterThanOrEqual
-
updatedAtLessThanOrEqual
Long updatedAtLessThanOrEqual
-
-
-
Class com.kaltura.client.types.EntryDistributionFilter extends EntryDistributionBaseFilter implements Serializable
-
Class com.kaltura.client.types.EntryIdentifier extends ObjectIdentifier implements Serializable
-
Serialized Fields
-
identifier
EntryIdentifierField identifier
Identifier of the object
-
-
-
Class com.kaltura.client.types.EntryIndexAdvancedFilter extends IndexAdvancedFilter implements Serializable
-
Class com.kaltura.client.types.EntryLiveStats extends LiveStats implements Serializable
-
Class com.kaltura.client.types.EntryReferrerLiveStats extends EntryLiveStats implements Serializable
-
Serialized Fields
-
referrer
String referrer
-
-
-
Class com.kaltura.client.types.EntryReplacementOptions extends ObjectBase implements Serializable
-
Serialized Fields
-
keepManualThumbnails
Integer keepManualThumbnails
If true manually created thumbnails will not be deleted on entry replacement -
pluginOptionItems
List<PluginReplacementOptionsItem> pluginOptionItems
Array of plugin replacement options
-
-
-
Class com.kaltura.client.types.EntryResource extends ContentResource implements Serializable
-
Class com.kaltura.client.types.EntryScheduledCondition extends Condition implements Serializable
-
Class com.kaltura.client.types.EntryScheduleEvent extends ScheduleEvent implements Serializable
-
Serialized Fields
-
blackoutConflicts
List<ScheduleEvent> blackoutConflicts
Blackout schedule events the conflict with this event -
categoryIds
String categoryIds
Categories that associated with this event -
entryIds
String entryIds
Entries that associated with this event -
templateEntryId
String templateEntryId
Entry to be used as template during content ingestion
-
-
-
Class com.kaltura.client.types.EntryScheduleEventBaseFilter extends ScheduleEventFilter implements Serializable
-
Serialized Fields
-
categoryIdsLike
String categoryIdsLike
-
categoryIdsMultiLikeAnd
String categoryIdsMultiLikeAnd
-
categoryIdsMultiLikeOr
String categoryIdsMultiLikeOr
-
entryIdsLike
String entryIdsLike
-
entryIdsMultiLikeAnd
String entryIdsMultiLikeAnd
-
entryIdsMultiLikeOr
String entryIdsMultiLikeOr
-
templateEntryIdEqual
String templateEntryIdEqual
-
-
-
Class com.kaltura.client.types.EntryScheduleEventFilter extends EntryScheduleEventBaseFilter implements Serializable
-
Class com.kaltura.client.types.EntryServerNode extends ObjectBase implements Serializable
-
Serialized Fields
-
createdAt
Long createdAt
-
entryId
String entryId
-
id
Integer id
unique auto-generated identifier -
partnerId
Integer partnerId
-
serverNodeId
Integer serverNodeId
-
serverType
EntryServerNodeType serverType
-
status
EntryServerNodeStatus status
-
updatedAt
Long updatedAt
-
-
-
Class com.kaltura.client.types.EntryServerNodeBaseFilter extends Filter implements Serializable
-
Serialized Fields
-
createdAtGreaterThanOrEqual
Long createdAtGreaterThanOrEqual
-
createdAtLessThanOrEqual
Long createdAtLessThanOrEqual
-
entryIdEqual
String entryIdEqual
-
entryIdIn
String entryIdIn
-
serverNodeIdEqual
Integer serverNodeIdEqual
-
serverNodeIdIn
String serverNodeIdIn
-
serverNodeIdNotIn
String serverNodeIdNotIn
-
serverTypeEqual
EntryServerNodeType serverTypeEqual
-
serverTypeIn
String serverTypeIn
-
serverTypeNotIn
String serverTypeNotIn
-
statusEqual
EntryServerNodeStatus statusEqual
-
statusIn
String statusIn
-
updatedAtGreaterThanOrEqual
Long updatedAtGreaterThanOrEqual
-
updatedAtLessThanOrEqual
Long updatedAtLessThanOrEqual
-
-
-
Class com.kaltura.client.types.EntryServerNodeFilter extends EntryServerNodeBaseFilter implements Serializable
-
Class com.kaltura.client.types.EntryTranscriptAssetSearchItem extends SearchItem implements Serializable
-
Class com.kaltura.client.types.EntryVendorTask extends ObjectBase implements Serializable
-
Serialized Fields
-
accessKey
String accessKey
Access key generated by Kaltura to allow vendors to ingest the end result to the destination -
accuracy
Integer accuracy
Task result accuracy percentage -
catalogItemId
Integer catalogItemId
The catalog item Id containing the task description -
context
String context
Task context -
createdAt
Long createdAt
-
creationMode
EntryVendorTaskCreationMode creationMode
Task creation mode -
dictionary
String dictionary
-
entryId
String entryId
-
errDescription
String errDescription
Err description provided by provider in case job execution has failed -
expectedFinishTime
Long expectedFinishTime
-
externalTaskId
String externalTaskId
The vendor's task internal Id -
finishTime
Long finishTime
-
id
Long id
-
moderatingUser
String moderatingUser
The user ID that approved this task for execution (in case moderation is requested) -
notes
String notes
User generated notes that should be taken into account by the vendor while executing the task -
outputObjectId
String outputObjectId
Task main object generated by executing the task -
partnerData
String partnerData
Json object containing extra task data required by the requester -
partnerId
Integer partnerId
-
price
Double price
The charged price to execute this task -
queueTime
Long queueTime
-
reachProfileId
Integer reachProfileId
The profile id from which this task base config is taken from -
serviceFeature
VendorServiceFeature serviceFeature
-
serviceType
VendorServiceType serviceType
-
status
EntryVendorTaskStatus status
-
taskJobData
VendorTaskData taskJobData
-
turnAroundTime
VendorServiceTurnAroundTime turnAroundTime
-
updatedAt
Long updatedAt
-
userId
String userId
The ID of the user who created this task -
vendorPartnerId
Integer vendorPartnerId
-
version
String version
Vendor generated by Kaltura representing the entry vendor task version correlated to the entry version
-
-
-
Class com.kaltura.client.types.EntryVendorTaskBaseFilter extends RelatedFilter implements Serializable
-
Serialized Fields
-
catalogItemIdEqual
Integer catalogItemIdEqual
-
catalogItemIdIn
String catalogItemIdIn
-
contextEqual
String contextEqual
-
createdAtGreaterThanOrEqual
Long createdAtGreaterThanOrEqual
-
createdAtLessThanOrEqual
Long createdAtLessThanOrEqual
-
entryIdEqual
String entryIdEqual
-
expectedFinishTimeGreaterThanOrEqual
Long expectedFinishTimeGreaterThanOrEqual
-
expectedFinishTimeLessThanOrEqual
Long expectedFinishTimeLessThanOrEqual
-
finishTimeGreaterThanOrEqual
Long finishTimeGreaterThanOrEqual
-
finishTimeLessThanOrEqual
Long finishTimeLessThanOrEqual
-
idEqual
Long idEqual
-
idIn
String idIn
-
idNotIn
String idNotIn
-
queueTimeGreaterThanOrEqual
Long queueTimeGreaterThanOrEqual
-
queueTimeLessThanOrEqual
Long queueTimeLessThanOrEqual
-
reachProfileIdEqual
Integer reachProfileIdEqual
-
reachProfileIdIn
String reachProfileIdIn
-
statusEqual
EntryVendorTaskStatus statusEqual
-
statusIn
String statusIn
-
updatedAtGreaterThanOrEqual
Long updatedAtGreaterThanOrEqual
-
updatedAtLessThanOrEqual
Long updatedAtLessThanOrEqual
-
userIdEqual
String userIdEqual
-
vendorPartnerIdEqual
Integer vendorPartnerIdEqual
-
vendorPartnerIdIn
String vendorPartnerIdIn
-
-
-
Class com.kaltura.client.types.EntryVendorTaskCsvJobData extends ExportCsvJobData implements Serializable
-
Serialized Fields
-
filter
EntryVendorTaskFilter filter
The filter should return the list of users that need to be specified in the csv.
-
-
-
Class com.kaltura.client.types.EntryVendorTaskFilter extends EntryVendorTaskBaseFilter implements Serializable
-
Serialized Fields
-
freeText
String freeText
-
-
-
Class com.kaltura.client.types.ESearchAbstractCategoryItem extends ESearchCategoryBaseItem implements Serializable
-
Serialized Fields
-
addHighlight
Boolean addHighlight
-
itemType
ESearchItemType itemType
-
range
ESearchRange range
-
searchTerm
String searchTerm
-
-
-
Class com.kaltura.client.types.ESearchAbstractEntryItem extends ESearchEntryBaseItem implements Serializable
-
Serialized Fields
-
addHighlight
Boolean addHighlight
-
itemType
ESearchItemType itemType
-
range
ESearchRange range
-
searchTerm
String searchTerm
-
-
-
Class com.kaltura.client.types.ESearchAbstractGroupItem extends ESearchGroupBaseItem implements Serializable
-
Serialized Fields
-
addHighlight
Boolean addHighlight
-
itemType
ESearchItemType itemType
-
range
ESearchRange range
-
searchTerm
String searchTerm
-
-
-
Class com.kaltura.client.types.ESearchAbstractUserItem extends ESearchUserBaseItem implements Serializable
-
Serialized Fields
-
addHighlight
Boolean addHighlight
-
itemType
ESearchItemType itemType
-
range
ESearchRange range
-
searchTerm
String searchTerm
-
-
-
Class com.kaltura.client.types.ESearchAggregation extends ObjectBase implements Serializable
-
Serialized Fields
-
aggregations
List<ESearchAggregationItem> aggregations
-
-
-
Class com.kaltura.client.types.ESearchAggregationBucket extends ObjectBase implements Serializable
-
Class com.kaltura.client.types.ESearchAggregationItem extends ObjectBase implements Serializable
-
Serialized Fields
-
size
Integer size
-
-
-
Class com.kaltura.client.types.ESearchAggregationResponseItem extends ObjectBase implements Serializable
-
Serialized Fields
-
buckets
List<ESearchAggregationBucket> buckets
-
fieldName
String fieldName
-
name
String name
-
-
-
Class com.kaltura.client.types.ESearchBaseFilter extends ObjectBase implements Serializable
-
Class com.kaltura.client.types.ESearchBaseItem extends ObjectBase implements Serializable
-
Class com.kaltura.client.types.ESearchCaptionItem extends ESearchEntryAbstractNestedItem implements Serializable
-
Serialized Fields
-
fieldName
ESearchCaptionFieldName fieldName
-
-
-
Class com.kaltura.client.types.ESearchCaptionItemData extends ESearchItemData implements Serializable
-
Class com.kaltura.client.types.ESearchCategoryAggregationItem extends ESearchAggregationItem implements Serializable
-
Serialized Fields
-
fieldName
ESearchCategoryAggregateByFieldName fieldName
-
-
-
Class com.kaltura.client.types.ESearchCategoryBaseItem extends ESearchBaseItem implements Serializable
-
Class com.kaltura.client.types.ESearchCategoryEntryItem extends ESearchAbstractEntryItem implements Serializable
-
Serialized Fields
-
categoryEntryStatus
CategoryEntryStatus categoryEntryStatus
-
fieldName
ESearchCategoryEntryFieldName fieldName
-
-
-
Class com.kaltura.client.types.ESearchCategoryItem extends ESearchAbstractCategoryItem implements Serializable
-
Serialized Fields
-
fieldName
ESearchCategoryFieldName fieldName
-
-
-
Class com.kaltura.client.types.ESearchCategoryMetadataItem extends ESearchAbstractCategoryItem implements Serializable
-
Class com.kaltura.client.types.ESearchCategoryOperator extends ESearchCategoryBaseItem implements Serializable
-
Serialized Fields
-
operator
ESearchOperatorType operator
-
searchItems
List<ESearchCategoryBaseItem> searchItems
-
-
-
Class com.kaltura.client.types.ESearchCategoryOrderByItem extends ESearchOrderByItem implements Serializable
-
Serialized Fields
-
sortField
ESearchCategoryOrderByFieldName sortField
-
-
-
Class com.kaltura.client.types.ESearchCategoryParams extends ESearchParams implements Serializable
-
Serialized Fields
-
searchOperator
ESearchCategoryOperator searchOperator
-
-
-
Class com.kaltura.client.types.ESearchCategoryResponse extends ESearchResponse implements Serializable
-
Serialized Fields
-
objects
List<ESearchCategoryResult> objects
-
-
-
Class com.kaltura.client.types.ESearchCategoryResult extends ESearchResult implements Serializable
-
Serialized Fields
-
object
Category object
-
-
-
Class com.kaltura.client.types.ESearchCategoryUserItem extends ESearchAbstractCategoryItem implements Serializable
-
Serialized Fields
-
fieldName
ESearchCategoryUserFieldName fieldName
-
permissionLevel
CategoryUserPermissionLevel permissionLevel
-
permissionName
String permissionName
-
-
-
Class com.kaltura.client.types.ESearchCuePointItem extends ESearchEntryAbstractNestedItem implements Serializable
-
Serialized Fields
-
fieldName
ESearchCuePointFieldName fieldName
-
-
-
Class com.kaltura.client.types.ESearchCuePointItemData extends ESearchItemData implements Serializable
-
Serialized Fields
-
answers
List<StringHolder> answers
-
assetId
String assetId
-
cuePointType
String cuePointType
-
endTime
String endTime
-
explanation
String explanation
-
hint
String hint
-
id
String id
-
name
String name
-
question
String question
-
startTime
String startTime
-
subType
String subType
-
tags
List<StringHolder> tags
-
text
String text
-
-
-
Class com.kaltura.client.types.ESearchCuepointsAggregationItem extends ESearchAggregationItem implements Serializable
-
Serialized Fields
-
fieldName
ESearchCuePointAggregateByFieldName fieldName
-
-
-
Class com.kaltura.client.types.ESearchEntryAbstractNestedItem extends ESearchEntryNestedBaseItem implements Serializable
-
Serialized Fields
-
addHighlight
Boolean addHighlight
-
itemType
ESearchItemType itemType
-
range
ESearchRange range
-
searchTerm
String searchTerm
-
-
-
Class com.kaltura.client.types.ESearchEntryAggregationItem extends ESearchAggregationItem implements Serializable
-
Serialized Fields
-
fieldName
ESearchEntryAggregateByFieldName fieldName
-
-
-
Class com.kaltura.client.types.ESearchEntryBaseItem extends ESearchBaseItem implements Serializable
-
Class com.kaltura.client.types.ESearchEntryBaseNestedObject extends ESearchEntryBaseItem implements Serializable
-
Class com.kaltura.client.types.ESearchEntryItem extends ESearchAbstractEntryItem implements Serializable
-
Serialized Fields
-
fieldName
ESearchEntryFieldName fieldName
-
-
-
Class com.kaltura.client.types.ESearchEntryMetadataItem extends ESearchEntryAbstractNestedItem implements Serializable
-
Class com.kaltura.client.types.ESearchEntryNestedBaseItem extends ESearchEntryBaseNestedObject implements Serializable
-
Class com.kaltura.client.types.ESearchEntryOperator extends ESearchEntryBaseItem implements Serializable
-
Serialized Fields
-
operator
ESearchOperatorType operator
-
searchItems
List<ESearchEntryBaseItem> searchItems
-
-
-
Class com.kaltura.client.types.ESearchEntryOrderByItem extends ESearchOrderByItem implements Serializable
-
Serialized Fields
-
sortField
ESearchEntryOrderByFieldName sortField
-
-
-
Class com.kaltura.client.types.ESearchEntryParams extends ESearchParams implements Serializable
-
Serialized Fields
-
aggregations
ESearchAggregation aggregations
-
searchOperator
ESearchEntryOperator searchOperator
-
-
-
Class com.kaltura.client.types.ESearchEntryResponse extends ESearchResponse implements Serializable
-
Serialized Fields
-
aggregations
List<ESearchAggregationResponseItem> aggregations
-
objects
List<ESearchEntryResult> objects
-
-
-
Class com.kaltura.client.types.ESearchEntryResult extends ESearchResult implements Serializable
-
Serialized Fields
-
object
BaseEntry object
-
-
-
Class com.kaltura.client.types.ESearchGroupBaseItem extends ESearchBaseItem implements Serializable
-
Class com.kaltura.client.types.ESearchGroupItem extends ESearchAbstractGroupItem implements Serializable
-
Serialized Fields
-
fieldName
ESearchGroupFieldName fieldName
-
-
-
Class com.kaltura.client.types.ESearchGroupMetadataItem extends ESearchAbstractGroupItem implements Serializable
-
Class com.kaltura.client.types.ESearchGroupOperator extends ESearchGroupBaseItem implements Serializable
-
Serialized Fields
-
operator
ESearchOperatorType operator
-
searchItems
List<ESearchGroupBaseItem> searchItems
-
-
-
Class com.kaltura.client.types.ESearchGroupOrderByItem extends ESearchOrderByItem implements Serializable
-
Serialized Fields
-
sortField
ESearchGroupOrderByFieldName sortField
-
-
-
Class com.kaltura.client.types.ESearchGroupParams extends ESearchParams implements Serializable
-
Serialized Fields
-
searchOperator
ESearchGroupOperator searchOperator
-
-
-
Class com.kaltura.client.types.ESearchGroupResponse extends ESearchResponse implements Serializable
-
Serialized Fields
-
objects
List<ESearchGroupResult> objects
-
-
-
Class com.kaltura.client.types.ESearchGroupResult extends ESearchResult implements Serializable
-
Serialized Fields
-
object
Group object
-
-
-
Class com.kaltura.client.types.ESearchGroupUserItem extends ESearchAbstractUserItem implements Serializable
-
Serialized Fields
-
creationMode
GroupUserCreationMode creationMode
-
fieldName
EsearchGroupUserFieldName fieldName
-
-
-
Class com.kaltura.client.types.ESearchHighlight extends ObjectBase implements Serializable
-
Serialized Fields
-
fieldName
String fieldName
-
hits
List<StringHolder> hits
-
-
-
Class com.kaltura.client.types.ESearchHistory extends ObjectBase implements Serializable
-
Class com.kaltura.client.types.ESearchHistoryFilter extends ESearchBaseFilter implements Serializable
-
Class com.kaltura.client.types.ESearchItemData extends ObjectBase implements Serializable
-
Serialized Fields
-
highlight
List<ESearchHighlight> highlight
-
-
-
Class com.kaltura.client.types.ESearchItemDataResult extends ObjectBase implements Serializable
-
Serialized Fields
-
items
List<ESearchItemData> items
-
itemsType
String itemsType
-
totalCount
Integer totalCount
-
-
-
Class com.kaltura.client.types.ESearchLanguageItem extends ObjectBase implements Serializable
-
Serialized Fields
-
eSerachLanguage
ESearchLanguage eSerachLanguage
-
-
-
Class com.kaltura.client.types.ESearchMetadataAggregationItem extends ESearchAggregationItem implements Serializable
-
Serialized Fields
-
fieldName
ESearchMetadataAggregateByFieldName fieldName
-
-
-
Class com.kaltura.client.types.ESearchMetadataItemData extends ESearchItemData implements Serializable
-
Class com.kaltura.client.types.ESearchMetadataOrderByItem extends ESearchOrderByItem implements Serializable
-
Class com.kaltura.client.types.ESearchNestedOperator extends ESearchEntryNestedBaseItem implements Serializable
-
Serialized Fields
-
operator
ESearchOperatorType operator
-
searchItems
List<ESearchEntryNestedBaseItem> searchItems
-
-
-
Class com.kaltura.client.types.ESearchOrderBy extends ObjectBase implements Serializable
-
Serialized Fields
-
orderItems
List<ESearchOrderByItem> orderItems
-
-
-
Class com.kaltura.client.types.ESearchOrderByItem extends ObjectBase implements Serializable
-
Serialized Fields
-
sortOrder
ESearchSortOrder sortOrder
-
-
-
Class com.kaltura.client.types.ESearchParams extends ObjectBase implements Serializable
-
Serialized Fields
-
objectId
String objectId
-
objectStatuses
String objectStatuses
-
orderBy
ESearchOrderBy orderBy
-
-
-
Class com.kaltura.client.types.ESearchRange extends ObjectBase implements Serializable
-
Class com.kaltura.client.types.ESearchResponse extends ObjectBase implements Serializable
-
Serialized Fields
-
totalCount
Integer totalCount
-
-
-
Class com.kaltura.client.types.ESearchResult extends ObjectBase implements Serializable
-
Serialized Fields
-
highlight
List<ESearchHighlight> highlight
-
itemsData
List<ESearchItemDataResult> itemsData
-
-
-
Class com.kaltura.client.types.ESearchUnifiedItem extends ESearchAbstractEntryItem implements Serializable
-
Class com.kaltura.client.types.ESearchUserBaseItem extends ESearchBaseItem implements Serializable
-
Class com.kaltura.client.types.ESearchUserItem extends ESearchAbstractUserItem implements Serializable
-
Serialized Fields
-
fieldName
ESearchUserFieldName fieldName
-
-
-
Class com.kaltura.client.types.ESearchUserMetadataItem extends ESearchAbstractUserItem implements Serializable
-
Class com.kaltura.client.types.ESearchUserOperator extends ESearchUserBaseItem implements Serializable
-
Serialized Fields
-
operator
ESearchOperatorType operator
-
searchItems
List<ESearchUserBaseItem> searchItems
-
-
-
Class com.kaltura.client.types.ESearchUserOrderByItem extends ESearchOrderByItem implements Serializable
-
Serialized Fields
-
sortField
ESearchUserOrderByFieldName sortField
-
-
-
Class com.kaltura.client.types.ESearchUserParams extends ESearchParams implements Serializable
-
Serialized Fields
-
searchOperator
ESearchUserOperator searchOperator
-
-
-
Class com.kaltura.client.types.ESearchUserResponse extends ESearchResponse implements Serializable
-
Serialized Fields
-
objects
List<ESearchUserResult> objects
-
-
-
Class com.kaltura.client.types.ESearchUserResult extends ESearchResult implements Serializable
-
Serialized Fields
-
object
User object
-
-
-
Class com.kaltura.client.types.EvalBooleanField extends BooleanField implements Serializable
-
Serialized Fields
-
code
String code
PHP code
-
-
-
Class com.kaltura.client.types.EvalStringField extends StringField implements Serializable
-
Serialized Fields
-
code
String code
PHP code
-
-
-
Class com.kaltura.client.types.EventCuePoint extends CuePoint implements Serializable
-
Serialized Fields
-
eventType
EventType eventType
-
-
-
Class com.kaltura.client.types.EventCuePointBaseFilter extends CuePointFilter implements Serializable
-
Class com.kaltura.client.types.EventCuePointFilter extends EventCuePointBaseFilter implements Serializable
-
Class com.kaltura.client.types.EventFieldCondition extends Condition implements Serializable
-
Serialized Fields
-
field
BooleanField field
The field to be evaluated at runtime
-
-
-
Class com.kaltura.client.types.EventNotificationArrayParameter extends EventNotificationParameter implements Serializable
-
Serialized Fields
-
allowedValues
List<StringValue> allowedValues
Used to restrict the values to close list -
values
List<StringHolder> values
-
-
-
Class com.kaltura.client.types.EventNotificationDispatchJobData extends JobData implements Serializable
-
Class com.kaltura.client.types.EventNotificationDispatchScope extends EventNotificationScope implements Serializable
-
Class com.kaltura.client.types.EventNotificationParameter extends ObjectBase implements Serializable
-
Serialized Fields
-
description
String description
-
key
String key
The key in the subject and body to be replaced with the dynamic value -
value
StringValue value
The dynamic value to be placed in the final output
-
-
-
Class com.kaltura.client.types.EventNotificationScope extends Scope implements Serializable
-
Serialized Fields
-
objectId
String objectId
-
scopeObjectType
EventNotificationEventObjectType scopeObjectType
-
-
-
Class com.kaltura.client.types.EventNotificationTemplate extends ObjectBase implements Serializable
-
Serialized Fields
-
automaticDispatchEnabled
Boolean automaticDispatchEnabled
Define that the template could be dispatched automatically by the system -
contentParameters
List<EventNotificationParameter> contentParameters
Define the content dynamic parameters -
createdAt
Long createdAt
-
description
String description
-
eventConditions
List<Condition> eventConditions
Define the conditions that cause this notification to be triggered -
eventObjectType
EventNotificationEventObjectType eventObjectType
Define the object that raied the event that should trigger this notification -
eventType
EventNotificationEventType eventType
Define the event that should trigger this notification -
id
Integer id
-
manualDispatchEnabled
Boolean manualDispatchEnabled
Define that the template could be dispatched manually from the API -
name
String name
-
partnerId
Integer partnerId
-
status
EventNotificationTemplateStatus status
-
systemName
String systemName
-
type
EventNotificationTemplateType type
-
updatedAt
Long updatedAt
-
userParameters
List<EventNotificationParameter> userParameters
Define the content dynamic parameters
-
-
-
Class com.kaltura.client.types.EventNotificationTemplateBaseFilter extends Filter implements Serializable
-
Serialized Fields
-
createdAtGreaterThanOrEqual
Long createdAtGreaterThanOrEqual
-
createdAtLessThanOrEqual
Long createdAtLessThanOrEqual
-
idEqual
Integer idEqual
-
idIn
String idIn
-
partnerIdEqual
Integer partnerIdEqual
-
partnerIdIn
String partnerIdIn
-
statusEqual
EventNotificationTemplateStatus statusEqual
-
statusIn
String statusIn
-
systemNameEqual
String systemNameEqual
-
systemNameIn
String systemNameIn
-
typeEqual
EventNotificationTemplateType typeEqual
-
typeIn
String typeIn
-
updatedAtGreaterThanOrEqual
Long updatedAtGreaterThanOrEqual
-
updatedAtLessThanOrEqual
Long updatedAtLessThanOrEqual
-
-
-
Class com.kaltura.client.types.EventNotificationTemplateFilter extends EventNotificationTemplateBaseFilter implements Serializable
-
Class com.kaltura.client.types.EventObjectChangedCondition extends Condition implements Serializable
-
Serialized Fields
-
modifiedColumns
String modifiedColumns
Comma seperated column names to be tested
-
-
-
Class com.kaltura.client.types.ExecuteMetadataXsltObjectTask extends ObjectTask implements Serializable
-
Serialized Fields
-
metadataObjectType
MetadataObjectType metadataObjectType
Metadata object type to lookup the metadata object -
metadataProfileId
Integer metadataProfileId
Metadata profile id to lookup the metadata object -
xslt
String xslt
The XSLT to execute
-
-
-
Class com.kaltura.client.types.ExportCsvJobData extends JobData implements Serializable
-
Class com.kaltura.client.types.ExportToCsvOptions extends ObjectBase implements Serializable
-
Serialized Fields
-
defaultHeader
Boolean defaultHeader
-
format
String format
The format of the outputted date string. There are also several predefined date constants that may be used instead, so for example DATE_RSS contains the format string 'D, d M Y H:i:s'. https://www.php.net/manual/en/function.date.php -
typeEqual
EntryType typeEqual
Setting this property will cause additional columns to be added to the final report. The columns will be related to the specific object type passed (currently only MEDIA_CLIP is supported). Please note that this property will NOT change the result filter in any way (i.e passing MEDIA_CLIP here will not force the report to return only media items).
-
-
-
Class com.kaltura.client.types.ExtendingItemMrssParameter extends ObjectBase implements Serializable
-
Serialized Fields
-
extensionMode
MrssExtensionMode extensionMode
Mode of extension - append to MRSS or replace the xpath content. -
identifier
ObjectIdentifier identifier
Object identifier -
xpath
String xpath
XPath for the extending item
-
-
-
Class com.kaltura.client.types.ExternalMediaEntry extends MediaEntry implements Serializable
-
Serialized Fields
-
assetParamsIds
String assetParamsIds
Comma separated asset params ids that exists for this external media entry -
externalSourceType
ExternalMediaSourceType externalSourceType
The source type of the external media
-
-
-
Class com.kaltura.client.types.ExternalMediaEntryBaseFilter extends MediaEntryFilter implements Serializable
-
Serialized Fields
-
assetParamsIdsMatchAnd
String assetParamsIdsMatchAnd
-
assetParamsIdsMatchOr
String assetParamsIdsMatchOr
-
externalSourceTypeEqual
ExternalMediaSourceType externalSourceTypeEqual
-
externalSourceTypeIn
String externalSourceTypeIn
-
-
-
Class com.kaltura.client.types.ExternalMediaEntryCompareAttributeCondition extends SearchComparableAttributeCondition implements Serializable
-
Serialized Fields
-
attribute
ExternalMediaEntryCompareAttribute attribute
-
-
-
Class com.kaltura.client.types.ExternalMediaEntryFilter extends ExternalMediaEntryBaseFilter implements Serializable
-
Class com.kaltura.client.types.ExternalMediaEntryMatchAttributeCondition extends SearchMatchAttributeCondition implements Serializable
-
Serialized Fields
-
attribute
ExternalMediaEntryMatchAttribute attribute
-
-
-
Class com.kaltura.client.types.ExtractMediaJobData extends ConvartableJobData implements Serializable
-
Class com.kaltura.client.types.FacebookCaptionDistributionInfo extends ObjectBase implements Serializable
-
Class com.kaltura.client.types.FacebookDistributionJobProviderData extends ConfigurableDistributionJobProviderData implements Serializable
-
Serialized Fields
-
captionsInfo
List<FacebookCaptionDistributionInfo> captionsInfo
-
thumbAssetId
String thumbAssetId
-
videoAssetFilePath
String videoAssetFilePath
-
-
-
Class com.kaltura.client.types.FacebookDistributionProfile extends ConfigurableDistributionProfile implements Serializable
-
Class com.kaltura.client.types.FacebookDistributionProfileBaseFilter extends ConfigurableDistributionProfileFilter implements Serializable
-
Class com.kaltura.client.types.FacebookDistributionProfileFilter extends FacebookDistributionProfileBaseFilter implements Serializable
-
Class com.kaltura.client.types.FacebookDistributionProvider extends DistributionProvider implements Serializable
-
Class com.kaltura.client.types.FacebookDistributionProviderBaseFilter extends DistributionProviderFilter implements Serializable
-
Class com.kaltura.client.types.FacebookDistributionProviderFilter extends FacebookDistributionProviderBaseFilter implements Serializable
-
Class com.kaltura.client.types.FairplayDrmProfile extends DrmProfile implements Serializable
-
Serialized Fields
-
publicCertificate
String publicCertificate
-
-
-
Class com.kaltura.client.types.FairplayEntryContextPluginData extends PluginData implements Serializable
-
Serialized Fields
-
publicCertificate
String publicCertificate
For fairplay (and maybe in the future other drm providers) we need to return a public certificate to encrypt the request from the player to the server.
-
-
-
Class com.kaltura.client.types.FairPlayPlaybackPluginData extends DrmPlaybackPluginData implements Serializable
-
Serialized Fields
-
certificate
String certificate
-
-
-
Class com.kaltura.client.types.FeatureStatus extends ObjectBase implements Serializable
-
Serialized Fields
-
type
FeatureStatusType type
-
value
Integer value
-
-
-
Class com.kaltura.client.types.FeedDropFolder extends DropFolder implements Serializable
-
Serialized Fields
-
feedItemInfo
FeedItemInfo feedItemInfo
-
itemHandlingLimit
Integer itemHandlingLimit
-
-
-
Class com.kaltura.client.types.FeedDropFolderFile extends DropFolderFile implements Serializable
-
Class com.kaltura.client.types.FeedItemInfo extends ObjectBase implements Serializable
-
Serialized Fields
-
contentBitrateAttributeName
String contentBitrateAttributeName
-
itemContentBitrateXPath
String itemContentBitrateXPath
-
itemContentFileSizeXPath
String itemContentFileSizeXPath
-
itemContentUrlXPath
String itemContentUrlXPath
-
itemContentXpath
String itemContentXpath
-
itemHashXPath
String itemHashXPath
-
itemPublishDateXPath
String itemPublishDateXPath
-
itemUniqueIdentifierXPath
String itemUniqueIdentifierXPath
-
itemXPath
String itemXPath
-
-
-
Class com.kaltura.client.types.FieldCompareCondition extends CompareCondition implements Serializable
-
Serialized Fields
-
field
IntegerField field
Field to evaluate
-
-
-
Class com.kaltura.client.types.FieldMatchCondition extends MatchCondition implements Serializable
-
Serialized Fields
-
field
StringField field
Field to evaluate
-
-
-
Class com.kaltura.client.types.FileAsset extends ObjectBase implements Serializable
-
Serialized Fields
-
createdAt
Integer createdAt
-
fileAssetObjectType
FileAssetObjectType fileAssetObjectType
-
fileExt
String fileExt
-
id
Long id
-
name
String name
-
objectId
String objectId
-
partnerId
Integer partnerId
-
status
FileAssetStatus status
-
systemName
String systemName
-
updatedAt
Integer updatedAt
-
version
Integer version
-
-
-
Class com.kaltura.client.types.FileAssetBaseFilter extends RelatedFilter implements Serializable
-
Serialized Fields
-
createdAtGreaterThanOrEqual
Integer createdAtGreaterThanOrEqual
-
createdAtLessThanOrEqual
Integer createdAtLessThanOrEqual
-
fileAssetObjectTypeEqual
FileAssetObjectType fileAssetObjectTypeEqual
-
idEqual
Long idEqual
-
idIn
String idIn
-
objectIdEqual
String objectIdEqual
-
objectIdIn
String objectIdIn
-
partnerIdEqual
Integer partnerIdEqual
-
statusEqual
FileAssetStatus statusEqual
-
statusIn
String statusIn
-
updatedAtGreaterThanOrEqual
Integer updatedAtGreaterThanOrEqual
-
updatedAtLessThanOrEqual
Integer updatedAtLessThanOrEqual
-
-
-
Class com.kaltura.client.types.FileAssetFilter extends FileAssetBaseFilter implements Serializable
-
Class com.kaltura.client.types.FileContainer extends ObjectBase implements Serializable
-
Class com.kaltura.client.types.FileSync extends ObjectBase implements Serializable
-
Serialized Fields
-
createdAt
Long createdAt
-
dc
String dc
-
fileContent
String fileContent
-
fileDiscSize
Double fileDiscSize
-
fileObjectType
FileSyncObjectType fileObjectType
-
filePath
String filePath
-
fileRoot
String fileRoot
-
fileSize
Double fileSize
-
fileType
FileSyncType fileType
-
fileUrl
String fileUrl
-
id
Long id
-
isCurrentDc
Boolean isCurrentDc
-
isDir
Boolean isDir
-
linkCount
Integer linkCount
-
linkedId
Integer linkedId
-
objectId
String objectId
-
objectSubType
Integer objectSubType
-
original
Integer original
-
originalId
Integer originalId
-
partnerId
Integer partnerId
-
readyAt
Integer readyAt
-
srcEncKey
String srcEncKey
-
srcPath
String srcPath
-
status
FileSyncStatus status
-
storageClass
String storageClass
-
syncTime
Integer syncTime
-
updatedAt
Long updatedAt
-
version
String version
-
-
-
Class com.kaltura.client.types.FileSyncBaseFilter extends Filter implements Serializable
-
Serialized Fields
-
createdAtGreaterThanOrEqual
Long createdAtGreaterThanOrEqual
-
createdAtLessThanOrEqual
Long createdAtLessThanOrEqual
-
dcEqual
String dcEqual
-
dcIn
String dcIn
-
fileObjectTypeEqual
FileSyncObjectType fileObjectTypeEqual
-
fileObjectTypeIn
String fileObjectTypeIn
-
fileSizeGreaterThanOrEqual
Double fileSizeGreaterThanOrEqual
-
fileSizeLessThanOrEqual
Double fileSizeLessThanOrEqual
-
fileTypeEqual
FileSyncType fileTypeEqual
-
fileTypeIn
String fileTypeIn
-
linkCountGreaterThanOrEqual
Integer linkCountGreaterThanOrEqual
-
linkCountLessThanOrEqual
Integer linkCountLessThanOrEqual
-
linkedIdEqual
Integer linkedIdEqual
-
objectIdEqual
String objectIdEqual
-
objectIdIn
String objectIdIn
-
objectSubTypeEqual
Integer objectSubTypeEqual
-
objectSubTypeIn
String objectSubTypeIn
-
originalEqual
Integer originalEqual
-
partnerIdEqual
Integer partnerIdEqual
-
readyAtGreaterThanOrEqual
Integer readyAtGreaterThanOrEqual
-
readyAtLessThanOrEqual
Integer readyAtLessThanOrEqual
-
statusEqual
FileSyncStatus statusEqual
-
statusIn
String statusIn
-
syncTimeGreaterThanOrEqual
Integer syncTimeGreaterThanOrEqual
-
syncTimeLessThanOrEqual
Integer syncTimeLessThanOrEqual
-
updatedAtGreaterThanOrEqual
Long updatedAtGreaterThanOrEqual
-
updatedAtLessThanOrEqual
Long updatedAtLessThanOrEqual
-
versionEqual
String versionEqual
-
versionIn
String versionIn
-
-
-
Class com.kaltura.client.types.FileSyncDescriptor extends ObjectBase implements Serializable
-
Class com.kaltura.client.types.FileSyncFilter extends FileSyncBaseFilter implements Serializable
-
Serialized Fields
-
currentDc
Boolean currentDc
-
-
-
Class com.kaltura.client.types.FileSyncResource extends ContentResource implements Serializable
-
Serialized Fields
-
-
Class com.kaltura.client.types.Filter extends ObjectBase implements Serializable
-
Serialized Fields
-
advancedSearch
SearchItem advancedSearch
-
orderBy
String orderBy
-
-
-
Class com.kaltura.client.types.FilterPager extends Pager implements Serializable
-
Class com.kaltura.client.types.FlattenJobData extends JobData implements Serializable
-
Class com.kaltura.client.types.FlavorAsset extends Asset implements Serializable
-
Serialized Fields
-
bitrate
Integer bitrate
The overall bitrate (in KBits) of the Flavor Asset -
containerFormat
String containerFormat
The container format -
flavorParamsId
Integer flavorParamsId
The Flavor Params used to create this Flavor Asset -
frameRate
Double frameRate
The frame rate (in FPS) of the Flavor Asset -
height
Integer height
The height of the Flavor Asset -
isDefault
Boolean isDefault
Is default flavor asset of the entry (This field will be taken into account selectign which audio flavor will be selected as default) -
isOriginal
Boolean isOriginal
True if this Flavor Asset is the original source -
isWeb
Boolean isWeb
True if this Flavor Asset is playable in KDP -
label
String label
The label of the flavor asset -
language
Language language
The language of the flavor asset -
status
FlavorAssetStatus status
The status of the Flavor Asset -
videoCodecId
String videoCodecId
The video codec -
width
Integer width
The width of the Flavor Asset
-
-
-
Class com.kaltura.client.types.FlavorAssetBaseFilter extends AssetFilter implements Serializable
-
Serialized Fields
-
flavorParamsIdEqual
Integer flavorParamsIdEqual
-
flavorParamsIdIn
String flavorParamsIdIn
-
statusEqual
FlavorAssetStatus statusEqual
-
statusIn
String statusIn
-
statusNotIn
String statusNotIn
-
-
-
Class com.kaltura.client.types.FlavorAssetFilter extends FlavorAssetBaseFilter implements Serializable
-
Class com.kaltura.client.types.FlavorAssetUrlOptions extends ObjectBase implements Serializable
-
Class com.kaltura.client.types.FlavorAssetWithParams extends ObjectBase implements Serializable
-
Serialized Fields
-
entryId
String entryId
The entry id -
flavorAsset
FlavorAsset flavorAsset
The Flavor Asset (Can be null when there are params without asset) -
flavorParams
FlavorParams flavorParams
The Flavor Params
-
-
-
Class com.kaltura.client.types.FlavorParams extends AssetParams implements Serializable
-
Serialized Fields
-
anamorphicPixels
Double anamorphicPixels
-
aspectRatioProcessingMode
Integer aspectRatioProcessingMode
-
audioBitrate
Integer audioBitrate
The audio bitrate (in KBits) of the Flavor Params -
audioChannels
Integer audioChannels
The number of audio channels for "downmixing" -
audioCodec
AudioCodec audioCodec
The audio codec of the Flavor Params -
audioSampleRate
Integer audioSampleRate
The audio sample rate of the Flavor Params -
chunkedEncodeMode
Integer chunkedEncodeMode
-
clipDuration
Integer clipDuration
-
clipOffset
Integer clipOffset
-
contentAwareness
Double contentAwareness
-
conversionEngines
String conversionEngines
The list of conversion engines (comma separated) -
conversionEnginesExtraParams
String conversionEnginesExtraParams
The list of conversion engines extra params (separated with "|") -
deinterlice
Integer deinterlice
-
engineVersion
Integer engineVersion
-
forcedKeyFramesMode
Integer forcedKeyFramesMode
-
forceFrameToMultiplication16
Integer forceFrameToMultiplication16
-
format
ContainerFormat format
The container format of the Flavor Params -
frameRate
Double frameRate
The frame rate of the Flavor Params -
gopSize
Integer gopSize
The gop size of the Flavor Params -
height
Integer height
The desired height of the Flavor Params -
isAvoidForcedKeyFrames
Integer isAvoidForcedKeyFrames
-
isAvoidVideoShrinkBitrateToSource
Integer isAvoidVideoShrinkBitrateToSource
-
isAvoidVideoShrinkFramesizeToSource
Integer isAvoidVideoShrinkFramesizeToSource
-
isCropIMX
Integer isCropIMX
-
isEncrypted
Integer isEncrypted
-
isGopInSec
Integer isGopInSec
-
isVideoFrameRateForLowBrAppleHls
Integer isVideoFrameRateForLowBrAppleHls
-
maxFrameRate
Integer maxFrameRate
-
multiStream
String multiStream
-
operators
String operators
-
optimizationPolicy
Integer optimizationPolicy
-
rotate
Integer rotate
-
subtitlesData
String subtitlesData
-
twoPass
Boolean twoPass
-
videoBitrate
Integer videoBitrate
The video bitrate (in KBits) of the Flavor Params -
videoBitrateTolerance
Integer videoBitrateTolerance
-
videoCodec
VideoCodec videoCodec
The video codec of the Flavor Params -
videoConstantBitrate
Integer videoConstantBitrate
-
watermarkData
String watermarkData
-
width
Integer width
The desired width of the Flavor Params
-
-
-
Class com.kaltura.client.types.FlavorParamsBaseFilter extends AssetParamsFilter implements Serializable
-
Serialized Fields
-
formatEqual
ContainerFormat formatEqual
-
-
-
Class com.kaltura.client.types.FlavorParamsFilter extends FlavorParamsBaseFilter implements Serializable
-
Class com.kaltura.client.types.FlavorParamsOutput extends FlavorParams implements Serializable
-
Class com.kaltura.client.types.FlavorParamsOutputBaseFilter extends FlavorParamsFilter implements Serializable
-
Class com.kaltura.client.types.FlavorParamsOutputFilter extends FlavorParamsOutputBaseFilter implements Serializable
-
Class com.kaltura.client.types.FreewheelDistributionAssetPath extends DistributionJobProviderData implements Serializable
-
Serialized Fields
-
path
String path
-
-
-
Class com.kaltura.client.types.FreewheelDistributionJobProviderData extends DistributionJobProviderData implements Serializable
-
Serialized Fields
-
thumbAssetFilePath
String thumbAssetFilePath
Demonstrate passing single path to the job -
videoAssetFilePaths
List<FreewheelDistributionAssetPath> videoAssetFilePaths
Demonstrate passing array of paths to the job
-
-
-
Class com.kaltura.client.types.FreewheelDistributionProfile extends DistributionProfile implements Serializable
-
Class com.kaltura.client.types.FreewheelDistributionProfileBaseFilter extends DistributionProfileFilter implements Serializable
-
Class com.kaltura.client.types.FreewheelDistributionProfileFilter extends FreewheelDistributionProfileBaseFilter implements Serializable
-
Class com.kaltura.client.types.FreewheelDistributionProvider extends DistributionProvider implements Serializable
-
Class com.kaltura.client.types.FreewheelDistributionProviderBaseFilter extends DistributionProviderFilter implements Serializable
-
Class com.kaltura.client.types.FreewheelDistributionProviderFilter extends FreewheelDistributionProviderBaseFilter implements Serializable
-
Class com.kaltura.client.types.FreewheelGenericDistributionJobProviderData extends ConfigurableDistributionJobProviderData implements Serializable
-
Serialized Fields
-
cuePoints
List<CuePoint> cuePoints
-
thumbAssetFilePath
String thumbAssetFilePath
Demonstrate passing single path to the job -
videoAssetFilePaths
List<StringHolder> videoAssetFilePaths
Demonstrate passing array of paths to the job
-
-
-
Class com.kaltura.client.types.FreewheelGenericDistributionProfile extends ConfigurableDistributionProfile implements Serializable
-
Serialized Fields
-
apikey
String apikey
-
categoryId
String categoryId
-
contentOwner
String contentOwner
-
email
String email
-
replaceAirDates
Boolean replaceAirDates
-
replaceGroup
Boolean replaceGroup
-
sftpLogin
String sftpLogin
-
sftpPass
String sftpPass
-
upstreamNetworkId
String upstreamNetworkId
-
upstreamNetworkName
String upstreamNetworkName
-
upstreamVideoId
String upstreamVideoId
-
-
-
Class com.kaltura.client.types.FreewheelGenericDistributionProfileBaseFilter extends ConfigurableDistributionProfileFilter implements Serializable
-
Class com.kaltura.client.types.FreewheelGenericDistributionProfileFilter extends FreewheelGenericDistributionProfileBaseFilter implements Serializable
-
Class com.kaltura.client.types.FreewheelGenericDistributionProvider extends DistributionProvider implements Serializable
-
Class com.kaltura.client.types.FreewheelGenericDistributionProviderBaseFilter extends DistributionProviderFilter implements Serializable
-
Class com.kaltura.client.types.FreewheelGenericDistributionProviderFilter extends FreewheelGenericDistributionProviderBaseFilter implements Serializable
-
Class com.kaltura.client.types.FtpDistributionFile extends ObjectBase implements Serializable
-
Class com.kaltura.client.types.FtpDistributionJobProviderData extends ConfigurableDistributionJobProviderData implements Serializable
-
Serialized Fields
-
filesForDistribution
List<FtpDistributionFile> filesForDistribution
-
-
-
Class com.kaltura.client.types.FtpDistributionProfile extends ConfigurableDistributionProfile implements Serializable
-
Serialized Fields
-
asperaPrivateKey
String asperaPrivateKey
-
asperaPublicKey
String asperaPublicKey
-
assetFilenameXslt
String assetFilenameXslt
-
basePath
String basePath
-
disableMetadata
Boolean disableMetadata
-
flavorAssetFilenameXslt
String flavorAssetFilenameXslt
-
host
String host
-
metadataFilenameXslt
String metadataFilenameXslt
-
metadataXslt
String metadataXslt
-
passphrase
String passphrase
-
password
String password
-
port
Integer port
-
protocol
DistributionProtocol protocol
-
sendMetadataAfterAssets
Boolean sendMetadataAfterAssets
-
sftpPrivateKey
String sftpPrivateKey
-
sftpPublicKey
String sftpPublicKey
-
thumbnailAssetFilenameXslt
String thumbnailAssetFilenameXslt
-
username
String username
-
-
-
Class com.kaltura.client.types.FtpDistributionProfileBaseFilter extends ConfigurableDistributionProfileFilter implements Serializable
-
Class com.kaltura.client.types.FtpDistributionProfileFilter extends FtpDistributionProfileBaseFilter implements Serializable
-
Class com.kaltura.client.types.FtpDistributionProvider extends DistributionProvider implements Serializable
-
Class com.kaltura.client.types.FtpDistributionProviderBaseFilter extends DistributionProviderFilter implements Serializable
-
Class com.kaltura.client.types.FtpDistributionProviderFilter extends FtpDistributionProviderBaseFilter implements Serializable
-
Class com.kaltura.client.types.FtpDropFolder extends RemoteDropFolder implements Serializable
-
Class com.kaltura.client.types.FtpDropFolderBaseFilter extends RemoteDropFolderFilter implements Serializable
-
Class com.kaltura.client.types.FtpDropFolderFilter extends FtpDropFolderBaseFilter implements Serializable
-
Class com.kaltura.client.types.FtpScheduledDistributionProvider extends FtpDistributionProvider implements Serializable
-
Class com.kaltura.client.types.FtpScheduledDistributionProviderBaseFilter extends FtpDistributionProviderFilter implements Serializable
-
Class com.kaltura.client.types.FtpScheduledDistributionProviderFilter extends FtpScheduledDistributionProviderBaseFilter implements Serializable
-
Class com.kaltura.client.types.GenericDataCenterContentResource extends DataCenterContentResource implements Serializable
-
Class com.kaltura.client.types.GenericDistributionJobProviderData extends DistributionJobProviderData implements Serializable
-
Serialized Fields
-
resultParseData
String resultParseData
-
resultParserType
GenericDistributionProviderParser resultParserType
-
xml
String xml
-
-
-
Class com.kaltura.client.types.GenericDistributionProfile extends DistributionProfile implements Serializable
-
Serialized Fields
-
deleteAction
GenericDistributionProfileAction deleteAction
-
fetchReportAction
GenericDistributionProfileAction fetchReportAction
-
genericProviderId
Integer genericProviderId
-
submitAction
GenericDistributionProfileAction submitAction
-
updateAction
GenericDistributionProfileAction updateAction
-
updateRequiredEntryFields
String updateRequiredEntryFields
-
updateRequiredMetadataXPaths
String updateRequiredMetadataXPaths
-
-
-
Class com.kaltura.client.types.GenericDistributionProfileAction extends ObjectBase implements Serializable
-
Class com.kaltura.client.types.GenericDistributionProfileBaseFilter extends DistributionProfileFilter implements Serializable
-
Class com.kaltura.client.types.GenericDistributionProfileFilter extends GenericDistributionProfileBaseFilter implements Serializable
-
Class com.kaltura.client.types.GenericDistributionProvider extends DistributionProvider implements Serializable
-
Serialized Fields
-
createdAt
Long createdAt
Generic distribution provider creation date as Unix timestamp (In seconds) -
editableFields
String editableFields
-
id
Integer id
Auto generated -
isDefault
Boolean isDefault
-
mandatoryFields
String mandatoryFields
-
optionalFlavorParamsIds
String optionalFlavorParamsIds
-
optionalThumbDimensions
List<DistributionThumbDimensions> optionalThumbDimensions
-
partnerId
Integer partnerId
-
requiredFlavorParamsIds
String requiredFlavorParamsIds
-
requiredThumbDimensions
List<DistributionThumbDimensions> requiredThumbDimensions
-
status
GenericDistributionProviderStatus status
-
updatedAt
Long updatedAt
Generic distribution provider last update date as Unix timestamp (In seconds)
-
-
-
Class com.kaltura.client.types.GenericDistributionProviderAction extends ObjectBase implements Serializable
-
Serialized Fields
-
action
DistributionAction action
-
createdAt
Long createdAt
Generic distribution provider action creation date as Unix timestamp (In seconds) -
editableFields
String editableFields
-
genericDistributionProviderId
Integer genericDistributionProviderId
-
id
Integer id
Auto generated -
mandatoryFields
String mandatoryFields
-
mrssTransformer
String mrssTransformer
-
mrssValidator
String mrssValidator
-
protocol
DistributionProtocol protocol
-
remotePassword
String remotePassword
-
remotePath
String remotePath
-
remoteUsername
String remoteUsername
-
resultsParser
GenericDistributionProviderParser resultsParser
-
resultsTransformer
String resultsTransformer
-
serverAddress
String serverAddress
-
status
GenericDistributionProviderStatus status
-
updatedAt
Long updatedAt
Generic distribution provider action last update date as Unix timestamp (In seconds)
-
-
-
Class com.kaltura.client.types.GenericDistributionProviderActionBaseFilter extends Filter implements Serializable
-
Serialized Fields
-
actionEqual
DistributionAction actionEqual
-
actionIn
String actionIn
-
createdAtGreaterThanOrEqual
Long createdAtGreaterThanOrEqual
-
createdAtLessThanOrEqual
Long createdAtLessThanOrEqual
-
genericDistributionProviderIdEqual
Integer genericDistributionProviderIdEqual
-
genericDistributionProviderIdIn
String genericDistributionProviderIdIn
-
idEqual
Integer idEqual
-
idIn
String idIn
-
updatedAtGreaterThanOrEqual
Long updatedAtGreaterThanOrEqual
-
updatedAtLessThanOrEqual
Long updatedAtLessThanOrEqual
-
-
-
Class com.kaltura.client.types.GenericDistributionProviderActionFilter extends GenericDistributionProviderActionBaseFilter implements Serializable
-
Class com.kaltura.client.types.GenericDistributionProviderBaseFilter extends DistributionProviderFilter implements Serializable
-
Serialized Fields
-
createdAtGreaterThanOrEqual
Long createdAtGreaterThanOrEqual
-
createdAtLessThanOrEqual
Long createdAtLessThanOrEqual
-
idEqual
Integer idEqual
-
idIn
String idIn
-
isDefaultEqual
Boolean isDefaultEqual
-
isDefaultIn
String isDefaultIn
-
partnerIdEqual
Integer partnerIdEqual
-
partnerIdIn
String partnerIdIn
-
statusEqual
GenericDistributionProviderStatus statusEqual
-
statusIn
String statusIn
-
updatedAtGreaterThanOrEqual
Long updatedAtGreaterThanOrEqual
-
updatedAtLessThanOrEqual
Long updatedAtLessThanOrEqual
-
-
-
Class com.kaltura.client.types.GenericDistributionProviderFilter extends GenericDistributionProviderBaseFilter implements Serializable
-
Class com.kaltura.client.types.GenericSyndicationFeed extends BaseSyndicationFeed implements Serializable
-
Serialized Fields
-
entryFilter
BaseEntryFilter entryFilter
entry filter -
feedDescription
String feedDescription
feed description -
feedLandingPage
String feedLandingPage
feed landing page (i.e publisher website) -
pageSize
Integer pageSize
page size
-
-
-
Class com.kaltura.client.types.GenericSyndicationFeedBaseFilter extends BaseSyndicationFeedFilter implements Serializable
-
Class com.kaltura.client.types.GenericSyndicationFeedFilter extends GenericSyndicationFeedBaseFilter implements Serializable
-
Class com.kaltura.client.types.GenericXsltSyndicationFeed extends GenericSyndicationFeed implements Serializable
-
Serialized Fields
-
itemXpathsToExtend
List<ExtendingItemMrssParameter> itemXpathsToExtend
-
xslt
String xslt
-
-
-
Class com.kaltura.client.types.GenericXsltSyndicationFeedBaseFilter extends GenericSyndicationFeedFilter implements Serializable
-
Class com.kaltura.client.types.GenericXsltSyndicationFeedFilter extends GenericXsltSyndicationFeedBaseFilter implements Serializable
-
Class com.kaltura.client.types.GeoDistanceCondition extends MatchCondition implements Serializable
-
Serialized Fields
-
geoCoderType
GeoCoderType geoCoderType
The ip geo coder engine to be used
-
-
-
Class com.kaltura.client.types.GeoTimeLiveStats extends EntryLiveStats implements Serializable
-
Serialized Fields
-
city
Coordinate city
-
country
Coordinate country
-
-
-
Class com.kaltura.client.types.GoogleVideoSyndicationFeed extends BaseSyndicationFeed implements Serializable
-
Serialized Fields
-
adultContent
GoogleSyndicationFeedAdultValues adultContent
-
-
-
Class com.kaltura.client.types.GoogleVideoSyndicationFeedBaseFilter extends BaseSyndicationFeedFilter implements Serializable
-
Class com.kaltura.client.types.GoogleVideoSyndicationFeedFilter extends GoogleVideoSyndicationFeedBaseFilter implements Serializable
-
Class com.kaltura.client.types.Group extends BaseUser implements Serializable
-
Serialized Fields
-
membersCount
Integer membersCount
-
processStatus
GroupProcessStatus processStatus
-
-
-
Class com.kaltura.client.types.GroupFilter extends UserFilter implements Serializable
-
Class com.kaltura.client.types.GroupUser extends ObjectBase implements Serializable
-
Serialized Fields
-
createdAt
Long createdAt
Creation date as Unix timestamp (In seconds) -
creationMode
GroupUserCreationMode creationMode
-
groupId
String groupId
-
id
String id
-
partnerId
Integer partnerId
-
status
GroupUserStatus status
-
updatedAt
Long updatedAt
Last update date as Unix timestamp (In seconds) -
userId
String userId
-
userRole
GroupUserRole userRole
-
-
-
Class com.kaltura.client.types.GroupUserBaseFilter extends RelatedFilter implements Serializable
-
Serialized Fields
-
createdAtGreaterThanOrEqual
Long createdAtGreaterThanOrEqual
-
createdAtLessThanOrEqual
Long createdAtLessThanOrEqual
-
groupIdEqual
String groupIdEqual
-
groupIdIn
String groupIdIn
-
statusEqual
GroupUserStatus statusEqual
-
statusIn
String statusIn
-
updatedAtGreaterThanOrEqual
Long updatedAtGreaterThanOrEqual
-
updatedAtLessThanOrEqual
Long updatedAtLessThanOrEqual
-
userIdEqual
String userIdEqual
-
userIdIn
String userIdIn
-
-
-
Class com.kaltura.client.types.GroupUserFilter extends GroupUserBaseFilter implements Serializable
-
Class com.kaltura.client.types.HashCondition extends Condition implements Serializable
-
Class com.kaltura.client.types.HttpHeaderCondition extends RegexCondition implements Serializable
-
Serialized Fields
-
headerName
String headerName
header name
-
-
-
Class com.kaltura.client.types.HttpNotification extends ObjectBase implements Serializable
-
Serialized Fields
-
eventNotificationJobId
Long eventNotificationJobId
ID of the batch job that execute the notification -
eventObjectType
EventNotificationEventObjectType eventObjectType
Object type that triggered the notification -
eventType
EventNotificationEventType eventType
Ecent type that triggered the notification -
object
ObjectBase object
Object that triggered the notification -
templateId
Integer templateId
ID of the template that triggered the notification -
templateName
String templateName
Name of the template that triggered the notification -
templateSystemName
String templateSystemName
System name of the template that triggered the notification
-
-
-
Class com.kaltura.client.types.HttpNotificationData extends ObjectBase implements Serializable
-
Class com.kaltura.client.types.HttpNotificationDataFields extends HttpNotificationData implements Serializable
-
Class com.kaltura.client.types.HttpNotificationDataText extends HttpNotificationData implements Serializable
-
Serialized Fields
-
content
StringValue content
-
-
-
Class com.kaltura.client.types.HttpNotificationDispatchJobData extends EventNotificationDispatchJobData implements Serializable
-
Serialized Fields
-
authenticationMethod
HttpNotificationAuthenticationMethod authenticationMethod
The HTTP authentication method to use. -
connectTimeout
Integer connectTimeout
The number of seconds to wait while trying to connect. Must be larger than zero. -
contentType
String contentType
The type of the data to send. -
customHeaders
List<KeyValue> customHeaders
Adds a e-mail custom header -
data
String data
Data to send. -
method
HttpNotificationMethod method
Request method. -
password
String password
A password to use for the connection. -
signSecret
String signSecret
The secret to sign the notification with -
sslCertificate
String sslCertificate
SSL certificate to verify the peer with. -
sslCertificatePassword
String sslCertificatePassword
The password required to use the certificate. -
sslCertificateType
HttpNotificationCertificateType sslCertificateType
The format of the certificate. -
sslEngine
String sslEngine
The identifier for the crypto engine of the private SSL key specified in ssl key. -
sslEngineDefault
String sslEngineDefault
The identifier for the crypto engine used for asymmetric crypto operations. -
sslKey
String sslKey
Private SSL key. -
sslKeyPassword
String sslKeyPassword
The secret password needed to use the private SSL key specified in ssl key. -
sslKeyType
HttpNotificationSslKeyType sslKeyType
The key type of the private SSL key specified in ssl key - PEM / DER / ENG. -
sslVersion
HttpNotificationSslVersion sslVersion
The SSL version (2 or 3) to use. By default PHP will try to determine this itself, although in some cases this must be set manually. -
timeout
Integer timeout
The maximum number of seconds to allow cURL functions to execute. -
url
String url
Remote server URL -
username
String username
A username to use for the connection.
-
-
-
Class com.kaltura.client.types.HttpNotificationObjectData extends HttpNotificationData implements Serializable
-
Serialized Fields
-
apiObjectType
String apiObjectType
Kaltura API object type -
code
String code
PHP code -
dataStringReplacements
List<KeyValue> dataStringReplacements
An array of pattern-replacement pairs used for data string regex replacements -
format
ResponseType format
Data format -
ignoreNull
Boolean ignoreNull
Ignore null attributes during serialization
-
-
-
Class com.kaltura.client.types.HttpNotificationTemplate extends EventNotificationTemplate implements Serializable
-
Serialized Fields
-
authenticationMethod
HttpNotificationAuthenticationMethod authenticationMethod
The HTTP authentication method to use. -
connectTimeout
Integer connectTimeout
The number of seconds to wait while trying to connect. Must be larger than zero. -
customHeaders
List<KeyValue> customHeaders
Adds a e-mail custom header -
data
HttpNotificationData data
Data to send. -
method
HttpNotificationMethod method
Request method. -
password
String password
A password to use for the connection. -
sslCertificate
String sslCertificate
SSL certificate to verify the peer with. -
sslCertificatePassword
String sslCertificatePassword
The password required to use the certificate. -
sslCertificateType
HttpNotificationCertificateType sslCertificateType
The format of the certificate. -
sslEngine
String sslEngine
The identifier for the crypto engine of the private SSL key specified in ssl key. -
sslEngineDefault
String sslEngineDefault
The identifier for the crypto engine used for asymmetric crypto operations. -
sslKey
String sslKey
Private SSL key. -
sslKeyPassword
String sslKeyPassword
The secret password needed to use the private SSL key specified in ssl key. -
sslKeyType
HttpNotificationSslKeyType sslKeyType
The key type of the private SSL key specified in ssl key - PEM / DER / ENG. -
sslVersion
HttpNotificationSslVersion sslVersion
The SSL version (2 or 3) to use. By default PHP will try to determine this itself, although in some cases this must be set manually. -
timeout
Integer timeout
The maximum number of seconds to allow cURL functions to execute. -
url
String url
Remote server URL -
username
String username
A username to use for the connection.
-
-
-
Class com.kaltura.client.types.HttpNotificationTemplateBaseFilter extends EventNotificationTemplateFilter implements Serializable
-
Class com.kaltura.client.types.HttpNotificationTemplateFilter extends HttpNotificationTemplateBaseFilter implements Serializable
-
Class com.kaltura.client.types.HuluDistributionJobProviderData extends ConfigurableDistributionJobProviderData implements Serializable
-
Class com.kaltura.client.types.HuluDistributionProfile extends ConfigurableDistributionProfile implements Serializable
-
Serialized Fields
-
asperaHost
String asperaHost
-
asperaLogin
String asperaLogin
-
asperaPass
String asperaPass
-
asperaPrivateKey
String asperaPrivateKey
-
asperaPublicKey
String asperaPublicKey
-
disableEpisodeNumberCustomValidation
Boolean disableEpisodeNumberCustomValidation
-
passphrase
String passphrase
-
port
Integer port
-
protocol
DistributionProtocol protocol
-
seasonNumber
String seasonNumber
-
seasonSynopsis
String seasonSynopsis
-
seasonTuneInInformation
String seasonTuneInInformation
-
seriesAdditionalCategories
List<StringHolder> seriesAdditionalCategories
-
seriesChannel
String seriesChannel
-
seriesPrimaryCategory
String seriesPrimaryCategory
-
sftpHost
String sftpHost
-
sftpLogin
String sftpLogin
-
sftpPass
String sftpPass
-
videoMediaType
String videoMediaType
-
-
-
Class com.kaltura.client.types.HuluDistributionProfileBaseFilter extends ConfigurableDistributionProfileFilter implements Serializable
-
Class com.kaltura.client.types.HuluDistributionProfileFilter extends HuluDistributionProfileBaseFilter implements Serializable
-
Class com.kaltura.client.types.HuluDistributionProvider extends DistributionProvider implements Serializable
-
Class com.kaltura.client.types.HuluDistributionProviderBaseFilter extends DistributionProviderFilter implements Serializable
-
Class com.kaltura.client.types.HuluDistributionProviderFilter extends HuluDistributionProviderBaseFilter implements Serializable
-
Class com.kaltura.client.types.IdeticDistributionJobProviderData extends ConfigurableDistributionJobProviderData implements Serializable
-
Class com.kaltura.client.types.IdeticDistributionProfile extends ConfigurableDistributionProfile implements Serializable
-
Class com.kaltura.client.types.IdeticDistributionProfileBaseFilter extends ConfigurableDistributionProfileFilter implements Serializable
-
Class com.kaltura.client.types.IdeticDistributionProfileFilter extends IdeticDistributionProfileBaseFilter implements Serializable
-
Class com.kaltura.client.types.IdeticDistributionProvider extends DistributionProvider implements Serializable
-
Class com.kaltura.client.types.IdeticDistributionProviderBaseFilter extends DistributionProviderFilter implements Serializable
-
Class com.kaltura.client.types.IdeticDistributionProviderFilter extends IdeticDistributionProviderBaseFilter implements Serializable
-
Class com.kaltura.client.types.ImageFlavorParams extends FlavorParams implements Serializable
-
Class com.kaltura.client.types.ImageFlavorParamsBaseFilter extends FlavorParamsFilter implements Serializable
-
Class com.kaltura.client.types.ImageFlavorParamsFilter extends ImageFlavorParamsBaseFilter implements Serializable
-
Class com.kaltura.client.types.ImageFlavorParamsOutput extends FlavorParamsOutput implements Serializable
-
Class com.kaltura.client.types.ImageFlavorParamsOutputBaseFilter extends FlavorParamsOutputFilter implements Serializable
-
Class com.kaltura.client.types.ImageFlavorParamsOutputFilter extends ImageFlavorParamsOutputBaseFilter implements Serializable
-
Class com.kaltura.client.types.ImportJobData extends JobData implements Serializable
-
Class com.kaltura.client.types.ImportMetadataJobData extends JobData implements Serializable
-
Class com.kaltura.client.types.IndexAdvancedFilter extends SearchItem implements Serializable
-
Class com.kaltura.client.types.IndexJobData extends JobData implements Serializable
-
Serialized Fields
-
filter
Filter filter
The filter should return the list of objects that need to be reindexed. -
lastIndexDepth
Integer lastIndexDepth
Indicates the last depth that reindexed, used when the batch crached, to re-run from the last crash point. -
lastIndexId
Integer lastIndexId
Indicates the last id that reindexed, used when the batch crached, to re-run from the last crash point. -
shouldUpdate
Boolean shouldUpdate
Indicates that the object columns and attributes values should be recalculated before reindexed.
-
-
-
Class com.kaltura.client.types.IndexTagsByPrivacyContextJobData extends JobData implements Serializable
-
Class com.kaltura.client.types.IntegerField extends IntegerValue implements Serializable
-
Class com.kaltura.client.types.IntegerValue extends Value implements Serializable
-
Serialized Fields
-
value
Integer value
-
-
-
Class com.kaltura.client.types.IntegrationJobData extends JobData implements Serializable
-
Serialized Fields
-
callbackNotificationUrl
String callbackNotificationUrl
-
providerData
IntegrationJobProviderData providerData
Additional data that relevant for the provider only -
providerType
IntegrationProviderType providerType
-
triggerData
IntegrationJobTriggerData triggerData
Additional data that relevant for the trigger only -
triggerType
IntegrationTriggerType triggerType
-
-
-
Class com.kaltura.client.types.IntegrationJobProviderData extends ObjectBase implements Serializable
-
Class com.kaltura.client.types.IntegrationJobTriggerData extends ObjectBase implements Serializable
-
Class com.kaltura.client.types.IntegrationSetting extends ObjectBase implements Serializable
-
Serialized Fields
-
accountId
String accountId
-
conversionProfileId
Integer conversionProfileId
-
createdAt
String createdAt
-
createUserIfNotExist
Boolean createUserIfNotExist
-
defaultUserId
String defaultUserId
-
deletionPolicy
Boolean deletionPolicy
-
enableMeetingChat
Boolean enableMeetingChat
-
enableMeetingUpload
Boolean enableMeetingUpload
-
handleParticipantsMode
HandleParticipantsMode handleParticipantsMode
-
id
Integer id
-
partnerId
Integer partnerId
-
status
VendorIntegrationStatus status
-
updatedAt
String updatedAt
-
-
-
Class com.kaltura.client.types.IntelligentTaggingVendorTaskData extends VendorTaskData implements Serializable
-
Serialized Fields
-
assetId
String assetId
Optional - The id of the caption asset object
-
-
-
Class com.kaltura.client.types.Interactivity extends BaseInteractivity implements Serializable
-
Class com.kaltura.client.types.InteractivityDataFieldsFilter extends ObjectBase implements Serializable
-
Serialized Fields
-
fields
String fields
A string containing CSV list of fields to include
-
-
-
Class com.kaltura.client.types.InteractivityDataFilter extends ObjectBase implements Serializable
-
Serialized Fields
-
interactionFilter
InteractivityInteractionFilter interactionFilter
-
nodeFilter
InteractivityNodeFilter nodeFilter
-
rootFilter
InteractivityRootFilter rootFilter
-
-
-
Class com.kaltura.client.types.InteractivityInteractionFilter extends InteractivityDataFieldsFilter implements Serializable
-
Class com.kaltura.client.types.InteractivityNodeFilter extends InteractivityDataFieldsFilter implements Serializable
-
Class com.kaltura.client.types.InteractivityRootFilter extends InteractivityDataFieldsFilter implements Serializable
-
Class com.kaltura.client.types.IpAddressCondition extends MatchCondition implements Serializable
-
Class com.kaltura.client.types.IpAddressContextField extends StringField implements Serializable
-
Class com.kaltura.client.types.IpAddressRestriction extends BaseRestriction implements Serializable
-
Serialized Fields
-
ipAddressList
String ipAddressList
Comma separated list of ip address to allow to deny -
ipAddressRestrictionType
IpAddressRestrictionType ipAddressRestrictionType
Ip address restriction type (Allow or deny)
-
-
-
Class com.kaltura.client.types.ITunesSyndicationFeed extends BaseSyndicationFeed implements Serializable
-
Serialized Fields
-
adultContent
ITunesSyndicationFeedAdultValues adultContent
-
category
ITunesSyndicationFeedCategories category
-
enforceFeedAuthor
Boolean enforceFeedAuthor
-
enforceOrder
Boolean enforceOrder
true in case you want to enfore the palylist order on the -
feedAuthor
String feedAuthor
-
feedDescription
String feedDescription
feed description -
feedImageUrl
String feedImageUrl
podcast thumbnail -
feedLandingPage
String feedLandingPage
feed landing page (i.e publisher website) -
language
String language
feed language -
ownerEmail
String ownerEmail
publisher email -
ownerName
String ownerName
author/publisher name
-
-
-
Class com.kaltura.client.types.ITunesSyndicationFeedBaseFilter extends BaseSyndicationFeedFilter implements Serializable
-
Class com.kaltura.client.types.ITunesSyndicationFeedFilter extends ITunesSyndicationFeedBaseFilter implements Serializable
-
Class com.kaltura.client.types.JobData extends ObjectBase implements Serializable
-
Class com.kaltura.client.types.KeyValue extends ObjectBase implements Serializable
-
Class com.kaltura.client.types.KeyValueExtended extends KeyValue implements Serializable
-
Serialized Fields
-
predefinedFormat
Boolean predefinedFormat
-
-
-
Class com.kaltura.client.types.KontikiStorageDeleteJobData extends StorageDeleteJobData implements Serializable
-
Class com.kaltura.client.types.KontikiStorageExportJobData extends StorageExportJobData implements Serializable
-
Class com.kaltura.client.types.KontikiStorageProfile extends StorageProfile implements Serializable
-
Serialized Fields
-
serviceToken
String serviceToken
-
-
-
Class com.kaltura.client.types.KontikiStorageProfileBaseFilter extends StorageProfileFilter implements Serializable
-
Class com.kaltura.client.types.KontikiStorageProfileFilter extends KontikiStorageProfileBaseFilter implements Serializable
-
Class com.kaltura.client.types.Like extends ObjectBase implements Serializable
-
Class com.kaltura.client.types.LikeBaseFilter extends RelatedFilter implements Serializable
-
Class com.kaltura.client.types.LikeFilter extends LikeBaseFilter implements Serializable
-
Class com.kaltura.client.types.LimitFlavorsRestriction extends BaseRestriction implements Serializable
-
Serialized Fields
-
flavorParamsIds
String flavorParamsIds
Comma separated list of flavor params ids to allow to deny -
limitFlavorsRestrictionType
LimitFlavorsRestrictionType limitFlavorsRestrictionType
Limit flavors restriction type (Allow or deny)
-
-
-
Class com.kaltura.client.types.LinkedScheduleEvent extends ObjectBase implements Serializable
-
Class com.kaltura.client.types.ListResponse extends ObjectBase implements Serializable
-
Class com.kaltura.client.types.LiveAsset extends FlavorAsset implements Serializable
-
Class com.kaltura.client.types.LiveAssetBaseFilter extends FlavorAssetFilter implements Serializable
-
Class com.kaltura.client.types.LiveAssetFilter extends LiveAssetBaseFilter implements Serializable
-
Class com.kaltura.client.types.LiveCaptionFeature extends LiveFeature implements Serializable
-
Class com.kaltura.client.types.LiveChannel extends LiveEntry implements Serializable
-
Class com.kaltura.client.types.LiveChannelBaseFilter extends LiveEntryFilter implements Serializable
-
Class com.kaltura.client.types.LiveChannelCompareAttributeCondition extends SearchComparableAttributeCondition implements Serializable
-
Serialized Fields
-
attribute
LiveChannelCompareAttribute attribute
-
-
-
Class com.kaltura.client.types.LiveChannelFilter extends LiveChannelBaseFilter implements Serializable
-
Class com.kaltura.client.types.LiveChannelMatchAttributeCondition extends SearchMatchAttributeCondition implements Serializable
-
Serialized Fields
-
attribute
LiveChannelMatchAttribute attribute
-
-
-
Class com.kaltura.client.types.LiveChannelSegment extends ObjectBase implements Serializable
-
Serialized Fields
-
channelId
String channelId
Live channel id -
createdAt
Long createdAt
Segment creation date as Unix timestamp (In seconds) -
description
String description
Segment description -
duration
Double duration
Segment play duration time, in mili-seconds -
entryId
String entryId
Entry id to be played -
id
Long id
Unique identifier -
name
String name
Segment name -
partnerId
Integer partnerId
-
startTime
Double startTime
Segment play start time, in mili-seconds, according to trigger type -
status
LiveChannelSegmentStatus status
-
tags
String tags
Segment tags -
triggerSegmentId
Long triggerSegmentId
Live channel segment that the trigger relates to -
triggerType
LiveChannelSegmentTriggerType triggerType
Segment start time trigger type -
type
LiveChannelSegmentType type
Segment could be associated with the main stream, as additional stream or as overlay -
updatedAt
Long updatedAt
Segment update date as Unix timestamp (In seconds)
-
-
-
Class com.kaltura.client.types.LiveChannelSegmentBaseFilter extends RelatedFilter implements Serializable
-
Serialized Fields
-
channelIdEqual
String channelIdEqual
-
channelIdIn
String channelIdIn
-
createdAtGreaterThanOrEqual
Integer createdAtGreaterThanOrEqual
-
createdAtLessThanOrEqual
Integer createdAtLessThanOrEqual
-
startTimeGreaterThanOrEqual
Double startTimeGreaterThanOrEqual
-
startTimeLessThanOrEqual
Double startTimeLessThanOrEqual
-
statusEqual
LiveChannelSegmentStatus statusEqual
-
statusIn
String statusIn
-
updatedAtGreaterThanOrEqual
Integer updatedAtGreaterThanOrEqual
-
updatedAtLessThanOrEqual
Integer updatedAtLessThanOrEqual
-
-
-
Class com.kaltura.client.types.LiveChannelSegmentFilter extends LiveChannelSegmentBaseFilter implements Serializable
-
Class com.kaltura.client.types.LiveClusterMediaServerNode extends MediaServerNode implements Serializable
-
Class com.kaltura.client.types.LiveClusterMediaServerNodeBaseFilter extends MediaServerNodeFilter implements Serializable
-
Class com.kaltura.client.types.LiveClusterMediaServerNodeFilter extends LiveClusterMediaServerNodeBaseFilter implements Serializable
-
Class com.kaltura.client.types.LiveEntry extends MediaEntry implements Serializable
-
Serialized Fields
-
broadcastTime
Integer broadcastTime
The time when the entry was first live with view_all -
currentBroadcastStartTime
Double currentBroadcastStartTime
The time (unix timestamp in milliseconds) in which the entry broadcast started or 0 when the entry is off the air -
dvrStatus
DVRStatus dvrStatus
DVR Status Enabled/Disabled -
dvrWindow
Integer dvrWindow
Window of time which the DVR allows for backwards scrubbing (in minutes) -
explicitLive
Boolean explicitLive
-
firstBroadcast
Integer firstBroadcast
The first time in which the entry was broadcast -
lastBroadcast
Integer lastBroadcast
The Last time in which the entry was broadcast -
lastBroadcastEndTime
Integer lastBroadcastEndTime
The time the last broadcast finished. -
lastElapsedRecordingTime
Integer lastElapsedRecordingTime
Elapsed recording time (in msec) up to the point where the live stream was last stopped (unpublished). -
liveStatus
EntryServerNodeStatus liveStatus
the status of the entry of type EntryServerNodeStatus -
liveStreamConfigurations
List<LiveStreamConfiguration> liveStreamConfigurations
Array of key value protocol->live stream url objects -
offlineMessage
String offlineMessage
The message to be presented when the stream is offline -
publishConfigurations
List<LiveStreamPushPublishConfiguration> publishConfigurations
Array of publish configurations -
pushPublishEnabled
LivePublishStatus pushPublishEnabled
Flag denoting whether entry should be published by the media server -
recordedEntryId
String recordedEntryId
Recorded entry id -
recordingOptions
LiveEntryRecordingOptions recordingOptions
-
recordingStatus
RecordingStatus recordingStatus
-
recordStatus
RecordStatus recordStatus
Recording Status Enabled/Disabled -
segmentDuration
Integer segmentDuration
The chunk duration value in milliseconds -
viewMode
ViewMode viewMode
-
-
-
Class com.kaltura.client.types.LiveEntryArchiveJobData extends JobData implements Serializable
-
Class com.kaltura.client.types.LiveEntryBaseFilter extends MediaEntryFilter implements Serializable
-
Class com.kaltura.client.types.LiveEntryCompareAttributeCondition extends SearchComparableAttributeCondition implements Serializable
-
Serialized Fields
-
attribute
LiveEntryCompareAttribute attribute
-
-
-
Class com.kaltura.client.types.LiveEntryFilter extends LiveEntryBaseFilter implements Serializable
-
Class com.kaltura.client.types.LiveEntryMatchAttributeCondition extends SearchMatchAttributeCondition implements Serializable
-
Serialized Fields
-
attribute
LiveEntryMatchAttribute attribute
-
-
-
Class com.kaltura.client.types.LiveEntryRecordingOptions extends ObjectBase implements Serializable
-
Serialized Fields
-
archiveVodSuffixTimezone
String archiveVodSuffixTimezone
-
nonDeletedCuePointsTags
String nonDeletedCuePointsTags
-
shouldAutoArchive
Boolean shouldAutoArchive
-
shouldCopyEntitlement
Boolean shouldCopyEntitlement
-
shouldCopyScheduling
Boolean shouldCopyScheduling
-
shouldCopyThumbnail
Boolean shouldCopyThumbnail
-
shouldMakeHidden
Boolean shouldMakeHidden
-
-
-
Class com.kaltura.client.types.LiveEntryScheduleResource extends ScheduleResource implements Serializable
-
Serialized Fields
-
entryId
String entryId
-
-
-
Class com.kaltura.client.types.LiveEntryScheduleResourceBaseFilter extends ScheduleResourceFilter implements Serializable
-
Class com.kaltura.client.types.LiveEntryScheduleResourceFilter extends LiveEntryScheduleResourceBaseFilter implements Serializable
-
Class com.kaltura.client.types.LiveEntryServerNode extends EntryServerNode implements Serializable
-
Serialized Fields
-
featuresUpdatedAt
Long featuresUpdatedAt
-
isPlayableUser
Boolean isPlayableUser
-
recordingInfo
List<LiveEntryServerNodeRecordingInfo> recordingInfo
-
streams
List<LiveStreamParams> streams
parameters of the stream we got -
viewMode
ViewMode viewMode
-
-
-
Class com.kaltura.client.types.LiveEntryServerNodeBaseFilter extends EntryServerNodeFilter implements Serializable
-
Class com.kaltura.client.types.LiveEntryServerNodeFilter extends LiveEntryServerNodeBaseFilter implements Serializable
-
Class com.kaltura.client.types.LiveEntryServerNodeRecordingInfo extends ObjectBase implements Serializable
-
Serialized Fields
-
duration
Integer duration
-
recordedEntryId
String recordedEntryId
-
recordingStatus
EntryServerNodeRecordingStatus recordingStatus
-
-
-
Class com.kaltura.client.types.LiveFeature extends ObjectBase implements Serializable
-
Class com.kaltura.client.types.LiveParams extends FlavorParams implements Serializable
-
Serialized Fields
-
streamSuffix
String streamSuffix
Suffix to be added to the stream name after the entry id {entry_id}_{stream_suffix}, e.g. for entry id 0_kjdu5jr6 and suffix 1, the stream name will be 0_kjdu5jr6_1
-
-
-
Class com.kaltura.client.types.LiveParamsBaseFilter extends FlavorParamsFilter implements Serializable
-
Class com.kaltura.client.types.LiveParamsFilter extends LiveParamsBaseFilter implements Serializable
-
Class com.kaltura.client.types.LiveRedirectScheduleEvent extends BaseLiveScheduleEvent implements Serializable
-
Serialized Fields
-
redirectEntryId
String redirectEntryId
The vod entry to redirect
-
-
-
Class com.kaltura.client.types.LiveRedirectScheduleEventFilter extends EntryScheduleEventFilter implements Serializable
-
Class com.kaltura.client.types.LiveReportExportJobData extends JobData implements Serializable
-
Class com.kaltura.client.types.LiveReportExportParams extends ObjectBase implements Serializable
-
Class com.kaltura.client.types.LiveReportExportResponse extends ObjectBase implements Serializable
-
Class com.kaltura.client.types.LiveReportInputFilter extends ObjectBase implements Serializable
-
Serialized Fields
-
entryIds
String entryIds
-
fromTime
Long fromTime
-
live
Boolean live
-
orderBy
LiveReportOrderBy orderBy
-
toTime
Long toTime
-
-
-
Class com.kaltura.client.types.LiveRestreamFeature extends LiveFeature implements Serializable
-
Class com.kaltura.client.types.LiveStats extends ObjectBase implements Serializable
-
Class com.kaltura.client.types.LiveStatsEvent extends ObjectBase implements Serializable
-
Serialized Fields
-
bitrate
Integer bitrate
bitrate used in the last 10 seconds -
bufferTime
Integer bufferTime
buffer time in seconds from the last 10 seconds -
deliveryType
PlaybackProtocol deliveryType
delivery type used for this stream -
entryId
String entryId
-
eventIndex
Integer eventIndex
incremental sequence of the event -
eventType
LiveStatsEventType eventType
an integer representing the type of event being sent from the player -
isLive
Boolean isLive
-
partnerId
Integer partnerId
-
referrer
String referrer
the referrer of the client -
sessionId
String sessionId
a unique string generated by the client that will represent the client-side session: the primary component will pass it on to other components that sprout from it -
startTime
String startTime
the event start time as string
-
-
-
Class com.kaltura.client.types.LiveStreamAdminEntry extends LiveStreamEntry implements Serializable
-
Class com.kaltura.client.types.LiveStreamAdminEntryBaseFilter extends LiveStreamEntryFilter implements Serializable
-
Class com.kaltura.client.types.LiveStreamAdminEntryCompareAttributeCondition extends SearchComparableAttributeCondition implements Serializable
-
Serialized Fields
-
attribute
LiveStreamAdminEntryCompareAttribute attribute
-
-
-
Class com.kaltura.client.types.LiveStreamAdminEntryFilter extends LiveStreamAdminEntryBaseFilter implements Serializable
-
Class com.kaltura.client.types.LiveStreamAdminEntryMatchAttributeCondition extends SearchMatchAttributeCondition implements Serializable
-
Serialized Fields
-
attribute
LiveStreamAdminEntryMatchAttribute attribute
-
-
-
Class com.kaltura.client.types.LiveStreamBitrate extends ObjectBase implements Serializable
-
Class com.kaltura.client.types.LiveStreamConfiguration extends ObjectBase implements Serializable
-
Serialized Fields
-
backupUrl
String backupUrl
-
protocol
PlaybackProtocol protocol
-
publishUrl
String publishUrl
-
streamName
String streamName
-
url
String url
-
-
-
Class com.kaltura.client.types.LiveStreamDetails extends ObjectBase implements Serializable
-
Serialized Fields
-
broadcastStatus
LiveStreamBroadcastStatus broadcastStatus
-
primaryStreamStatus
EntryServerNodeStatus primaryStreamStatus
The status of the primary stream -
secondaryStreamStatus
EntryServerNodeStatus secondaryStreamStatus
The status of the secondary stream -
viewMode
ViewMode viewMode
-
wasBroadcast
Boolean wasBroadcast
-
-
-
Class com.kaltura.client.types.LiveStreamEntry extends LiveEntry implements Serializable
-
Serialized Fields
-
bitrates
List<LiveStreamBitrate> bitrates
Array of supported bitrates -
encodingIP1
String encodingIP1
The broadcast primary ip -
encodingIP2
String encodingIP2
The broadcast secondary ip -
hlsStreamUrl
String hlsStreamUrl
HLS URL - URL for live stream playback on mobile device -
primaryBroadcastingUrl
String primaryBroadcastingUrl
-
primaryRtspBroadcastingUrl
String primaryRtspBroadcastingUrl
-
primarySecuredBroadcastingUrl
String primarySecuredBroadcastingUrl
-
primaryServerNodeId
Integer primaryServerNodeId
The Streams primary server node id -
primarySrtBroadcastingUrl
String primarySrtBroadcastingUrl
-
primarySrtStreamId
String primarySrtStreamId
-
secondaryBroadcastingUrl
String secondaryBroadcastingUrl
-
secondaryRtspBroadcastingUrl
String secondaryRtspBroadcastingUrl
-
secondarySecuredBroadcastingUrl
String secondarySecuredBroadcastingUrl
-
secondarySrtBroadcastingUrl
String secondarySrtBroadcastingUrl
-
secondarySrtStreamId
String secondarySrtStreamId
-
sipSourceType
SipSourceType sipSourceType
-
sipToken
String sipToken
-
srtPass
String srtPass
-
streamName
String streamName
-
streamPassword
String streamPassword
The broadcast password -
streamRemoteBackupId
String streamRemoteBackupId
The backup stream id as provided by the provider -
streamRemoteId
String streamRemoteId
The stream id as provided by the provider -
streamUrl
String streamUrl
The stream url -
streamUsername
String streamUsername
The broadcast username -
urlManager
String urlManager
URL Manager to handle the live stream URL (for instance, add token)
-
-
-
Class com.kaltura.client.types.LiveStreamEntryBaseFilter extends LiveEntryFilter implements Serializable
-
Class com.kaltura.client.types.LiveStreamEntryCompareAttributeCondition extends SearchComparableAttributeCondition implements Serializable
-
Serialized Fields
-
attribute
LiveStreamEntryCompareAttribute attribute
-
-
-
Class com.kaltura.client.types.LiveStreamEntryFilter extends LiveStreamEntryBaseFilter implements Serializable
-
Class com.kaltura.client.types.LiveStreamEntryMatchAttributeCondition extends SearchMatchAttributeCondition implements Serializable
-
Serialized Fields
-
attribute
LiveStreamEntryMatchAttribute attribute
-
-
-
Class com.kaltura.client.types.LiveStreamParams extends ObjectBase implements Serializable
-
Serialized Fields
-
bitrate
Integer bitrate
Bit rate of the stream. (i.e. 900) -
codec
String codec
Live stream's codec -
flavorId
String flavorId
flavor asset id -
frameRate
Integer frameRate
Live stream's farme rate -
height
Integer height
Stream's height -
keyFrameInterval
Double keyFrameInterval
Live stream's key frame interval -
language
String language
Live stream's language -
width
Integer width
Stream's width
-
-
-
Class com.kaltura.client.types.LiveStreamPushPublishConfiguration extends ObjectBase implements Serializable
-
Class com.kaltura.client.types.LiveStreamPushPublishRTMPConfiguration extends LiveStreamPushPublishConfiguration implements Serializable
-
Class com.kaltura.client.types.LiveStreamScheduleEvent extends BaseLiveScheduleEvent implements Serializable
-
Serialized Fields
-
isContentInterruptible
Boolean isContentInterruptible
Detect whether "real" live can interrupt to the "main" content -
liveFeatures
List<LiveFeature> liveFeatures
list of live features that apply to the event -
postEndEntryId
String postEndEntryId
The entry id of the post end entry -
postEndTime
Integer postEndTime
The time relative time before the endTime considered as postEnd time -
preStartEntryId
String preStartEntryId
The entry id of the pre start entry -
preStartTime
Integer preStartTime
The time relative time before the startTime considered as preStart time -
projectedAudience
Integer projectedAudience
Defines the expected audience. -
sourceEntryId
String sourceEntryId
The entry ID of the source entry (for simulive)
-
-
-
Class com.kaltura.client.types.LiveStreamScheduleEventBaseFilter extends EntryScheduleEventFilter implements Serializable
-
Class com.kaltura.client.types.LiveStreamScheduleEventFilter extends LiveStreamScheduleEventBaseFilter implements Serializable
-
Class com.kaltura.client.types.LiveToVodJobData extends JobData implements Serializable
-
Serialized Fields
-
amfArray
String amfArray
amf Array File Path -
lastCuePointSyncTime
Long lastCuePointSyncTime
last live to vod sync time -
lastSegmentDrift
Integer lastSegmentDrift
last segment drift -
lastSegmentDuration
Double lastSegmentDuration
last Segment Duration -
liveEntryId
String liveEntryId
live Entry Id -
totalVodDuration
Double totalVodDuration
total VOD Duration -
vodEntryId
String vodEntryId
$vod Entry Id
-
-
-
Class com.kaltura.client.types.LocationScheduleResource extends ScheduleResource implements Serializable
-
Class com.kaltura.client.types.LocationScheduleResourceBaseFilter extends ScheduleResourceFilter implements Serializable
-
Class com.kaltura.client.types.LocationScheduleResourceFilter extends LocationScheduleResourceBaseFilter implements Serializable
-
Class com.kaltura.client.types.MailJobData extends JobData implements Serializable
-
Serialized Fields
-
bodyParams
String bodyParams
-
campaignId
Integer campaignId
-
dynamicEmailContents
DynamicEmailContents dynamicEmailContents
-
fromEmail
String fromEmail
-
fromName
String fromName
-
isHtml
Boolean isHtml
-
language
LanguageCode language
-
mailPriority
Integer mailPriority
-
mailType
MailType mailType
-
minSendDate
Integer minSendDate
-
recipientEmail
String recipientEmail
-
recipientId
Integer recipientId
kuserId -
recipientName
String recipientName
-
separator
String separator
-
status
MailJobStatus status
-
subjectParams
String subjectParams
-
templatePath
String templatePath
-
-
-
Class com.kaltura.client.types.MailNotificationObjectTask extends ObjectTask implements Serializable
-
Serialized Fields
-
footer
String footer
The footer of the message to send in the notification mail -
link
String link
The basic link for the KMC site -
mailTo
String mailTo
The mail to send the notification to -
message
String message
The message to send in the notification mail -
sender
String sender
The sender in the mail -
sendToUsers
Boolean sendToUsers
Send the mail to each user -
subject
String subject
The subject of the entry
-
-
-
Class com.kaltura.client.types.MappedObjectsCsvJobData extends ExportCsvJobData implements Serializable
-
Serialized Fields
-
additionalFields
List<CsvAdditionalFieldInfo> additionalFields
The xpath to look in the metadataProfileId and the wanted csv field name -
mappedFields
List<KeyValue> mappedFields
Array of header names and their mapped user fields -
metadataProfileId
Integer metadataProfileId
The metadata profile we should look the xpath in -
options
ExportToCsvOptions options
-
-
-
Class com.kaltura.client.types.MatchCondition extends Condition implements Serializable
-
Serialized Fields
-
matchType
MatchConditionType matchType
-
values
List<StringValue> values
-
-
-
Class com.kaltura.client.types.MatchMetadataCondition extends MatchCondition implements Serializable
-
Serialized Fields
-
profileId
Integer profileId
Metadata profile id -
profileSystemName
String profileSystemName
Metadata profile system name -
xPath
String xPath
May contain the full xpath to the field in three formats 1. Slashed xPath, e.g. /metadata/myElementName 2. Using local-name function, e.g. /[local-name()='metadata']/[local-name()='myElementName'] 3. Using only the field name, e.g. myElementName, it will be searched as //myElementName
-
-
-
Class com.kaltura.client.types.MediaEntry extends PlayableEntry implements Serializable
-
Serialized Fields
-
conversionQuality
String conversionQuality
Override the default conversion quality -
creditUrl
String creditUrl
The URL for credits -
creditUserName
String creditUserName
The user name used for credits -
dataUrl
String dataUrl
The URL used for playback. This is not the download URL. -
flavorParamsIds
String flavorParamsIds
Comma separated flavor params ids that exists for this media entry -
isTrimDisabled
Boolean isTrimDisabled
True if trim action is disabled for this entry -
mediaDate
Long mediaDate
The media date extracted from EXIF data (For images) as Unix timestamp (In seconds) -
mediaType
MediaType mediaType
The media type of the entry -
searchProviderId
String searchProviderId
The ID of the media in the importing site -
searchProviderType
SearchProviderType searchProviderType
The search provider type used to import this entry -
sourceType
SourceType sourceType
The source type of the entry -
sourceVersion
String sourceVersion
The source version of the entry -
streams
List<StreamContainer> streams
Array of streams that exists on the entry
-
-
-
Class com.kaltura.client.types.MediaEntryBaseFilter extends PlayableEntryFilter implements Serializable
-
Serialized Fields
-
flavorParamsIdsMatchAnd
String flavorParamsIdsMatchAnd
-
flavorParamsIdsMatchOr
String flavorParamsIdsMatchOr
-
mediaDateGreaterThanOrEqual
Long mediaDateGreaterThanOrEqual
-
mediaDateLessThanOrEqual
Long mediaDateLessThanOrEqual
-
mediaTypeEqual
MediaType mediaTypeEqual
-
mediaTypeIn
String mediaTypeIn
-
sourceTypeEqual
SourceType sourceTypeEqual
-
sourceTypeIn
String sourceTypeIn
-
sourceTypeNotEqual
SourceType sourceTypeNotEqual
-
sourceTypeNotIn
String sourceTypeNotIn
-
-
-
Class com.kaltura.client.types.MediaEntryCompareAttributeCondition extends SearchComparableAttributeCondition implements Serializable
-
Serialized Fields
-
attribute
MediaEntryCompareAttribute attribute
-
-
-
Class com.kaltura.client.types.MediaEntryFilter extends MediaEntryBaseFilter implements Serializable
-
Class com.kaltura.client.types.MediaEntryFilterForPlaylist extends MediaEntryFilter implements Serializable
-
Class com.kaltura.client.types.MediaEntryMatchAttributeCondition extends SearchMatchAttributeCondition implements Serializable
-
Serialized Fields
-
attribute
MediaEntryMatchAttribute attribute
-
-
-
Class com.kaltura.client.types.MediaEsearchExportToCsvJobData extends ExportCsvJobData implements Serializable
-
Serialized Fields
-
options
List<ExportToCsvOptions> options
options -
searchParams
ESearchEntryParams searchParams
Esearch parameters for the entry search
-
-
-
Class com.kaltura.client.types.MediaFlavorParams extends FlavorParams implements Serializable
-
Class com.kaltura.client.types.MediaFlavorParamsBaseFilter extends FlavorParamsFilter implements Serializable
-
Class com.kaltura.client.types.MediaFlavorParamsFilter extends MediaFlavorParamsBaseFilter implements Serializable
-
Class com.kaltura.client.types.MediaFlavorParamsOutput extends FlavorParamsOutput implements Serializable
-
Class com.kaltura.client.types.MediaFlavorParamsOutputBaseFilter extends FlavorParamsOutputFilter implements Serializable
-
Class com.kaltura.client.types.MediaFlavorParamsOutputFilter extends MediaFlavorParamsOutputBaseFilter implements Serializable
-
Class com.kaltura.client.types.MediaInfo extends ObjectBase implements Serializable
-
Serialized Fields
-
audioBitRate
Integer audioBitRate
The audio bit rate -
audioBitRateMode
BitRateMode audioBitRateMode
The audio bit rate mode -
audioChannels
Integer audioChannels
The number of audio channels -
audioCodecId
String audioCodecId
The audio codec id -
audioDuration
Integer audioDuration
The audio duration -
audioFormat
String audioFormat
The audio format -
audioResolution
Integer audioResolution
The audio resolution -
audioSamplingRate
Integer audioSamplingRate
The audio sampling rate -
bitsDepth
Integer bitsDepth
-
chromaSubsampling
String chromaSubsampling
-
colorPrimaries
String colorPrimaries
-
colorSpace
String colorSpace
-
colorTransfer
String colorTransfer
-
complexityValue
Integer complexityValue
-
containerBitRate
Integer containerBitRate
The container bit rate -
containerDuration
Integer containerDuration
The container duration -
containerFormat
String containerFormat
The container format -
containerId
String containerId
The container id -
containerProfile
String containerProfile
The container profile -
contentStreams
String contentStreams
-
fileSize
Integer fileSize
The file size -
flavorAssetId
String flavorAssetId
The id of the related flavor asset -
id
Integer id
The id of the media info -
isFastStart
Integer isFastStart
-
matrixCoefficients
String matrixCoefficients
-
maxGOP
Double maxGOP
-
multiStream
String multiStream
-
multiStreamInfo
String multiStreamInfo
-
pixelFormat
String pixelFormat
-
rawData
String rawData
The data as returned by the mediainfo command line -
scanType
Integer scanType
-
videoBitRate
Integer videoBitRate
The video bit rate -
videoBitRateMode
BitRateMode videoBitRateMode
The video bit rate mode -
videoCodecId
String videoCodecId
The video codec id -
videoDar
Double videoDar
The video display aspect ratio (dar) -
videoDuration
Integer videoDuration
The video duration -
videoFormat
String videoFormat
The video format -
videoFrameRate
Double videoFrameRate
The video frame rate -
videoHeight
Integer videoHeight
The video height -
videoRotation
Integer videoRotation
-
videoWidth
Integer videoWidth
The video width -
writingLib
String writingLib
The writing library
-
-
-
Class com.kaltura.client.types.MediaInfoBaseFilter extends Filter implements Serializable
-
Serialized Fields
-
flavorAssetIdEqual
String flavorAssetIdEqual
-
-
-
Class com.kaltura.client.types.MediaInfoFilter extends MediaInfoBaseFilter implements Serializable
-
Class com.kaltura.client.types.MediaServerNode extends DeliveryServerNode implements Serializable
-
Serialized Fields
-
applicationName
String applicationName
Media server application name -
mediaServerPlaybackDomainConfig
List<KeyValue> mediaServerPlaybackDomainConfig
Media server playback Domain configuration by protocol and format -
mediaServerPortConfig
List<KeyValue> mediaServerPortConfig
Media server playback port configuration by protocol and format
-
-
-
Class com.kaltura.client.types.MediaServerNodeBaseFilter extends DeliveryServerNodeFilter implements Serializable
-
Class com.kaltura.client.types.MediaServerNodeFilter extends MediaServerNodeBaseFilter implements Serializable
-
Class com.kaltura.client.types.MeetingScheduleEvent extends EntryScheduleEvent implements Serializable
-
Serialized Fields
-
preStartTime
Integer preStartTime
The time relative time before the startTime considered as preStart time
-
-
-
Class com.kaltura.client.types.MeetingScheduleEventBaseFilter extends EntryScheduleEventFilter implements Serializable
-
Class com.kaltura.client.types.MeetingScheduleEventFilter extends MeetingScheduleEventBaseFilter implements Serializable
-
Class com.kaltura.client.types.Metadata extends ObjectBase implements Serializable
-
Serialized Fields
-
createdAt
Long createdAt
-
id
Integer id
-
metadataObjectType
MetadataObjectType metadataObjectType
-
metadataProfileId
Integer metadataProfileId
-
metadataProfileVersion
Integer metadataProfileVersion
-
objectId
String objectId
-
partnerId
Integer partnerId
-
status
MetadataStatus status
-
updatedAt
Long updatedAt
-
version
Integer version
-
xml
String xml
-
-
-
Class com.kaltura.client.types.MetadataBaseFilter extends RelatedFilter implements Serializable
-
Serialized Fields
-
createdAtGreaterThanOrEqual
Long createdAtGreaterThanOrEqual
-
createdAtLessThanOrEqual
Long createdAtLessThanOrEqual
-
metadataObjectTypeEqual
MetadataObjectType metadataObjectTypeEqual
When null, default is KalturaMetadataObjectType::ENTRY -
metadataProfileIdEqual
Integer metadataProfileIdEqual
-
metadataProfileIdIn
String metadataProfileIdIn
-
metadataProfileVersionEqual
Integer metadataProfileVersionEqual
-
metadataProfileVersionGreaterThanOrEqual
Integer metadataProfileVersionGreaterThanOrEqual
-
metadataProfileVersionLessThanOrEqual
Integer metadataProfileVersionLessThanOrEqual
-
objectIdEqual
String objectIdEqual
-
objectIdIn
String objectIdIn
-
partnerIdEqual
Integer partnerIdEqual
-
statusEqual
MetadataStatus statusEqual
-
statusIn
String statusIn
-
updatedAtGreaterThanOrEqual
Long updatedAtGreaterThanOrEqual
-
updatedAtLessThanOrEqual
Long updatedAtLessThanOrEqual
-
versionEqual
Integer versionEqual
-
versionGreaterThanOrEqual
Integer versionGreaterThanOrEqual
-
versionLessThanOrEqual
Integer versionLessThanOrEqual
-
-
-
Class com.kaltura.client.types.MetadataField extends StringField implements Serializable
-
Serialized Fields
-
profileId
Integer profileId
Metadata profile id -
profileSystemName
String profileSystemName
Metadata profile system name -
xPath
String xPath
May contain the full xpath to the field in three formats 1. Slashed xPath, e.g. /metadata/myElementName 2. Using local-name function, e.g. /[local-name()='metadata']/[local-name()='myElementName'] 3. Using only the field name, e.g. myElementName, it will be searched as //myElementName
-
-
-
Class com.kaltura.client.types.MetadataFieldChangedCondition extends MatchCondition implements Serializable
-
Serialized Fields
-
profileId
Integer profileId
Metadata profile id -
profileSystemName
String profileSystemName
Metadata profile system name -
versionA
String versionA
-
versionB
String versionB
-
xPath
String xPath
May contain the full xpath to the field in three formats 1. Slashed xPath, e.g. /metadata/myElementName 2. Using local-name function, e.g. /[local-name()='metadata']/[local-name()='myElementName'] 3. Using only the field name, e.g. myElementName, it will be searched as //myElementName
-
-
-
Class com.kaltura.client.types.MetadataFilter extends MetadataBaseFilter implements Serializable
-
Class com.kaltura.client.types.MetadataProfile extends ObjectBase implements Serializable
-
Serialized Fields
-
createdAt
Long createdAt
-
createMode
MetadataProfileCreateMode createMode
-
description
String description
-
disableReIndexing
Boolean disableReIndexing
-
id
Integer id
-
metadataObjectType
MetadataObjectType metadataObjectType
-
name
String name
-
partnerId
Integer partnerId
-
status
MetadataProfileStatus status
-
systemName
String systemName
-
updatedAt
Long updatedAt
-
version
Integer version
-
views
String views
-
xsd
String xsd
-
xslt
String xslt
-
-
-
Class com.kaltura.client.types.MetadataProfileBaseFilter extends Filter implements Serializable
-
Serialized Fields
-
createdAtGreaterThanOrEqual
Long createdAtGreaterThanOrEqual
-
createdAtLessThanOrEqual
Long createdAtLessThanOrEqual
-
createModeEqual
MetadataProfileCreateMode createModeEqual
-
createModeIn
String createModeIn
-
createModeNotEqual
MetadataProfileCreateMode createModeNotEqual
-
createModeNotIn
String createModeNotIn
-
idEqual
Integer idEqual
-
metadataObjectTypeEqual
MetadataObjectType metadataObjectTypeEqual
-
metadataObjectTypeIn
String metadataObjectTypeIn
-
nameEqual
String nameEqual
-
partnerIdEqual
Integer partnerIdEqual
-
statusEqual
MetadataProfileStatus statusEqual
-
statusIn
String statusIn
-
systemNameEqual
String systemNameEqual
-
systemNameIn
String systemNameIn
-
updatedAtGreaterThanOrEqual
Long updatedAtGreaterThanOrEqual
-
updatedAtLessThanOrEqual
Long updatedAtLessThanOrEqual
-
versionEqual
Integer versionEqual
-
-
-
Class com.kaltura.client.types.MetadataProfileField extends ObjectBase implements Serializable
-
Class com.kaltura.client.types.MetadataProfileFilter extends MetadataProfileBaseFilter implements Serializable
-
Class com.kaltura.client.types.MetadataReplacementOptionsItem extends PluginReplacementOptionsItem implements Serializable
-
Serialized Fields
-
shouldCopyMetadata
Boolean shouldCopyMetadata
If true custom-metadata transferred to temp entry on entry replacement
-
-
-
Class com.kaltura.client.types.MetadataResponseProfileMapping extends ResponseProfileMapping implements Serializable
-
Class com.kaltura.client.types.MetadataSearchItem extends SearchOperator implements Serializable
-
Class com.kaltura.client.types.MetroPcsDistributionJobProviderData extends ConfigurableDistributionJobProviderData implements Serializable
-
Class com.kaltura.client.types.MetroPcsDistributionProfile extends ConfigurableDistributionProfile implements Serializable
-
Class com.kaltura.client.types.MetroPcsDistributionProfileBaseFilter extends ConfigurableDistributionProfileFilter implements Serializable
-
Class com.kaltura.client.types.MetroPcsDistributionProfileFilter extends MetroPcsDistributionProfileBaseFilter implements Serializable
-
Class com.kaltura.client.types.MetroPcsDistributionProvider extends DistributionProvider implements Serializable
-
Class com.kaltura.client.types.MetroPcsDistributionProviderBaseFilter extends DistributionProviderFilter implements Serializable
-
Class com.kaltura.client.types.MetroPcsDistributionProviderFilter extends MetroPcsDistributionProviderBaseFilter implements Serializable
-
Class com.kaltura.client.types.MixEntry extends PlayableEntry implements Serializable
-
Serialized Fields
-
dataContent
String dataContent
The xml data of the mix -
editorType
EditorType editorType
The editor type used to edit the metadata -
hasRealThumbnail
Boolean hasRealThumbnail
Indicates whether the user has submited a real thumbnail to the mix (Not the one that was generated automaticaly)
-
-
-
Class com.kaltura.client.types.MixEntryBaseFilter extends PlayableEntryFilter implements Serializable
-
Class com.kaltura.client.types.MixEntryCompareAttributeCondition extends SearchComparableAttributeCondition implements Serializable
-
Serialized Fields
-
attribute
MixEntryCompareAttribute attribute
-
-
-
Class com.kaltura.client.types.MixEntryFilter extends MixEntryBaseFilter implements Serializable
-
Class com.kaltura.client.types.MixEntryMatchAttributeCondition extends SearchMatchAttributeCondition implements Serializable
-
Serialized Fields
-
attribute
MixEntryMatchAttribute attribute
-
-
-
Class com.kaltura.client.types.ModerationFlag extends ObjectBase implements Serializable
-
Serialized Fields
-
comments
String comments
The comment that was added to the flag -
createdAt
Long createdAt
-
flaggedEntryId
String flaggedEntryId
If moderation flag is set for entry, this is the flagged entry id -
flaggedUserId
String flaggedUserId
If moderation flag is set for user, this is the flagged user id -
flagType
ModerationFlagType flagType
-
id
Integer id
Moderation flag id -
moderationObjectType
ModerationObjectType moderationObjectType
The type of the moderation flag (entry or user) -
partnerId
Integer partnerId
-
status
ModerationFlagStatus status
The moderation flag status -
updatedAt
Long updatedAt
-
userId
String userId
The user id that added the moderation flag
-
-
-
Class com.kaltura.client.types.ModifyCategoriesObjectTask extends ObjectTask implements Serializable
-
Serialized Fields
-
addRemoveType
ScheduledTaskAddOrRemoveType addRemoveType
Should the object task add or remove categories? -
categoryIds
List<IntegerValue> categoryIds
The list of category ids to add or remove
-
-
-
Class com.kaltura.client.types.ModifyEntryObjectTask extends ObjectTask implements Serializable
-
Serialized Fields
-
inputEntitledUsersEdit
String inputEntitledUsersEdit
The input entitled users edit to set on the entry -
inputEntitledUsersPublish
String inputEntitledUsersPublish
The input entitled users publish to set on the entry -
inputEntitledUsersView
String inputEntitledUsersView
The input entitled users view to set on the entry -
inputMetadata
List<KeyValue> inputMetadata
array of {input metadata xpath location,entry field} objects -
inputMetadataProfileId
Integer inputMetadataProfileId
The input metadata profile id -
inputUserId
String inputUserId
The input user id to set on the entry -
outputMetadata
List<KeyValue> outputMetadata
array of {output metadata xpath location,entry field} objects -
outputMetadataProfileId
Integer outputMetadataProfileId
The output metadata profile id -
resetMediaRepurposingProcess
Boolean resetMediaRepurposingProcess
Should clear the media repurposing data and therefore reset the process
-
-
-
Class com.kaltura.client.types.MoveCategoryEntriesJobData extends JobData implements Serializable
-
Serialized Fields
-
destCategoryFullIds
String destCategoryFullIds
Destination categories fallback ids -
destCategoryId
Integer destCategoryId
Destination category id -
lastMovedCategoryEntryPageIndex
Integer lastMovedCategoryEntryPageIndex
Saves the last page index of the category entries filter pager In case of crash the batch will restart from that point -
lastMovedCategoryId
Integer lastMovedCategoryId
Saves the last category id that its entries moved completely In case of crash the batch will restart from that point -
lastMovedCategoryPageIndex
Integer lastMovedCategoryPageIndex
Saves the last page index of the child categories filter pager In case of crash the batch will restart from that point -
moveFromChildren
Boolean moveFromChildren
All entries from all child categories will be moved as well -
srcCategoryId
Integer srcCategoryId
Source category id
-
-
-
Class com.kaltura.client.types.MsnDistributionJobProviderData extends ConfigurableDistributionJobProviderData implements Serializable
-
Serialized Fields
-
xml
String xml
-
-
-
Class com.kaltura.client.types.MsnDistributionProfile extends ConfigurableDistributionProfile implements Serializable
-
Serialized Fields
-
csId
String csId
-
domain
String domain
-
flvFlavorParamsId
Integer flvFlavorParamsId
-
msnvideoCat
String msnvideoCat
-
msnvideoTop
String msnvideoTop
-
msnvideoTopCat
String msnvideoTopCat
-
pageGroup
String pageGroup
-
password
String password
-
slFlavorParamsId
Integer slFlavorParamsId
-
slHdFlavorParamsId
Integer slHdFlavorParamsId
-
source
String source
-
sourceFlavorParamsId
Integer sourceFlavorParamsId
-
sourceFriendlyName
String sourceFriendlyName
-
username
String username
-
wmvFlavorParamsId
Integer wmvFlavorParamsId
-
-
-
Class com.kaltura.client.types.MsnDistributionProfileBaseFilter extends ConfigurableDistributionProfileFilter implements Serializable
-
Class com.kaltura.client.types.MsnDistributionProfileFilter extends MsnDistributionProfileBaseFilter implements Serializable
-
Class com.kaltura.client.types.MsnDistributionProvider extends DistributionProvider implements Serializable
-
Class com.kaltura.client.types.MsnDistributionProviderBaseFilter extends DistributionProviderFilter implements Serializable
-
Class com.kaltura.client.types.MsnDistributionProviderFilter extends MsnDistributionProviderBaseFilter implements Serializable
-
Class com.kaltura.client.types.MultiLingualString extends ObjectBase implements Serializable
-
Class com.kaltura.client.types.NotificationJobData extends JobData implements Serializable
-
Serialized Fields
-
data
String data
-
notificationResult
String notificationResult
-
numberOfAttempts
Integer numberOfAttempts
-
objectId
String objectId
-
objType
NotificationObjectType objType
-
status
NotificationStatus status
-
type
NotificationType type
-
typeAsString
String typeAsString
-
userId
String userId
-
-
-
Class com.kaltura.client.types.ObjectBase extends Object implements Serializable
-
Serialized Fields
-
params
Params params
-
relatedObjects
Map<String,ListResponse> relatedObjects
-
-
-
Class com.kaltura.client.types.ObjectIdentifier extends ObjectBase implements Serializable
-
Serialized Fields
-
extendedFeatures
String extendedFeatures
Comma separated string of enum values denoting which features of the item need to be included in the MRSS
-
-
-
Class com.kaltura.client.types.ObjectIdField extends StringField implements Serializable
-
Class com.kaltura.client.types.ObjectTask extends ObjectBase implements Serializable
-
Serialized Fields
-
stopProcessingOnError
Boolean stopProcessingOnError
-
type
ObjectTaskType type
-
-
-
Class com.kaltura.client.types.OperaSyndicationFeed extends ConstantXsltSyndicationFeed implements Serializable
-
Class com.kaltura.client.types.OperationAttributes extends ObjectBase implements Serializable
-
Class com.kaltura.client.types.OperationResource extends ContentResource implements Serializable
-
Serialized Fields
-
assetParamsId
Integer assetParamsId
ID of alternative asset params to be used instead of the system default flavor params -
operationAttributes
List<OperationAttributes> operationAttributes
-
resource
ContentResource resource
Only KalturaEntryResource and KalturaAssetResource are supported
-
-
-
Class com.kaltura.client.types.OptionalAnswer extends ObjectBase implements Serializable
-
Class com.kaltura.client.types.OrCondition extends Condition implements Serializable
-
Class com.kaltura.client.types.Pager extends ObjectBase implements Serializable
-
Class com.kaltura.client.types.ParseCaptionAssetJobData extends JobData implements Serializable
-
Serialized Fields
-
captionAssetId
String captionAssetId
-
-
-
Class com.kaltura.client.types.ParseMultiLanguageCaptionAssetJobData extends JobData implements Serializable
-
Class com.kaltura.client.types.Partner extends ObjectBase implements Serializable
-
Serialized Fields
-
additionalParams
List<KeyValue> additionalParams
-
adminEmail
String adminEmail
-
adminLoginUsersQuota
Integer adminLoginUsersQuota
-
adminName
String adminName
deprecated - lastName and firstName replaces this field -
adminSecret
String adminSecret
-
adminUserId
String adminUserId
-
adultContent
Boolean adultContent
-
allowDefaultPasswordRestrictions
Boolean allowDefaultPasswordRestrictions
-
allowedDomains
String allowedDomains
-
allowedFromEmailWhiteList
String allowedFromEmailWhiteList
-
allowMultiNotification
Integer allowMultiNotification
-
allowQuickEdit
Integer allowQuickEdit
-
appearInSearch
Integer appearInSearch
-
authenticationType
PartnerAuthenticationType authenticationType
-
blockDirectLogin
Boolean blockDirectLogin
-
cdnHost
String cdnHost
-
cmsPassword
String cmsPassword
-
commercialUse
CommercialUseType commercialUse
-
contentCategories
String contentCategories
-
country
String country
country code (2char) - this field is optional -
createdAt
Long createdAt
-
crmId
String crmId
-
defaultDeliveryType
String defaultDeliveryType
-
defaultEmbedCodeType
String defaultEmbedCodeType
-
defaultEntitlementEnforcement
Boolean defaultEntitlementEnforcement
-
defConversionProfileType
String defConversionProfileType
-
deliveryTypes
List<PlayerDeliveryType> deliveryTypes
-
describeYourself
String describeYourself
-
description
String description
-
eightyPercentWarning
Integer eightyPercentWarning
-
embedCodeTypes
List<PlayerEmbedCodeType> embedCodeTypes
-
eSearchLanguages
List<ESearchLanguageItem> eSearchLanguages
-
eventPlatformAllowedTemplates
String eventPlatformAllowedTemplates
-
excludedAdminRoleName
String excludedAdminRoleName
-
extendedFreeTrail
Integer extendedFreeTrail
-
extendedFreeTrailEndsWarning
Boolean extendedFreeTrailEndsWarning
-
extendedFreeTrailExpiryDate
Long extendedFreeTrailExpiryDate
Unix timestamp (In seconds) -
extendedFreeTrailExpiryReason
String extendedFreeTrailExpiryReason
-
firstName
String firstName
firstName and lastName replace the old (deprecated) adminName -
host
String host
-
id
Integer id
-
ignoreSeoLinks
Boolean ignoreSeoLinks
-
isFirstLogin
Boolean isFirstLogin
-
isSelfServe
Boolean isSelfServe
-
landingPage
String landingPage
-
lastFreeTrialNotificationDay
Integer lastFreeTrialNotificationDay
-
lastName
String lastName
lastName and firstName replace the old (deprecated) adminName -
loginBlockPeriod
Integer loginBlockPeriod
-
logoutUrl
String logoutUrl
-
maxLoginAttempts
Integer maxLoginAttempts
-
maxUploadSize
Integer maxUploadSize
-
mergeEntryLists
Integer mergeEntryLists
-
monitorUsage
Integer monitorUsage
-
name
String name
-
notificationsConfig
String notificationsConfig
-
notificationUrl
String notificationUrl
-
notify
Integer notify
-
numPrevPassToKeep
Integer numPrevPassToKeep
-
ottEnvironmentUrl
String ottEnvironmentUrl
-
ovpEnvironmentUrl
String ovpEnvironmentUrl
-
partnerGroupType
PartnerGroupType partnerGroupType
-
partnerPackage
Integer partnerPackage
-
partnerParentId
Integer partnerParentId
-
passReplaceFreq
Integer passReplaceFreq
-
passwordStructureValidations
List<RegexItem> passwordStructureValidations
-
passwordStructureValidationsDescription
String passwordStructureValidationsDescription
-
phone
String phone
-
publisherEnvironmentType
Integer publisherEnvironmentType
-
publishersQuota
Integer publishersQuota
-
referenceId
String referenceId
-
secret
String secret
-
state
String state
state code (2char) - this field is optional -
status
PartnerStatus status
-
templatePartnerId
Integer templatePartnerId
-
timeAlignedRenditions
Boolean timeAlignedRenditions
-
twoFactorAuthenticationMode
TwoFactorAuthenticationMode twoFactorAuthenticationMode
-
type
PartnerType type
-
usageLimitWarning
Integer usageLimitWarning
-
userLandingPage
String userLandingPage
-
verticalClassificationId
Integer verticalClassificationId
-
website
String website
-
-
-
Class com.kaltura.client.types.PartnerBaseFilter extends Filter implements Serializable
-
Serialized Fields
-
createdAtGreaterThanOrEqual
Long createdAtGreaterThanOrEqual
-
idEqual
Integer idEqual
-
idGreaterThan
Integer idGreaterThan
-
idIn
String idIn
-
idNotIn
String idNotIn
-
monitorUsageEqual
Integer monitorUsageEqual
-
nameEqual
String nameEqual
-
nameLike
String nameLike
-
nameMultiLikeAnd
String nameMultiLikeAnd
-
nameMultiLikeOr
String nameMultiLikeOr
-
partnerGroupTypeEqual
PartnerGroupType partnerGroupTypeEqual
-
partnerNameDescriptionWebsiteAdminNameAdminEmailLike
String partnerNameDescriptionWebsiteAdminNameAdminEmailLike
-
partnerPackageEqual
Integer partnerPackageEqual
-
partnerPackageGreaterThanOrEqual
Integer partnerPackageGreaterThanOrEqual
-
partnerPackageIn
String partnerPackageIn
-
partnerPackageLessThanOrEqual
Integer partnerPackageLessThanOrEqual
-
statusEqual
PartnerStatus statusEqual
-
statusIn
String statusIn
-
-
-
Class com.kaltura.client.types.PartnerFilter extends PartnerBaseFilter implements Serializable
-
Class com.kaltura.client.types.PartnerPublicInfo extends ObjectBase implements Serializable
-
Class com.kaltura.client.types.PartnerStatistics extends ObjectBase implements Serializable
-
Serialized Fields
-
bandwidth
Double bandwidth
Partner total bandwidth in GB -
hosting
Double hosting
Partner total hosting in GB on the disk -
packageBandwidthAndStorage
Integer packageBandwidthAndStorage
Package total allowed bandwidth and storage -
reachedLimitDate
Integer reachedLimitDate
date when partner reached the limit of his package (timestamp) -
usage
Integer usage
total usage in GB - including bandwidth and storage -
usagePercent
Double usagePercent
Percent of usage out of partner's package. if usage is 5GB and package is 10GB, this value will be 50
-
-
-
Class com.kaltura.client.types.PartnerUsage extends ObjectBase implements Serializable
-
Serialized Fields
-
hostingGB
Double hostingGB
Partner total hosting in GB on the disk -
packageBW
Integer packageBW
package total BW - actually this is usage, which represents BW+storage -
Percent
Double Percent
percent of usage out of partner's package. if usageGB is 5 and package is 10GB, this value will be 50 -
reachedLimitDate
Integer reachedLimitDate
date when partner reached the limit of his package (timestamp) -
usageGB
Double usageGB
total usage in GB - including bandwidth and storage -
usageGraph
String usageGraph
a semi-colon separated list of comma-separated key-values to represent a usage graph. keys could be 1-12 for a year view (1,1.2;2,1.1;3,0.9;...;12,1.4;) keys could be 1-[28,29,30,31] depending on the requested month, for a daily view in a given month (1,0.4;2,0.2;...;31,0.1;)
-
-
-
Class com.kaltura.client.types.PdfFlavorParams extends FlavorParams implements Serializable
-
Serialized Fields
-
readonly
Boolean readonly
-
-
-
Class com.kaltura.client.types.PdfFlavorParamsBaseFilter extends FlavorParamsFilter implements Serializable
-
Class com.kaltura.client.types.PdfFlavorParamsFilter extends PdfFlavorParamsBaseFilter implements Serializable
-
Class com.kaltura.client.types.PdfFlavorParamsOutput extends FlavorParamsOutput implements Serializable
-
Serialized Fields
-
readonly
Boolean readonly
-
-
-
Class com.kaltura.client.types.PdfFlavorParamsOutputBaseFilter extends FlavorParamsOutputFilter implements Serializable
-
Class com.kaltura.client.types.PdfFlavorParamsOutputFilter extends PdfFlavorParamsOutputBaseFilter implements Serializable
-
Class com.kaltura.client.types.Permission extends ObjectBase implements Serializable
-
Serialized Fields
-
createdAt
Long createdAt
-
dependsOnPermissionNames
String dependsOnPermissionNames
-
description
String description
-
friendlyName
String friendlyName
-
id
Integer id
-
name
String name
-
partnerGroup
String partnerGroup
-
partnerId
Integer partnerId
-
permissionItemsIds
String permissionItemsIds
-
status
PermissionStatus status
-
tags
String tags
-
type
PermissionType type
-
updatedAt
Long updatedAt
-
-
-
Class com.kaltura.client.types.PermissionBaseFilter extends RelatedFilter implements Serializable
-
Serialized Fields
-
createdAtGreaterThanOrEqual
Long createdAtGreaterThanOrEqual
-
createdAtLessThanOrEqual
Long createdAtLessThanOrEqual
-
dependsOnPermissionNamesMultiLikeAnd
String dependsOnPermissionNamesMultiLikeAnd
-
dependsOnPermissionNamesMultiLikeOr
String dependsOnPermissionNamesMultiLikeOr
-
descriptionLike
String descriptionLike
-
friendlyNameLike
String friendlyNameLike
-
idEqual
Integer idEqual
-
idIn
String idIn
-
nameEqual
String nameEqual
-
nameIn
String nameIn
-
partnerIdEqual
Integer partnerIdEqual
-
partnerIdIn
String partnerIdIn
-
statusEqual
PermissionStatus statusEqual
-
statusIn
String statusIn
-
tagsMultiLikeAnd
String tagsMultiLikeAnd
-
tagsMultiLikeOr
String tagsMultiLikeOr
-
typeEqual
PermissionType typeEqual
-
typeIn
String typeIn
-
updatedAtGreaterThanOrEqual
Long updatedAtGreaterThanOrEqual
-
updatedAtLessThanOrEqual
Long updatedAtLessThanOrEqual
-
-
-
Class com.kaltura.client.types.PermissionFilter extends PermissionBaseFilter implements Serializable
-
Class com.kaltura.client.types.PermissionItem extends ObjectBase implements Serializable
-
Class com.kaltura.client.types.PermissionItemBaseFilter extends RelatedFilter implements Serializable
-
Serialized Fields
-
createdAtGreaterThanOrEqual
Long createdAtGreaterThanOrEqual
-
createdAtLessThanOrEqual
Long createdAtLessThanOrEqual
-
idEqual
Integer idEqual
-
idIn
String idIn
-
partnerIdEqual
Integer partnerIdEqual
-
partnerIdIn
String partnerIdIn
-
tagsMultiLikeAnd
String tagsMultiLikeAnd
-
tagsMultiLikeOr
String tagsMultiLikeOr
-
typeEqual
PermissionItemType typeEqual
-
typeIn
String typeIn
-
updatedAtGreaterThanOrEqual
Long updatedAtGreaterThanOrEqual
-
updatedAtLessThanOrEqual
Long updatedAtLessThanOrEqual
-
-
-
Class com.kaltura.client.types.PermissionItemFilter extends PermissionItemBaseFilter implements Serializable
-
Class com.kaltura.client.types.PlayableEntry extends BaseEntry implements Serializable
-
Serialized Fields
-
duration
Integer duration
The duration in seconds -
durationType
DurationType durationType
The duration type (short for 0-4 mins, medium for 4-20 mins, long for 20+ mins) -
height
Integer height
The height in pixels -
lastPlayedAt
Long lastPlayedAt
The last time the entry was played -
msDuration
Integer msDuration
The duration in miliseconds -
plays
Integer plays
Number of plays -
views
Integer views
Number of views -
width
Integer width
The width in pixels
-
-
-
Class com.kaltura.client.types.PlayableEntryBaseFilter extends BaseEntryFilter implements Serializable
-
Serialized Fields
-
durationGreaterThan
Integer durationGreaterThan
-
durationGreaterThanOrEqual
Integer durationGreaterThanOrEqual
-
durationLessThan
Integer durationLessThan
-
durationLessThanOrEqual
Integer durationLessThanOrEqual
-
durationTypeMatchOr
String durationTypeMatchOr
-
lastPlayedAtGreaterThanOrEqual
Long lastPlayedAtGreaterThanOrEqual
-
lastPlayedAtLessThanOrEqual
Long lastPlayedAtLessThanOrEqual
-
lastPlayedAtLessThanOrEqualOrNull
Long lastPlayedAtLessThanOrEqualOrNull
-
-
-
Class com.kaltura.client.types.PlayableEntryCompareAttributeCondition extends SearchComparableAttributeCondition implements Serializable
-
Serialized Fields
-
attribute
PlayableEntryCompareAttribute attribute
-
-
-
Class com.kaltura.client.types.PlayableEntryFilter extends PlayableEntryBaseFilter implements Serializable
-
Class com.kaltura.client.types.PlayableEntryMatchAttributeCondition extends SearchMatchAttributeCondition implements Serializable
-
Serialized Fields
-
attribute
PlayableEntryMatchAttribute attribute
-
-
-
Class com.kaltura.client.types.PlaybackContext extends ObjectBase implements Serializable
-
Serialized Fields
-
actions
List<RuleAction> actions
Array of actions as received from the rules that invalidated -
bumperData
List<ObjectBase> bumperData
-
flavorAssets
List<FlavorAsset> flavorAssets
-
messages
List<AccessControlMessage> messages
Array of actions as received from the rules that invalidated -
playbackCaptions
List<CaptionPlaybackPluginData> playbackCaptions
-
sources
List<PlaybackSource> sources
-
-
-
Class com.kaltura.client.types.PlaybackContextOptions extends EntryContextDataParams implements Serializable
-
Class com.kaltura.client.types.PlaybackSource extends ObjectBase implements Serializable
-
Serialized Fields
-
deliveryProfileId
String deliveryProfileId
-
drm
List<DrmPlaybackPluginData> drm
drm data object containing relevant license url ,scheme name and certificate -
flavorIds
String flavorIds
comma separated string of flavor ids -
format
String format
source format according to delivery profile streamer type (applehttp, mpegdash etc.) -
protocols
String protocols
comma separated string according to deliveryProfile media protocols ('http,https' etc.) -
url
String url
-
-
-
Class com.kaltura.client.types.PlayerDeliveryType extends ObjectBase implements Serializable
-
Class com.kaltura.client.types.PlayerEmbedCodeType extends ObjectBase implements Serializable
-
Class com.kaltura.client.types.Playlist extends BaseEntry implements Serializable
-
Serialized Fields
-
duration
Integer duration
The duration in seconds -
executeUrl
String executeUrl
The url for this playlist -
filters
List<MediaEntryFilterForPlaylist> filters
-
playlistContent
String playlistContent
Content of the playlist - XML if the playlistType is dynamic text if the playlistType is static url if the playlistType is mRss -
playlistType
PlaylistType playlistType
Type of playlist -
plays
Integer plays
Number of plays -
totalResults
Integer totalResults
Maximum count of results to be returned in playlist execution -
views
Integer views
Number of views
-
-
-
Class com.kaltura.client.types.PlaylistBaseFilter extends BaseEntryFilter implements Serializable
-
Class com.kaltura.client.types.PlaylistCompareAttributeCondition extends SearchComparableAttributeCondition implements Serializable
-
Serialized Fields
-
attribute
PlaylistCompareAttribute attribute
-
-
-
Class com.kaltura.client.types.PlaylistFilter extends PlaylistBaseFilter implements Serializable
-
Serialized Fields
-
playListTypeEqual
PlaylistType playListTypeEqual
-
playListTypeIn
String playListTypeIn
-
-
-
Class com.kaltura.client.types.PlaylistMatchAttributeCondition extends SearchMatchAttributeCondition implements Serializable
-
Serialized Fields
-
attribute
PlaylistMatchAttribute attribute
-
-
-
Class com.kaltura.client.types.PlayReadyAnalogVideoOPIdHolder extends ObjectBase implements Serializable
-
Serialized Fields
-
type
PlayReadyAnalogVideoOPId type
The type of the play enabler
-
-
-
Class com.kaltura.client.types.PlayReadyContentKey extends ObjectBase implements Serializable
-
Class com.kaltura.client.types.PlayReadyCopyEnablerHolder extends ObjectBase implements Serializable
-
Serialized Fields
-
type
PlayReadyCopyEnablerType type
The type of the copy enabler
-
-
-
Class com.kaltura.client.types.PlayReadyCopyRight extends PlayReadyRight implements Serializable
-
Serialized Fields
-
copyCount
Integer copyCount
-
copyEnablers
List<PlayReadyCopyEnablerHolder> copyEnablers
-
-
-
Class com.kaltura.client.types.PlayReadyDigitalAudioOPIdHolder extends ObjectBase implements Serializable
-
Serialized Fields
-
type
PlayReadyDigitalAudioOPId type
The type of the play enabler
-
-
-
Class com.kaltura.client.types.PlayReadyLicenseDetails extends ObjectBase implements Serializable
-
Serialized Fields
-
beginDate
Integer beginDate
License begin date -
expirationDate
Integer expirationDate
License expiration date -
policy
PlayReadyPolicy policy
PlayReady policy object -
removalDate
Integer removalDate
License removal date
-
-
-
Class com.kaltura.client.types.PlayReadyPlayEnablerHolder extends ObjectBase implements Serializable
-
Serialized Fields
-
type
PlayReadyPlayEnablerType type
The type of the play enabler
-
-
-
Class com.kaltura.client.types.PlayReadyPlayRight extends PlayReadyRight implements Serializable
-
Serialized Fields
-
analogVideoOPL
PlayReadyAnalogVideoOPL analogVideoOPL
-
analogVideoOutputProtectionList
List<PlayReadyAnalogVideoOPIdHolder> analogVideoOutputProtectionList
-
compressedDigitalAudioOPL
PlayReadyDigitalAudioOPL compressedDigitalAudioOPL
-
compressedDigitalVideoOPL
PlayReadyCompressedDigitalVideoOPL compressedDigitalVideoOPL
-
digitalAudioOutputProtectionList
List<PlayReadyDigitalAudioOPIdHolder> digitalAudioOutputProtectionList
-
firstPlayExpiration
Integer firstPlayExpiration
-
playEnablers
List<PlayReadyPlayEnablerHolder> playEnablers
-
uncompressedDigitalAudioOPL
PlayReadyDigitalAudioOPL uncompressedDigitalAudioOPL
-
uncompressedDigitalVideoOPL
PlayReadyUncompressedDigitalVideoOPL uncompressedDigitalVideoOPL
-
-
-
Class com.kaltura.client.types.PlayReadyPolicy extends DrmPolicy implements Serializable
-
Serialized Fields
-
gracePeriod
Integer gracePeriod
-
licenseRemovalDuration
Integer licenseRemovalDuration
-
licenseRemovalPolicy
PlayReadyLicenseRemovalPolicy licenseRemovalPolicy
-
minSecurityLevel
PlayReadyMinimumLicenseSecurityLevel minSecurityLevel
-
rights
List<PlayReadyRight> rights
-
-
-
Class com.kaltura.client.types.PlayReadyPolicyBaseFilter extends DrmPolicyFilter implements Serializable
-
Class com.kaltura.client.types.PlayReadyPolicyFilter extends PlayReadyPolicyBaseFilter implements Serializable
-
Class com.kaltura.client.types.PlayReadyProfile extends DrmProfile implements Serializable
-
Serialized Fields
-
keySeed
String keySeed
-
-
-
Class com.kaltura.client.types.PlayReadyProfileBaseFilter extends DrmProfileFilter implements Serializable
-
Class com.kaltura.client.types.PlayReadyProfileFilter extends PlayReadyProfileBaseFilter implements Serializable
-
Class com.kaltura.client.types.PlayReadyRight extends ObjectBase implements Serializable
-
Class com.kaltura.client.types.PluginData extends ObjectBase implements Serializable
-
Class com.kaltura.client.types.PluginReplacementOptionsItem extends ObjectBase implements Serializable
-
Class com.kaltura.client.types.PodcastDistributionJobProviderData extends DistributionJobProviderData implements Serializable
-
Class com.kaltura.client.types.PodcastDistributionProfile extends DistributionProfile implements Serializable
-
Class com.kaltura.client.types.PodcastDistributionProfileBaseFilter extends DistributionProfileFilter implements Serializable
-
Class com.kaltura.client.types.PodcastDistributionProfileFilter extends PodcastDistributionProfileBaseFilter implements Serializable
-
Class com.kaltura.client.types.PodcastDistributionProvider extends DistributionProvider implements Serializable
-
Class com.kaltura.client.types.PodcastDistributionProviderBaseFilter extends DistributionProviderFilter implements Serializable
-
Class com.kaltura.client.types.PodcastDistributionProviderFilter extends PodcastDistributionProviderBaseFilter implements Serializable
-
Class com.kaltura.client.types.PostConvertJobData extends ConvartableJobData implements Serializable
-
Serialized Fields
-
createThumb
Boolean createThumb
Indicates if a thumbnail should be created -
customData
String customData
-
flavorAssetEncryptionKey
String flavorAssetEncryptionKey
-
flavorAssetId
String flavorAssetId
-
thumbBitrate
Integer thumbBitrate
The bit rate of the movie, will be used to comapare if this thumbnail is the best we can have -
thumbHeight
Integer thumbHeight
The height of the movie, will be used to comapare if this thumbnail is the best we can have -
thumbOffset
Integer thumbOffset
The position of the thumbnail in the media file -
thumbPath
String thumbPath
The path of the created thumbnail
-
-
-
Class com.kaltura.client.types.PreviewRestriction extends SessionRestriction implements Serializable
-
Serialized Fields
-
previewLength
Integer previewLength
The preview restriction length
-
-
-
Class com.kaltura.client.types.ProvisionJobData extends JobData implements Serializable
-
Serialized Fields
-
backupEncoderIP
String backupEncoderIP
-
backupStreamID
String backupStreamID
-
encoderIP
String encoderIP
-
encoderPassword
String encoderPassword
-
encoderUsername
String encoderUsername
-
endDate
Integer endDate
-
mediaType
Integer mediaType
-
primaryBroadcastingUrl
String primaryBroadcastingUrl
-
returnVal
String returnVal
-
rtmp
String rtmp
-
secondaryBroadcastingUrl
String secondaryBroadcastingUrl
-
streamID
String streamID
-
streamName
String streamName
-
-
-
Class com.kaltura.client.types.PushEventNotificationParameter extends EventNotificationParameter implements Serializable
-
Serialized Fields
-
queueKeyToken
String queueKeyToken
-
-
-
Class com.kaltura.client.types.PushNotificationData extends ObjectBase implements Serializable
-
Class com.kaltura.client.types.PushNotificationParams extends ObjectBase implements Serializable
-
Serialized Fields
-
userParams
List<PushEventNotificationParameter> userParams
User params
-
-
-
Class com.kaltura.client.types.PushNotificationTemplate extends EventNotificationTemplate implements Serializable
-
Serialized Fields
-
apiObjectType
String apiObjectType
Kaltura API object type -
objectFormat
ResponseType objectFormat
Kaltura Object format -
queueKeyParameters
List<PushEventNotificationParameter> queueKeyParameters
Define the content dynamic parameters -
queueNameParameters
List<PushEventNotificationParameter> queueNameParameters
Define the content dynamic parameters -
responseProfileId
Integer responseProfileId
Kaltura response-profile id
-
-
-
Class com.kaltura.client.types.PushNotificationTemplateBaseFilter extends EventNotificationTemplateFilter implements Serializable
-
Class com.kaltura.client.types.PushNotificationTemplateFilter extends PushNotificationTemplateBaseFilter implements Serializable
-
Class com.kaltura.client.types.QuestionCuePoint extends CuePoint implements Serializable
-
Serialized Fields
-
excludeFromScore
Boolean excludeFromScore
-
explanation
String explanation
-
hint
String hint
-
optionalAnswers
List<OptionalAnswer> optionalAnswers
Array of key value answerKey->optionAnswer objects -
presentationOrder
Integer presentationOrder
-
question
String question
-
questionType
QuestionType questionType
-
-
-
Class com.kaltura.client.types.QuestionCuePointBaseFilter extends CuePointFilter implements Serializable
-
Class com.kaltura.client.types.QuestionCuePointFilter extends QuestionCuePointBaseFilter implements Serializable
-
Class com.kaltura.client.types.QuickPlayDistributionJobProviderData extends ConfigurableDistributionJobProviderData implements Serializable
-
Serialized Fields
-
thumbnailFilePaths
List<StringHolder> thumbnailFilePaths
-
videoFilePaths
List<StringHolder> videoFilePaths
-
xml
String xml
-
-
-
Class com.kaltura.client.types.QuickPlayDistributionProfile extends ConfigurableDistributionProfile implements Serializable
-
Serialized Fields
-
channelCopyright
String channelCopyright
-
channelDescription
String channelDescription
-
channelGenerator
String channelGenerator
-
channelImageHeight
String channelImageHeight
-
channelImageLink
String channelImageLink
-
channelImageTitle
String channelImageTitle
-
channelImageUrl
String channelImageUrl
-
channelImageWidth
String channelImageWidth
-
channelLanguage
String channelLanguage
-
channelLink
String channelLink
-
channelManagingEditor
String channelManagingEditor
-
channelRating
String channelRating
-
channelTitle
String channelTitle
-
sftpBasePath
String sftpBasePath
-
sftpHost
String sftpHost
-
sftpLogin
String sftpLogin
-
sftpPass
String sftpPass
-
-
-
Class com.kaltura.client.types.QuickPlayDistributionProfileBaseFilter extends ConfigurableDistributionProfileFilter implements Serializable
-
Class com.kaltura.client.types.QuickPlayDistributionProfileFilter extends QuickPlayDistributionProfileBaseFilter implements Serializable
-
Class com.kaltura.client.types.QuickPlayDistributionProvider extends DistributionProvider implements Serializable
-
Class com.kaltura.client.types.QuickPlayDistributionProviderBaseFilter extends DistributionProviderFilter implements Serializable
-
Class com.kaltura.client.types.QuickPlayDistributionProviderFilter extends QuickPlayDistributionProviderBaseFilter implements Serializable
-
Class com.kaltura.client.types.Quiz extends ObjectBase implements Serializable
-
Serialized Fields
-
allowAnswerUpdate
Boolean allowAnswerUpdate
-
allowDownload
Boolean allowDownload
-
attemptsAllowed
Integer attemptsAllowed
-
scoreType
ScoreType scoreType
-
showCorrectAfterSubmission
Boolean showCorrectAfterSubmission
-
showCorrectKeyOnAnswer
Boolean showCorrectKeyOnAnswer
-
showGradeAfterSubmission
Boolean showGradeAfterSubmission
-
showResultOnAnswer
Boolean showResultOnAnswer
-
uiAttributes
List<KeyValue> uiAttributes
Array of key value ui related objects -
version
Integer version
-
-
-
Class com.kaltura.client.types.QuizAdvancedFilter extends SearchItem implements Serializable
-
Serialized Fields
-
isQuiz
Boolean isQuiz
-
-
-
Class com.kaltura.client.types.QuizFilter extends RelatedFilter implements Serializable
-
Serialized Fields
-
-
Class com.kaltura.client.types.QuizUserEntry extends UserEntry implements Serializable
-
Class com.kaltura.client.types.QuizUserEntryBaseFilter extends UserEntryFilter implements Serializable
-
Class com.kaltura.client.types.QuizUserEntryFilter extends QuizUserEntryBaseFilter implements Serializable
-
Class com.kaltura.client.types.RatingCount extends ObjectBase implements Serializable
-
Class com.kaltura.client.types.RatingCountBaseFilter extends RelatedFilter implements Serializable
-
Class com.kaltura.client.types.RatingCountFilter extends RatingCountBaseFilter implements Serializable
-
Class com.kaltura.client.types.ReachProfile extends ObjectBase implements Serializable
-
Serialized Fields
-
autoDisplayHumanCaptionsOnPlayer
Boolean autoDisplayHumanCaptionsOnPlayer
-
autoDisplayMachineCaptionsOnPlayer
Boolean autoDisplayMachineCaptionsOnPlayer
-
contentDeletionPolicy
ReachProfileContentDeletionPolicy contentDeletionPolicy
-
createdAt
Long createdAt
-
credit
BaseVendorCredit credit
-
defaultOutputFormat
VendorCatalogItemOutputFormat defaultOutputFormat
-
dictionaries
List<Dictionary> dictionaries
-
enableAudioTags
Boolean enableAudioTags
-
enableHumanModeration
Boolean enableHumanModeration
-
enableMachineModeration
Boolean enableMachineModeration
-
enableMetadataExtraction
Boolean enableMetadataExtraction
-
enableProfanityRemoval
Boolean enableProfanityRemoval
-
enableSpeakerChangeIndication
Boolean enableSpeakerChangeIndication
-
flavorParamsIds
String flavorParamsIds
Comma separated flavorParamsIds that the vendor should look for it matching asset when trying to download the asset -
id
Integer id
-
labelAdditionForHumanServiceType
String labelAdditionForHumanServiceType
-
labelAdditionForMachineServiceType
String labelAdditionForMachineServiceType
-
maxCharactersPerCaptionLine
Integer maxCharactersPerCaptionLine
-
name
String name
The name of the profile -
partnerId
Integer partnerId
-
profileType
ReachProfileType profileType
-
rules
List<Rule> rules
-
status
ReachProfileStatus status
-
updatedAt
Long updatedAt
-
usedCredit
Double usedCredit
-
vendorTaskProcessingRegion
VendorTaskProcessingRegion vendorTaskProcessingRegion
Indicates in which region the task processing should task place
-
-
-
Class com.kaltura.client.types.ReachProfileBaseFilter extends RelatedFilter implements Serializable
-
Serialized Fields
-
createdAtGreaterThanOrEqual
Long createdAtGreaterThanOrEqual
-
createdAtLessThanOrEqual
Long createdAtLessThanOrEqual
-
idEqual
Integer idEqual
-
idIn
String idIn
-
profileTypeEqual
ReachProfileType profileTypeEqual
-
profileTypeIn
String profileTypeIn
-
statusEqual
ReachProfileStatus statusEqual
-
statusIn
String statusIn
-
updatedAtGreaterThanOrEqual
Long updatedAtGreaterThanOrEqual
-
updatedAtLessThanOrEqual
Long updatedAtLessThanOrEqual
-
-
-
Class com.kaltura.client.types.ReachProfileFilter extends ReachProfileBaseFilter implements Serializable
-
Class com.kaltura.client.types.ReachReportInputFilter extends ReportInputFilter implements Serializable
-
Serialized Fields
-
serviceFeature
VendorServiceFeature serviceFeature
-
serviceType
VendorServiceType serviceType
-
turnAroundTime
VendorServiceTurnAroundTime turnAroundTime
-
-
-
Class com.kaltura.client.types.RecalculateCacheJobData extends JobData implements Serializable
-
Class com.kaltura.client.types.RecalculateResponseProfileCacheJobData extends RecalculateCacheJobData implements Serializable
-
Serialized Fields
-
cachedObjectType
String cachedObjectType
Class name -
endObjectKey
String endObjectKey
-
ksType
SessionType ksType
-
objectId
String objectId
-
protocol
String protocol
http / https -
startObjectKey
String startObjectKey
-
userRoles
List<IntegerValue> userRoles
-
-
-
Class com.kaltura.client.types.RecordScheduleEvent extends EntryScheduleEvent implements Serializable
-
Class com.kaltura.client.types.RecordScheduleEventBaseFilter extends EntryScheduleEventFilter implements Serializable
-
Class com.kaltura.client.types.RecordScheduleEventFilter extends RecordScheduleEventBaseFilter implements Serializable
-
Class com.kaltura.client.types.RegexCondition extends MatchCondition implements Serializable
-
Class com.kaltura.client.types.RegexItem extends ObjectBase implements Serializable
-
Serialized Fields
-
regex
String regex
-
-
-
Class com.kaltura.client.types.RegistrationUserEntry extends UserEntry implements Serializable
-
Class com.kaltura.client.types.RegistrationUserEntryFilter extends UserEntryFilter implements Serializable
-
Class com.kaltura.client.types.RelatedFilter extends Filter implements Serializable
-
Class com.kaltura.client.types.RemoteDropFolder extends DropFolder implements Serializable
-
Class com.kaltura.client.types.RemoteDropFolderBaseFilter extends DropFolderFilter implements Serializable
-
Class com.kaltura.client.types.RemoteDropFolderFilter extends RemoteDropFolderBaseFilter implements Serializable
-
Class com.kaltura.client.types.RemotePath extends ObjectBase implements Serializable
-
Class com.kaltura.client.types.RemoteStorageResource extends UrlResource implements Serializable
-
Serialized Fields
-
storageProfileId
Integer storageProfileId
ID of storage profile to be associated with the created file sync, used for file serving URL composing.
-
-
-
Class com.kaltura.client.types.RemoteStorageResources extends ContentResource implements Serializable
-
Serialized Fields
-
resources
List<RemoteStorageResource> resources
Array of remote stoage resources
-
-
-
Class com.kaltura.client.types.ReoccurringVendorCredit extends TimeRangeVendorCredit implements Serializable
-
Serialized Fields
-
frequency
VendorCreditRecurrenceFrequency frequency
-
-
-
Class com.kaltura.client.types.Report extends ObjectBase implements Serializable
-
Serialized Fields
-
createdAt
Long createdAt
Creation date as Unix timestamp (In seconds) -
description
String description
Report description -
id
Integer id
Report id -
name
String name
Report name -
partnerId
Integer partnerId
Partner id associated with the report -
query
String query
Report query -
systemName
String systemName
Used to identify system reports in a friendly way -
updatedAt
Long updatedAt
Last update date as Unix timestamp (In seconds)
-
-
-
Class com.kaltura.client.types.ReportBaseFilter extends Filter implements Serializable
-
Class com.kaltura.client.types.ReportBaseTotal extends ObjectBase implements Serializable
-
Class com.kaltura.client.types.ReportExportFile extends ObjectBase implements Serializable
-
Class com.kaltura.client.types.ReportExportItem extends ObjectBase implements Serializable
-
Serialized Fields
-
action
ReportExportItemType action
-
filter
ReportInputFilter filter
-
objectIds
String objectIds
-
order
String order
-
reportTitle
String reportTitle
-
reportType
ReportType reportType
-
responseOptions
ReportResponseOptions responseOptions
-
-
-
Class com.kaltura.client.types.ReportExportJobData extends JobData implements Serializable
-
Serialized Fields
-
baseUrl
String baseUrl
-
filePaths
String filePaths
-
files
List<ReportExportFile> files
-
recipientEmail
String recipientEmail
-
reportItems
List<ReportExportItem> reportItems
-
reportsGroup
String reportsGroup
-
-
-
Class com.kaltura.client.types.ReportExportParams extends ObjectBase implements Serializable
-
Class com.kaltura.client.types.ReportExportResponse extends ObjectBase implements Serializable
-
Class com.kaltura.client.types.ReportFilter extends ObjectBase implements Serializable
-
Class com.kaltura.client.types.ReportGraph extends ObjectBase implements Serializable
-
Class com.kaltura.client.types.ReportInputBaseFilter extends ObjectBase implements Serializable
-
Class com.kaltura.client.types.ReportInputFilter extends ReportInputBaseFilter implements Serializable
-
Serialized Fields
-
applicationVersionIn
String applicationVersionIn
filter by application version -
browserFamilyIn
String browserFamilyIn
Filter by browser family -
browserIn
String browserIn
Filter by browser -
canonicalUrlIn
String canonicalUrlIn
filter by canonical url -
categories
String categories
Search objects in specified categories -
categoriesAncestorIdIn
String categoriesAncestorIdIn
filter by categories ancestor -
categoriesIdsIn
String categoriesIdsIn
Search objects in specified category ids -
citiesIn
String citiesIn
Filter by city -
countryIn
String countryIn
Filter by country -
crmIdIn
String crmIdIn
filter by crm id -
customVar1In
String customVar1In
Filter by customVar1 -
customVar2In
String customVar2In
Filter by customVar2 -
customVar3In
String customVar3In
Filter by customVar3 -
deviceIn
String deviceIn
Filter by device -
domainIn
String domainIn
filter by domain -
entryCreatedAtGreaterThanOrEqual
Long entryCreatedAtGreaterThanOrEqual
Entry created at greater than or equal as Unix timestamp -
entryCreatedAtLessThanOrEqual
Long entryCreatedAtLessThanOrEqual
Entry created at less than or equal as Unix timestamp -
entryIdIn
String entryIdIn
-
entryOperator
ESearchEntryOperator entryOperator
-
errorCodeIn
String errorCodeIn
filter by error code -
hotspotIdIn
String hotspotIdIn
filter by hotspot id -
interval
ReportInterval interval
Aggregated results according to interval -
ispIn
String ispIn
filter by isp -
keywords
String keywords
Search keywords to filter objects -
mediaTypeIn
String mediaTypeIn
Filter by media types -
nodeIdsIn
String nodeIdsIn
filter by node id -
operatingSystemFamilyIn
String operatingSystemFamilyIn
Filter by operating system family -
operatingSystemIn
String operatingSystemIn
Filter by operating system -
originIn
String originIn
filter by origin -
ownerIdsIn
String ownerIdsIn
Filter by entry owner -
playbackContextIdsIn
String playbackContextIdsIn
filter by playback context ids -
playbackTypeIn
String playbackTypeIn
-
playerVersionIn
String playerVersionIn
filter by player version -
playlistIdIn
String playlistIdIn
filter by playlist id -
regionIn
String regionIn
Filter by region -
rootEntryIdIn
String rootEntryIdIn
filter by root entry ids -
searchInAdminTags
Boolean searchInAdminTags
Search keywords in objects admin tags -
searchInTags
Boolean searchInTags
Search keywords in objects tags -
sourceTypeIn
String sourceTypeIn
Filter by source types -
timeZoneOffset
Integer timeZoneOffset
Time zone offset in minutes -
uiConfIdIn
String uiConfIdIn
filter by ui conf id -
virtualEventIdIn
String virtualEventIdIn
filter by virtual event id
-
-
-
Class com.kaltura.client.types.ReportResponse extends ObjectBase implements Serializable
-
Serialized Fields
-
columns
String columns
-
results
List<StringHolder> results
-
-
-
Class com.kaltura.client.types.ReportResponseOptions extends ObjectBase implements Serializable
-
Class com.kaltura.client.types.ReportTable extends ObjectBase implements Serializable
-
Class com.kaltura.client.types.ReportTotal extends ObjectBase implements Serializable
-
Class com.kaltura.client.types.RequestConfiguration extends ObjectBase implements Serializable
-
Serialized Fields
-
ks
String ks
Kaltura API session -
language
String language
language -
partnerId
Integer partnerId
Impersonated partner id -
responseProfile
BaseResponseProfile responseProfile
Response profile - this attribute will be automatically unset after every API call.
-
-
-
Class com.kaltura.client.types.Resource extends ObjectBase implements Serializable
-
Class com.kaltura.client.types.ResponseProfile extends DetachedResponseProfile implements Serializable
-
Serialized Fields
-
createdAt
Long createdAt
Creation time as Unix timestamp (In seconds) -
id
Long id
Auto generated numeric identifier -
partnerId
Integer partnerId
-
status
ResponseProfileStatus status
-
systemName
String systemName
Unique system name -
updatedAt
Long updatedAt
Update time as Unix timestamp (In seconds) -
version
Integer version
-
-
-
Class com.kaltura.client.types.ResponseProfileBaseFilter extends Filter implements Serializable
-
Serialized Fields
-
createdAtGreaterThanOrEqual
Long createdAtGreaterThanOrEqual
-
createdAtLessThanOrEqual
Long createdAtLessThanOrEqual
-
idEqual
Long idEqual
-
idIn
String idIn
-
statusEqual
ResponseProfileStatus statusEqual
-
statusIn
String statusIn
-
systemNameEqual
String systemNameEqual
-
systemNameIn
String systemNameIn
-
updatedAtGreaterThanOrEqual
Long updatedAtGreaterThanOrEqual
-
updatedAtLessThanOrEqual
Long updatedAtLessThanOrEqual
-
-
-
Class com.kaltura.client.types.ResponseProfileCacheRecalculateOptions extends ObjectBase implements Serializable
-
Class com.kaltura.client.types.ResponseProfileCacheRecalculateResults extends ObjectBase implements Serializable
-
Class com.kaltura.client.types.ResponseProfileFilter extends ResponseProfileBaseFilter implements Serializable
-
Class com.kaltura.client.types.ResponseProfileHolder extends BaseResponseProfile implements Serializable
-
Class com.kaltura.client.types.ResponseProfileMapping extends ObjectBase implements Serializable
-
Class com.kaltura.client.types.RokuSyndicationFeed extends ConstantXsltSyndicationFeed implements Serializable
-
Class com.kaltura.client.types.RoomDetails extends ObjectBase implements Serializable
-
Class com.kaltura.client.types.Rule extends ObjectBase implements Serializable
-
Serialized Fields
-
actions
List<RuleAction> actions
Actions to be performed by the player in case the rule is fulfilled -
code
String code
Code to be thrown to the player in case the rule is fulfilled -
conditions
List<Condition> conditions
Conditions to validate the rule -
contexts
List<ContextTypeHolder> contexts
Indicates what contexts should be tested by this rule -
description
String description
Short Rule Description -
forceAdminValidation
Boolean forceAdminValidation
Indicates if we should force ks validation for admin ks users as well -
message
String message
Message to be thrown to the player in case the rule is fulfilled -
ruleData
String ruleData
Rule Custom Data to allow saving rule specific information -
stopProcessing
Boolean stopProcessing
Indicates that this rule is enough and no need to continue checking the rest of the rules
-
-
-
Class com.kaltura.client.types.RuleAction extends ObjectBase implements Serializable
-
Serialized Fields
-
type
RuleActionType type
The type of the action
-
-
-
Class com.kaltura.client.types.ScheduledTaskJobData extends JobData implements Serializable
-
Serialized Fields
-
fileFormat
DryRunFileType fileFormat
-
maxResults
Integer maxResults
-
referenceTime
Long referenceTime
-
resultsFilePath
String resultsFilePath
-
totalCount
Integer totalCount
-
-
-
Class com.kaltura.client.types.ScheduledTaskProfile extends ObjectBase implements Serializable
-
Serialized Fields
-
createdAt
Long createdAt
-
description
String description
-
id
Integer id
-
lastExecutionStartedAt
Long lastExecutionStartedAt
-
maxTotalCountAllowed
Integer maxTotalCountAllowed
The maximum number of result count allowed to be processed by this profile per execution -
name
String name
-
objectFilter
Filter objectFilter
A filter object (inherits KalturaFilter) that is used to list objects for scheduled tasks -
objectFilterEngineType
ObjectFilterEngineType objectFilterEngineType
The type of engine to use to list objects using the given "objectFilter" -
objectTasks
List<ObjectTask> objectTasks
A list of tasks to execute on the founded objects -
partnerId
Integer partnerId
-
status
ScheduledTaskProfileStatus status
-
systemName
String systemName
-
updatedAt
Long updatedAt
-
-
-
Class com.kaltura.client.types.ScheduledTaskProfileBaseFilter extends Filter implements Serializable
-
Serialized Fields
-
createdAtGreaterThanOrEqual
Long createdAtGreaterThanOrEqual
-
createdAtLessThanOrEqual
Long createdAtLessThanOrEqual
-
idEqual
Integer idEqual
-
idIn
String idIn
-
lastExecutionStartedAtGreaterThanOrEqual
Long lastExecutionStartedAtGreaterThanOrEqual
-
lastExecutionStartedAtLessThanOrEqual
Long lastExecutionStartedAtLessThanOrEqual
-
lastExecutionStartedAtLessThanOrEqualOrNull
Long lastExecutionStartedAtLessThanOrEqualOrNull
-
partnerIdEqual
Integer partnerIdEqual
-
partnerIdIn
String partnerIdIn
-
statusEqual
ScheduledTaskProfileStatus statusEqual
-
statusIn
String statusIn
-
systemNameEqual
String systemNameEqual
-
systemNameIn
String systemNameIn
-
updatedAtGreaterThanOrEqual
Long updatedAtGreaterThanOrEqual
-
updatedAtLessThanOrEqual
Long updatedAtLessThanOrEqual
-
-
-
Class com.kaltura.client.types.ScheduledTaskProfileFilter extends ScheduledTaskProfileBaseFilter implements Serializable
-
Class com.kaltura.client.types.ScheduledVendorTaskData extends VendorTaskData implements Serializable
-
Class com.kaltura.client.types.ScheduleEvent extends ObjectBase implements Serializable
-
Serialized Fields
-
classificationType
ScheduleEventClassificationType classificationType
-
comment
String comment
Specifies non-processing information intended to provide a comment to the calendar user. -
contact
String contact
Used to represent contact information or alternately a reference to contact information. -
createdAt
Long createdAt
Creation date as Unix timestamp (In seconds) -
description
String description
-
duration
Integer duration
Duration in seconds -
endDate
Long endDate
-
geoLatitude
Double geoLatitude
Specifies the global position for the activity -
geoLongitude
Double geoLongitude
Specifies the global position for the activity -
id
Integer id
Auto-generated unique identifier -
linkedBy
String linkedBy
An array of Schedule Event Ids that their start time depends on the end of the current. -
linkedTo
LinkedScheduleEvent linkedTo
Contains the Id of the event that influences the timing of this event and the offset of time. -
location
String location
Defines the intended venue for the activity -
organizer
String organizer
-
ownerId
String ownerId
-
parentId
Integer parentId
-
partnerId
Integer partnerId
-
priority
Integer priority
The value for the priority field. -
recurrence
ScheduleEventRecurrence recurrence
-
recurrenceType
ScheduleEventRecurrenceType recurrenceType
-
referenceId
String referenceId
-
sequence
Integer sequence
Defines the revision sequence number. -
startDate
Long startDate
-
status
ScheduleEventStatus status
-
summary
String summary
Defines a short summary or subject for the event -
tags
String tags
-
updatedAt
Long updatedAt
Last update as Unix timestamp (In seconds)
-
-
-
Class com.kaltura.client.types.ScheduleEventBaseFilter extends RelatedFilter implements Serializable
-
Serialized Fields
-
createdAtGreaterThanOrEqual
Long createdAtGreaterThanOrEqual
-
createdAtLessThanOrEqual
Long createdAtLessThanOrEqual
-
endDateGreaterThanOrEqual
Long endDateGreaterThanOrEqual
-
endDateLessThanOrEqual
Long endDateLessThanOrEqual
-
idEqual
Integer idEqual
-
idIn
String idIn
-
idNotIn
String idNotIn
-
ownerIdEqual
String ownerIdEqual
-
ownerIdIn
String ownerIdIn
-
parentIdEqual
Integer parentIdEqual
-
parentIdIn
String parentIdIn
-
parentIdNotIn
String parentIdNotIn
-
priorityEqual
Integer priorityEqual
-
priorityGreaterThanOrEqual
Integer priorityGreaterThanOrEqual
-
priorityIn
String priorityIn
-
priorityLessThanOrEqual
Integer priorityLessThanOrEqual
-
recurrenceTypeEqual
ScheduleEventRecurrenceType recurrenceTypeEqual
-
recurrenceTypeIn
String recurrenceTypeIn
-
referenceIdEqual
String referenceIdEqual
-
referenceIdIn
String referenceIdIn
-
startDateGreaterThanOrEqual
Long startDateGreaterThanOrEqual
-
startDateLessThanOrEqual
Long startDateLessThanOrEqual
-
statusEqual
ScheduleEventStatus statusEqual
-
statusIn
String statusIn
-
tagsLike
String tagsLike
-
tagsMultiLikeAnd
String tagsMultiLikeAnd
-
tagsMultiLikeOr
String tagsMultiLikeOr
-
updatedAtGreaterThanOrEqual
Long updatedAtGreaterThanOrEqual
-
updatedAtLessThanOrEqual
Long updatedAtLessThanOrEqual
-
-
-
Class com.kaltura.client.types.ScheduleEventFilter extends ScheduleEventBaseFilter implements Serializable
-
Serialized Fields
-
parentResourceIdsLike
String parentResourceIdsLike
-
parentResourceIdsMultiLikeAnd
String parentResourceIdsMultiLikeAnd
-
parentResourceIdsMultiLikeOr
String parentResourceIdsMultiLikeOr
-
resourceIdEqual
String resourceIdEqual
-
resourceIdsLike
String resourceIdsLike
-
resourceIdsMultiLikeAnd
String resourceIdsMultiLikeAnd
-
resourceIdsMultiLikeOr
String resourceIdsMultiLikeOr
-
resourceSystemNamesLike
String resourceSystemNamesLike
-
resourceSystemNamesMultiLikeAnd
String resourceSystemNamesMultiLikeAnd
-
resourceSystemNamesMultiLikeOr
String resourceSystemNamesMultiLikeOr
-
templateEntryCategoriesIdsLike
String templateEntryCategoriesIdsLike
-
templateEntryCategoriesIdsMultiLikeAnd
String templateEntryCategoriesIdsMultiLikeAnd
-
templateEntryCategoriesIdsMultiLikeOr
String templateEntryCategoriesIdsMultiLikeOr
-
-
-
Class com.kaltura.client.types.ScheduleEventRecurrence extends ObjectBase implements Serializable
-
Serialized Fields
-
byDay
String byDay
Comma separated of KalturaScheduleEventRecurrenceDay Each byDay value can also be preceded by a positive (+n) or negative (-n) integer. If present, this indicates the nth occurrence of the specific day within the MONTHLY or YEARLY RRULE. For example, within a MONTHLY rule, +1MO (or simply 1MO) represents the first Monday within the month, whereas -1MO represents the last Monday of the month. If an integer modifier is not present, it means all days of this type within the specified frequency. For example, within a MONTHLY rule, MO represents all Mondays within the month. -
byHour
String byHour
Comma separated numbers between 0 to 23 -
byMinute
String byMinute
Comma separated numbers between 0 to 59 -
byMonth
String byMonth
Comma separated numbers between 1 to 12 -
byMonthDay
String byMonthDay
Comma separated of numbers between -31 to 31, excluding 0. For example, -10 represents the tenth to the last day of the month. -
byOffset
String byOffset
Comma separated of numbers between -366 to 366, excluding 0. Corresponds to the nth occurrence within the set of events specified by the rule. It must only be used in conjunction with another byrule part. For example "the last work day of the month" could be represented as: frequency=MONTHLY;byDay=MO,TU,WE,TH,FR;byOffset=-1 Each byOffset value can include a positive (+n) or negative (-n) integer. If present, this indicates the nth occurrence of the specific occurrence within the set of events specified by the rule. -
bySecond
String bySecond
Comma separated numbers between 0 to 59 -
byWeekNumber
String byWeekNumber
Comma separated of numbers between -53 to 53, excluding 0. This corresponds to weeks according to week numbering. A week is defined as a seven day period, starting on the day of the week defined to be the week start. Week number one of the calendar year is the first week which contains at least four (4) days in that calendar year. This rule part is only valid for YEARLY frequency. For example, 3 represents the third week of the year. -
byYearDay
String byYearDay
Comma separated of numbers between -366 to 366, excluding 0. For example, -1 represents the last day of the year (December 31st) and -306 represents the 306th to the last day of the year (March 1st). -
count
Integer count
-
frequency
ScheduleEventRecurrenceFrequency frequency
-
interval
Integer interval
-
name
String name
-
timeZone
String timeZone
TimeZone String -
until
Long until
-
weekStartDay
ScheduleEventRecurrenceDay weekStartDay
-
-
-
Class com.kaltura.client.types.ScheduleEventResource extends ObjectBase implements Serializable
-
Class com.kaltura.client.types.ScheduleEventResourceBaseFilter extends RelatedFilter implements Serializable
-
Serialized Fields
-
createdAtGreaterThanOrEqual
Long createdAtGreaterThanOrEqual
-
createdAtLessThanOrEqual
Long createdAtLessThanOrEqual
-
eventIdEqual
Integer eventIdEqual
-
eventIdIn
String eventIdIn
-
resourceIdEqual
Integer resourceIdEqual
-
resourceIdIn
String resourceIdIn
-
updatedAtGreaterThanOrEqual
Long updatedAtGreaterThanOrEqual
-
updatedAtLessThanOrEqual
Long updatedAtLessThanOrEqual
-
-
-
Class com.kaltura.client.types.ScheduleEventResourceFilter extends ScheduleEventResourceBaseFilter implements Serializable
-
Serialized Fields
-
eventIdOrItsParentIdEqual
Integer eventIdOrItsParentIdEqual
Find event-resource objects that associated with the event, if none found, find by its parent event
-
-
-
Class com.kaltura.client.types.Scheduler extends ObjectBase implements Serializable
-
Serialized Fields
-
configs
List<SchedulerConfig> configs
Array of the last configs -
configuredId
Integer configuredId
The id as configured in the batch config -
createdAt
Long createdAt
creation time -
host
String host
The host name -
id
Integer id
The id of the Scheduler -
lastStatus
Integer lastStatus
last status time -
lastStatusStr
String lastStatusStr
last status formated -
name
String name
The scheduler name -
statuses
List<SchedulerStatus> statuses
Array of the last statuses -
workers
List<SchedulerWorker> workers
Array of the workers
-
-
-
Class com.kaltura.client.types.SchedulerConfig extends ObjectBase implements Serializable
-
Serialized Fields
-
commandId
String commandId
Id of the control panel command that created this config item -
commandStatus
String commandStatus
The status of the control panel command -
createdBy
String createdBy
Creator name -
id
Integer id
The id of the Category -
schedulerConfiguredId
Integer schedulerConfiguredId
The configured id of the scheduler -
schedulerId
Integer schedulerId
The id of the scheduler -
schedulerName
String schedulerName
The name of the scheduler -
updatedBy
String updatedBy
Updater name -
value
String value
The value of the variable -
variable
String variable
The name of the variable -
variablePart
String variablePart
The part of the variable -
workerConfiguredId
Integer workerConfiguredId
The configured id of the job worker -
workerId
Integer workerId
The id of the job worker -
workerName
String workerName
The name of the job worker
-
-
-
Class com.kaltura.client.types.ScheduleResource extends ObjectBase implements Serializable
-
Serialized Fields
-
createdAt
Long createdAt
Creation date as Unix timestamp (In seconds) -
description
String description
-
id
Integer id
Auto-generated unique identifier -
name
String name
Defines a short name -
parentId
Integer parentId
-
partnerId
Integer partnerId
-
status
ScheduleResourceStatus status
-
systemName
String systemName
Defines a unique system-name -
tags
String tags
-
updatedAt
Long updatedAt
Last update as Unix timestamp (In seconds)
-
-
-
Class com.kaltura.client.types.ScheduleResourceBaseFilter extends RelatedFilter implements Serializable
-
Serialized Fields
-
createdAtGreaterThanOrEqual
Long createdAtGreaterThanOrEqual
-
createdAtLessThanOrEqual
Long createdAtLessThanOrEqual
-
idEqual
Integer idEqual
-
idIn
String idIn
-
idNotIn
String idNotIn
-
nameEqual
String nameEqual
-
parentIdEqual
Integer parentIdEqual
-
parentIdIn
String parentIdIn
-
statusEqual
ScheduleResourceStatus statusEqual
-
statusIn
String statusIn
-
systemNameEqual
String systemNameEqual
-
systemNameIn
String systemNameIn
-
tagsLike
String tagsLike
-
tagsMultiLikeAnd
String tagsMultiLikeAnd
-
tagsMultiLikeOr
String tagsMultiLikeOr
-
updatedAtGreaterThanOrEqual
Long updatedAtGreaterThanOrEqual
-
updatedAtLessThanOrEqual
Long updatedAtLessThanOrEqual
-
-
-
Class com.kaltura.client.types.ScheduleResourceFilter extends ScheduleResourceBaseFilter implements Serializable
-
Class com.kaltura.client.types.SchedulerStatus extends ObjectBase implements Serializable
-
Serialized Fields
-
id
Integer id
The id of the Category -
schedulerConfiguredId
Integer schedulerConfiguredId
The configured id of the scheduler -
schedulerId
Integer schedulerId
The id of the scheduler -
type
SchedulerStatusType type
The status type -
value
Integer value
The status value -
workerConfiguredId
Integer workerConfiguredId
The configured id of the job worker -
workerId
Integer workerId
The id of the worker -
workerType
BatchJobType workerType
The type of the job worker.
-
-
-
Class com.kaltura.client.types.SchedulerWorker extends ObjectBase implements Serializable
-
Serialized Fields
-
avgWait
Integer avgWait
Avarage time between creation and queue time -
avgWork
Integer avgWork
Avarage time between queue time end finish time -
configs
List<SchedulerConfig> configs
Array of the last configs -
configuredId
Integer configuredId
The id as configured in the batch config -
id
Integer id
The id of the Worker -
lastStatus
Integer lastStatus
last status time -
lastStatusStr
String lastStatusStr
last status formated -
lockedJobs
List<BatchJob> lockedJobs
Array of jobs that locked to this worker -
name
String name
The scheduler name -
schedulerConfiguredId
Integer schedulerConfiguredId
The id of the scheduler as configured in the batch config -
schedulerId
Integer schedulerId
The id of the Scheduler -
statuses
List<SchedulerStatus> statuses
Array of the last statuses -
type
BatchJobType type
The worker type -
typeName
String typeName
The friendly name of the type
-
-
-
Class com.kaltura.client.types.Scope extends ObjectBase implements Serializable
-
Class com.kaltura.client.types.ScpDropFolder extends SshDropFolder implements Serializable
-
Class com.kaltura.client.types.ScpDropFolderBaseFilter extends SshDropFolderFilter implements Serializable
-
Class com.kaltura.client.types.ScpDropFolderFilter extends ScpDropFolderBaseFilter implements Serializable
-
Class com.kaltura.client.types.Search extends ObjectBase implements Serializable
-
Serialized Fields
-
authData
String authData
-
extraData
String extraData
Use this field to pass dynamic data for searching For example - if you set this field to "mymovies_$partner_id" The $partner_id will be automatically replcaed with your real partner Id -
keyWords
String keyWords
-
mediaType
MediaType mediaType
-
searchSource
SearchProviderType searchSource
-
-
-
Class com.kaltura.client.types.SearchAuthData extends ObjectBase implements Serializable
-
Class com.kaltura.client.types.SearchComparableAttributeCondition extends AttributeCondition implements Serializable
-
Serialized Fields
-
comparison
SearchConditionComparison comparison
-
-
-
Class com.kaltura.client.types.SearchComparableCondition extends SearchCondition implements Serializable
-
Serialized Fields
-
comparison
SearchConditionComparison comparison
-
-
-
Class com.kaltura.client.types.SearchCondition extends SearchItem implements Serializable
-
Class com.kaltura.client.types.SearchItem extends ObjectBase implements Serializable
-
Class com.kaltura.client.types.SearchMatchAttributeCondition extends AttributeCondition implements Serializable
-
Serialized Fields
-
not
Boolean not
-
-
-
Class com.kaltura.client.types.SearchMatchCondition extends SearchCondition implements Serializable
-
Serialized Fields
-
not
Boolean not
-
-
-
Class com.kaltura.client.types.SearchOperator extends SearchItem implements Serializable
-
Serialized Fields
-
items
List<SearchItem> items
-
type
SearchOperatorType type
-
-
-
Class com.kaltura.client.types.SearchResult extends Search implements Serializable
-
Class com.kaltura.client.types.SearchResultResponse extends ObjectBase implements Serializable
-
Serialized Fields
-
needMediaInfo
Boolean needMediaInfo
-
objects
List<SearchResult> objects
-
-
-
Class com.kaltura.client.types.ServerFileResource extends GenericDataCenterContentResource implements Serializable
-
Class com.kaltura.client.types.ServerNode extends ObjectBase implements Serializable
-
Serialized Fields
-
createdAt
Long createdAt
-
dc
Integer dc
DC where the serverNode is located -
description
String description
-
environment
String environment
Environment -
heartbeatTime
Long heartbeatTime
-
hostName
String hostName
serverNode hostName -
id
Integer id
-
name
String name
serverNode name -
parentId
String parentId
Id of the parent serverNode -
partnerId
Integer partnerId
-
status
ServerNodeStatus status
-
systemName
String systemName
serverNode uniqe system name -
tags
String tags
serverNode tags -
type
ServerNodeType type
-
updatedAt
Long updatedAt
-
-
-
Class com.kaltura.client.types.ServerNodeBaseFilter extends Filter implements Serializable
-
Serialized Fields
-
createdAtGreaterThanOrEqual
Long createdAtGreaterThanOrEqual
-
createdAtLessThanOrEqual
Long createdAtLessThanOrEqual
-
dcEqual
Integer dcEqual
-
dcIn
String dcIn
-
environmentEqual
String environmentEqual
-
environmentIn
String environmentIn
-
heartbeatTimeGreaterThanOrEqual
Long heartbeatTimeGreaterThanOrEqual
-
heartbeatTimeLessThanOrEqual
Long heartbeatTimeLessThanOrEqual
-
hostNameLike
String hostNameLike
-
hostNameMultiLikeAnd
String hostNameMultiLikeAnd
-
hostNameMultiLikeOr
String hostNameMultiLikeOr
-
idEqual
Integer idEqual
-
idIn
String idIn
-
nameEqual
String nameEqual
-
nameIn
String nameIn
-
parentIdLike
String parentIdLike
-
parentIdMultiLikeAnd
String parentIdMultiLikeAnd
-
parentIdMultiLikeOr
String parentIdMultiLikeOr
-
statusEqual
ServerNodeStatus statusEqual
-
statusIn
String statusIn
-
systemNameEqual
String systemNameEqual
-
systemNameIn
String systemNameIn
-
tagsLike
String tagsLike
-
tagsMultiLikeAnd
String tagsMultiLikeAnd
-
tagsMultiLikeOr
String tagsMultiLikeOr
-
typeEqual
ServerNodeType typeEqual
-
typeIn
String typeIn
-
updatedAtGreaterThanOrEqual
Long updatedAtGreaterThanOrEqual
-
updatedAtLessThanOrEqual
Long updatedAtLessThanOrEqual
-
-
-
Class com.kaltura.client.types.ServerNodeFilter extends ServerNodeBaseFilter implements Serializable
-
Class com.kaltura.client.types.SessionInfo extends ObjectBase implements Serializable
-
Class com.kaltura.client.types.SessionResponse extends StartWidgetSessionResponse implements Serializable
-
Class com.kaltura.client.types.SessionRestriction extends BaseRestriction implements Serializable
-
Class com.kaltura.client.types.SftpDropFolder extends SshDropFolder implements Serializable
-
Class com.kaltura.client.types.SftpDropFolderBaseFilter extends SshDropFolderFilter implements Serializable
-
Class com.kaltura.client.types.SftpDropFolderFilter extends SftpDropFolderBaseFilter implements Serializable
-
Class com.kaltura.client.types.ShortLink extends ObjectBase implements Serializable
-
Class com.kaltura.client.types.ShortLinkBaseFilter extends Filter implements Serializable
-
Serialized Fields
-
createdAtGreaterThanOrEqual
Long createdAtGreaterThanOrEqual
-
createdAtLessThanOrEqual
Long createdAtLessThanOrEqual
-
expiresAtGreaterThanOrEqual
Integer expiresAtGreaterThanOrEqual
-
expiresAtLessThanOrEqual
Integer expiresAtLessThanOrEqual
-
idEqual
String idEqual
-
idIn
String idIn
-
partnerIdEqual
Integer partnerIdEqual
-
partnerIdIn
String partnerIdIn
-
statusEqual
ShortLinkStatus statusEqual
-
statusIn
String statusIn
-
systemNameEqual
String systemNameEqual
-
systemNameIn
String systemNameIn
-
updatedAtGreaterThanOrEqual
Long updatedAtGreaterThanOrEqual
-
updatedAtLessThanOrEqual
Long updatedAtLessThanOrEqual
-
userIdEqual
String userIdEqual
-
userIdIn
String userIdIn
-
-
-
Class com.kaltura.client.types.ShortLinkFilter extends ShortLinkBaseFilter implements Serializable
-
Class com.kaltura.client.types.SipEntryServerNode extends EntryServerNode implements Serializable
-
Class com.kaltura.client.types.SipEntryServerNodeBaseFilter extends EntryServerNodeFilter implements Serializable
-
Class com.kaltura.client.types.SipEntryServerNodeFilter extends SipEntryServerNodeBaseFilter implements Serializable
-
Class com.kaltura.client.types.SipServerNode extends ServerNode implements Serializable
-
Class com.kaltura.client.types.SipServerNodeBaseFilter extends ServerNodeFilter implements Serializable
-
Class com.kaltura.client.types.SipServerNodeFilter extends SipServerNodeBaseFilter implements Serializable
-
Class com.kaltura.client.types.SiteCondition extends MatchCondition implements Serializable
-
Class com.kaltura.client.types.SiteRestriction extends BaseRestriction implements Serializable
-
Serialized Fields
-
siteList
String siteList
Comma separated list of sites (domains) to allow or deny -
siteRestrictionType
SiteRestrictionType siteRestrictionType
The site restriction type (allow or deny)
-
-
-
Class com.kaltura.client.types.SourceFileSyncDescriptor extends FileSyncDescriptor implements Serializable
-
Class com.kaltura.client.types.SshDropFolder extends RemoteDropFolder implements Serializable
-
Class com.kaltura.client.types.SshDropFolderBaseFilter extends RemoteDropFolderFilter implements Serializable
-
Class com.kaltura.client.types.SshDropFolderFilter extends SshDropFolderBaseFilter implements Serializable
-
Class com.kaltura.client.types.SshImportJobData extends ImportJobData implements Serializable
-
Class com.kaltura.client.types.SshUrlResource extends UrlResource implements Serializable
-
Class com.kaltura.client.types.Sso extends ObjectBase implements Serializable
-
Serialized Fields
-
applicationType
String applicationType
-
createdAt
Long createdAt
Creation date as Unix timestamp (In seconds) -
data
String data
-
domain
String domain
-
id
Integer id
-
partnerId
Integer partnerId
-
redirectUrl
String redirectUrl
Redirect URL for a specific application type and (partner id or domain) -
status
SsoStatus status
-
updatedAt
Long updatedAt
Last update date as Unix timestamp (In seconds)
-
-
-
Class com.kaltura.client.types.SsoBaseFilter extends RelatedFilter implements Serializable
-
Serialized Fields
-
applicationTypeEqual
String applicationTypeEqual
-
createdAtGreaterThanOrEqual
Long createdAtGreaterThanOrEqual
-
createdAtLessThanOrEqual
Long createdAtLessThanOrEqual
-
domainEqual
String domainEqual
-
idEqual
Integer idEqual
-
idIn
String idIn
-
partnerIdEqual
Integer partnerIdEqual
-
redirectUrlEqual
String redirectUrlEqual
-
statusEqual
SsoStatus statusEqual
-
statusIn
String statusIn
-
-
-
Class com.kaltura.client.types.SsoFilter extends SsoBaseFilter implements Serializable
-
Class com.kaltura.client.types.StartWidgetSessionResponse extends ObjectBase implements Serializable
-
Class com.kaltura.client.types.StatsEvent extends ObjectBase implements Serializable
-
Serialized Fields
-
applicationId
String applicationId
kaltura application name -
clientVer
String clientVer
-
contextId
Integer contextId
-
controlId
String controlId
the id of the GUI control - will be used in the future to better understand what the user clicked -
currentPoint
Integer currentPoint
the timestamp along the video when the event happend -
duration
Integer duration
the duration of the video in milliseconds - will make it much faster than quering the db for each entry -
entryId
String entryId
-
eventTimestamp
Double eventTimestamp
the client's timestamp of this event -
eventType
StatsEventType eventType
-
featureType
StatsFeatureType featureType
-
isFirstInSession
Boolean isFirstInSession
will indicate if the event is thrown for the first video in the session -
newPoint
Integer newPoint
timestamp of the new point on the timeline of the video after the user seeks -
partnerId
Integer partnerId
-
processDuration
Integer processDuration
the time in milliseconds the event took -
referrer
String referrer
the referrer of the client -
seek
Boolean seek
true if the user ever used seek in this session -
sessionId
String sessionId
a unique string generated by the client that will represent the client-side session: the primary component will pass it on to other components that sprout from it -
uiconfId
Integer uiconfId
-
uniqueViewer
String uniqueViewer
the UV cookie - creates in the operational system and should be passed on ofr every event -
userId
String userId
the partner's user id -
userIp
String userIp
will be retrieved from the request of the user -
widgetId
String widgetId
-
-
-
Class com.kaltura.client.types.StatsKmcEvent extends ObjectBase implements Serializable
-
Serialized Fields
-
clientVer
String clientVer
-
entryId
String entryId
-
eventTimestamp
Double eventTimestamp
the client's timestamp of this event -
kmcEventActionPath
String kmcEventActionPath
-
kmcEventType
StatsKmcEventType kmcEventType
-
partnerId
Integer partnerId
-
sessionId
String sessionId
a unique string generated by the client that will represent the client-side session: the primary component will pass it on to other components that sprout from it -
uiconfId
Integer uiconfId
-
userId
String userId
the partner's user id -
userIp
String userIp
will be retrieved from the request of the user -
widgetId
String widgetId
-
-
-
Class com.kaltura.client.types.StorageAddAction extends RuleAction implements Serializable
-
Class com.kaltura.client.types.StorageDeleteJobData extends StorageJobData implements Serializable
-
Class com.kaltura.client.types.StorageExportJobData extends StorageJobData implements Serializable
-
Class com.kaltura.client.types.StorageExportObjectTask extends ObjectTask implements Serializable
-
Serialized Fields
-
storageId
String storageId
Storage profile id
-
-
-
Class com.kaltura.client.types.StorageJobData extends JobData implements Serializable
-
Serialized Fields
-
destFileSyncStoredPath
String destFileSyncStoredPath
-
ftpPassiveMode
Boolean ftpPassiveMode
-
serverPassPhrase
String serverPassPhrase
-
serverPassword
String serverPassword
-
serverPrivateKey
String serverPrivateKey
-
serverPublicKey
String serverPublicKey
-
serverUrl
String serverUrl
-
serverUsername
String serverUsername
-
srcFileEncryptionKey
String srcFileEncryptionKey
-
srcFileSyncId
String srcFileSyncId
-
srcFileSyncLocalPath
String srcFileSyncLocalPath
-
-
-
Class com.kaltura.client.types.StorageProfile extends ObjectBase implements Serializable
-
Serialized Fields
-
allowAutoDelete
Integer allowAutoDelete
Flag sugnifying that the storage exported content should be deleted when soure entry is deleted -
createdAt
Long createdAt
-
createFileLink
Boolean createFileLink
Indicates to the local file transfer manager to create a link to the file instead of copying it -
deliveryPriority
Integer deliveryPriority
Delivery Priority -
deliveryProfileIds
List<KeyValue> deliveryProfileIds
Delivery profile ids -
deliveryStatus
StorageProfileDeliveryStatus deliveryStatus
-
desciption
String desciption
-
excludedEntryTypes
String excludedEntryTypes
-
excludedFlavorParamsIds
String excludedFlavorParamsIds
-
exportPeriodically
Boolean exportPeriodically
-
flavorParamsIds
String flavorParamsIds
-
id
Integer id
-
maxConcurrentConnections
Integer maxConcurrentConnections
-
maxFileSize
Integer maxFileSize
-
minFileSize
Integer minFileSize
-
name
String name
-
packagerUrl
String packagerUrl
-
partnerId
Integer partnerId
-
passPhrase
String passPhrase
-
pathManagerClass
String pathManagerClass
-
pathManagerParams
List<KeyValue> pathManagerParams
-
pathPrefix
String pathPrefix
-
port
Integer port
-
privateKey
String privateKey
-
protocol
StorageProfileProtocol protocol
-
publicKey
String publicKey
-
readyBehavior
StorageProfileReadyBehavior readyBehavior
-
rules
List<Rule> rules
Holds storage profile export rules -
shouldExportCaptions
Boolean shouldExportCaptions
-
shouldExportThumbs
Boolean shouldExportThumbs
-
status
StorageProfileStatus status
-
storageBaseDir
String storageBaseDir
-
storageFtpPassiveMode
Boolean storageFtpPassiveMode
-
storagePassword
String storagePassword
-
storageUrl
String storageUrl
-
storageUsername
String storageUsername
-
systemName
String systemName
-
trigger
Integer trigger
No need to create enum for temp field -
updatedAt
Long updatedAt
-
-
-
Class com.kaltura.client.types.StorageProfileBaseFilter extends Filter implements Serializable
-
Serialized Fields
-
createdAtGreaterThanOrEqual
Long createdAtGreaterThanOrEqual
-
createdAtLessThanOrEqual
Long createdAtLessThanOrEqual
-
idEqual
Integer idEqual
-
idIn
String idIn
-
partnerIdEqual
Integer partnerIdEqual
-
partnerIdIn
String partnerIdIn
-
protocolEqual
StorageProfileProtocol protocolEqual
-
protocolIn
String protocolIn
-
statusEqual
StorageProfileStatus statusEqual
-
statusIn
String statusIn
-
systemNameEqual
String systemNameEqual
-
systemNameIn
String systemNameIn
-
updatedAtGreaterThanOrEqual
Long updatedAtGreaterThanOrEqual
-
updatedAtLessThanOrEqual
Long updatedAtLessThanOrEqual
-
-
-
Class com.kaltura.client.types.StorageProfileFilter extends StorageProfileBaseFilter implements Serializable
-
Class com.kaltura.client.types.StreamContainer extends ObjectBase implements Serializable
-
Class com.kaltura.client.types.StringField extends StringValue implements Serializable
-
Class com.kaltura.client.types.StringHolder extends ObjectBase implements Serializable
-
Serialized Fields
-
value
String value
-
-
-
Class com.kaltura.client.types.StringResource extends ContentResource implements Serializable
-
Serialized Fields
-
content
String content
Textual content
-
-
-
Class com.kaltura.client.types.StringValue extends Value implements Serializable
-
Serialized Fields
-
value
String value
-
-
-
Class com.kaltura.client.types.SwfFlavorParams extends FlavorParams implements Serializable
-
Class com.kaltura.client.types.SwfFlavorParamsBaseFilter extends FlavorParamsFilter implements Serializable
-
Class com.kaltura.client.types.SwfFlavorParamsFilter extends SwfFlavorParamsBaseFilter implements Serializable
-
Class com.kaltura.client.types.SwfFlavorParamsOutput extends FlavorParamsOutput implements Serializable
-
Class com.kaltura.client.types.SwfFlavorParamsOutputBaseFilter extends FlavorParamsOutputFilter implements Serializable
-
Class com.kaltura.client.types.SwfFlavorParamsOutputFilter extends SwfFlavorParamsOutputBaseFilter implements Serializable
-
Class com.kaltura.client.types.SyncCategoryPrivacyContextJobData extends JobData implements Serializable
-
Serialized Fields
-
categoryId
Integer categoryId
category id -
lastUpdatedCategoryCreatedAt
Integer lastUpdatedCategoryCreatedAt
Saves the last sub category creation date that was updated In case of crash the batch will restart from that point -
lastUpdatedCategoryEntryCreatedAt
Integer lastUpdatedCategoryEntryCreatedAt
Saves the last category entry creation date that was updated In case of crash the batch will restart from that point
-
-
-
Class com.kaltura.client.types.SyndicationDistributionProfile extends DistributionProfile implements Serializable
-
Class com.kaltura.client.types.SyndicationDistributionProfileBaseFilter extends DistributionProfileFilter implements Serializable
-
Class com.kaltura.client.types.SyndicationDistributionProfileFilter extends SyndicationDistributionProfileBaseFilter implements Serializable
-
Class com.kaltura.client.types.SyndicationDistributionProvider extends DistributionProvider implements Serializable
-
Class com.kaltura.client.types.SyndicationDistributionProviderBaseFilter extends DistributionProviderFilter implements Serializable
-
Class com.kaltura.client.types.SyndicationFeedEntryCount extends ObjectBase implements Serializable
-
Serialized Fields
-
actualEntryCount
Integer actualEntryCount
count of entries that will appear in the feed (including all relevant filters) -
requireTranscodingCount
Integer requireTranscodingCount
count of entries that requires transcoding in order to be included in feed -
totalEntryCount
Integer totalEntryCount
the total count of entries that should appear in the feed without flavor filtering
-
-
-
Class com.kaltura.client.types.SystemPartnerFilter extends PartnerFilter implements Serializable
-
Class com.kaltura.client.types.SystemPartnerUsageFilter extends Filter implements Serializable
-
Class com.kaltura.client.types.SystemPartnerUsageItem extends ObjectBase implements Serializable
-
Serialized Fields
-
audioEntriesCount
Integer audioEntriesCount
Number of new audio entries created during specific date range -
avgStorage
Double avgStorage
The average amount of storage consumption during the given date range for the specific publisher -
bandwidth
Double bandwidth
The total bandwidth usage during the given date range (in MB) -
combinedBandwidthStorage
Double combinedBandwidthStorage
The combined amount of bandwidth and storage consumed during the given date range for the specific publisher -
deletedStorage
Double deletedStorage
Amount of deleted storage in MB -
entriesCount
Integer entriesCount
Number of new entries created during specific date range -
imageEntriesCount
Integer imageEntriesCount
Number of new image entries created during specific date range -
mixEntriesCount
Integer mixEntriesCount
Number of new mix entries created during specific date range -
partnerCreatedAt
Integer partnerCreatedAt
Partner creation date (Unix timestamp) -
partnerId
Integer partnerId
Partner ID -
partnerName
String partnerName
Partner name -
partnerPackage
Integer partnerPackage
Partner package -
partnerStatus
PartnerStatus partnerStatus
Partner status -
peakStorage
Double peakStorage
The peak amount of storage consumption during the given date range for the specific publisher -
plays
Integer plays
Number of plays in the specific date range -
storage
Double storage
The change in storage consumption (new uploads) during the given date range (in MB) -
totalEntriesCount
Integer totalEntriesCount
Total number of entries -
totalStorage
Double totalStorage
The total storage consumption (in MB) -
transcodingUsage
Double transcodingUsage
Amount of transcoding usage in MB -
videoEntriesCount
Integer videoEntriesCount
Number of new video entries created during specific date range -
views
Integer views
Number of player loads in the specific date range
-
-
-
Class com.kaltura.client.types.Tag extends ObjectBase implements Serializable
-
Class com.kaltura.client.types.TagFilter extends Filter implements Serializable
-
Serialized Fields
-
instanceCountEqual
Integer instanceCountEqual
-
instanceCountIn
Integer instanceCountIn
-
objectTypeEqual
TaggedObjectType objectTypeEqual
-
tagEqual
String tagEqual
-
tagStartsWith
String tagStartsWith
-
-
-
Class com.kaltura.client.types.TaskEntryServerNode extends EntryServerNode implements Serializable
-
Class com.kaltura.client.types.ThumbAsset extends Asset implements Serializable
-
Serialized Fields
-
height
Integer height
The height of the Flavor Asset -
status
ThumbAssetStatus status
The status of the asset -
thumbParamsId
Integer thumbParamsId
The Flavor Params used to create this Flavor Asset -
width
Integer width
The width of the Flavor Asset
-
-
-
Class com.kaltura.client.types.ThumbAssetBaseFilter extends AssetFilter implements Serializable
-
Serialized Fields
-
statusEqual
ThumbAssetStatus statusEqual
-
statusIn
String statusIn
-
statusNotIn
String statusNotIn
-
thumbParamsIdEqual
Integer thumbParamsIdEqual
-
thumbParamsIdIn
String thumbParamsIdIn
-
-
-
Class com.kaltura.client.types.ThumbAssetFilter extends ThumbAssetBaseFilter implements Serializable
-
Class com.kaltura.client.types.ThumbCuePoint extends CuePoint implements Serializable
-
Serialized Fields
-
assetId
String assetId
-
description
String description
-
subType
ThumbCuePointSubType subType
The sub type of the ThumbCuePoint -
title
String title
-
-
-
Class com.kaltura.client.types.ThumbCuePointBaseFilter extends CuePointFilter implements Serializable
-
Serialized Fields
-
descriptionLike
String descriptionLike
-
descriptionMultiLikeAnd
String descriptionMultiLikeAnd
-
descriptionMultiLikeOr
String descriptionMultiLikeOr
-
subTypeEqual
ThumbCuePointSubType subTypeEqual
-
subTypeIn
String subTypeIn
-
titleLike
String titleLike
-
titleMultiLikeAnd
String titleMultiLikeAnd
-
titleMultiLikeOr
String titleMultiLikeOr
-
-
-
Class com.kaltura.client.types.ThumbCuePointFilter extends ThumbCuePointBaseFilter implements Serializable
-
Class com.kaltura.client.types.ThumbnailServeOptions extends AssetServeOptions implements Serializable
-
Class com.kaltura.client.types.ThumbParams extends AssetParams implements Serializable
-
Serialized Fields
-
backgroundColor
String backgroundColor
Hexadecimal value -
cropHeight
Integer cropHeight
-
cropType
ThumbCropType cropType
-
cropWidth
Integer cropWidth
-
cropX
Integer cropX
-
cropY
Integer cropY
-
density
Integer density
The image density (dpi) for example: 72 or 96 -
format
ContainerFormat format
The container format of the Flavor Params -
height
Integer height
-
interval
Integer interval
interval in seconds for creating thumbnail -
quality
Integer quality
-
scaleHeight
Double scaleHeight
-
scaleWidth
Double scaleWidth
-
sourceParamsId
Integer sourceParamsId
Id of the flavor params or the thumbnail params to be used as source for the thumbnail creation -
stripProfiles
Boolean stripProfiles
Strip profiles and comments -
videoOffset
Double videoOffset
-
videoOffsetInPercentage
Integer videoOffsetInPercentage
Create thumbnail from the videoLengthpercentage second -
width
Integer width
-
-
-
Class com.kaltura.client.types.ThumbParamsBaseFilter extends AssetParamsFilter implements Serializable
-
Serialized Fields
-
formatEqual
ContainerFormat formatEqual
-
-
-
Class com.kaltura.client.types.ThumbParamsFilter extends ThumbParamsBaseFilter implements Serializable
-
Class com.kaltura.client.types.ThumbParamsOutput extends ThumbParams implements Serializable
-
Class com.kaltura.client.types.ThumbParamsOutputBaseFilter extends ThumbParamsFilter implements Serializable
-
Class com.kaltura.client.types.ThumbParamsOutputFilter extends ThumbParamsOutputBaseFilter implements Serializable
-
Class com.kaltura.client.types.TimeContextField extends IntegerField implements Serializable
-
Serialized Fields
-
offset
Integer offset
Time offset in seconds since current time
-
-
-
Class com.kaltura.client.types.TimedThumbAsset extends ThumbAsset implements Serializable
-
Serialized Fields
-
cuePointId
String cuePointId
Associated thumb cue point ID
-
-
-
Class com.kaltura.client.types.TimedThumbAssetBaseFilter extends ThumbAssetFilter implements Serializable
-
Class com.kaltura.client.types.TimedThumbAssetFilter extends TimedThumbAssetBaseFilter implements Serializable
-
Class com.kaltura.client.types.TimeRangeVendorCredit extends VendorCredit implements Serializable
-
Serialized Fields
-
toDate
Long toDate
-
-
-
Class com.kaltura.client.types.TrackEntry extends ObjectBase implements Serializable
-
Serialized Fields
-
changedProperties
String changedProperties
-
context
String context
-
createdAt
Long createdAt
-
description
String description
-
entryId
String entryId
-
hostName
String hostName
-
id
Integer id
-
ks
String ks
-
paramStr1
String paramStr1
-
paramStr2
String paramStr2
-
paramStr3
String paramStr3
-
partnerId
Integer partnerId
-
psVersion
String psVersion
-
sessionId
Integer sessionId
-
trackEventType
TrackEntryEventType trackEventType
-
updatedAt
Long updatedAt
-
userId
String userId
-
userIp
String userIp
-
-
-
Class com.kaltura.client.types.TranscriptAsset extends AttachmentAsset implements Serializable
-
Serialized Fields
-
accuracy
Double accuracy
The accuracy of the transcript - values between 0 and 1 -
humanVerified
Boolean humanVerified
Was verified by human or machine -
language
Language language
The language of the transcript -
providerType
TranscriptProviderType providerType
The provider of the transcript
-
-
-
Class com.kaltura.client.types.TranscriptAssetBaseFilter extends AttachmentAssetFilter implements Serializable
-
Class com.kaltura.client.types.TranscriptAssetFilter extends TranscriptAssetBaseFilter implements Serializable
-
Class com.kaltura.client.types.TransformMetadataJobData extends JobData implements Serializable
-
Serialized Fields
-
destVersion
Integer destVersion
-
destXsd
FileContainer destXsd
-
metadataProfileId
Integer metadataProfileId
-
srcVersion
Integer srcVersion
-
srcXsl
FileContainer srcXsl
-
-
-
Class com.kaltura.client.types.TranslationVendorTaskData extends VendorTaskDataCaptionAsset implements Serializable
-
Class com.kaltura.client.types.TubeMogulSyndicationFeed extends BaseSyndicationFeed implements Serializable
-
Serialized Fields
-
category
TubeMogulSyndicationFeedCategories category
-
-
-
Class com.kaltura.client.types.TubeMogulSyndicationFeedBaseFilter extends BaseSyndicationFeedFilter implements Serializable
-
Class com.kaltura.client.types.TubeMogulSyndicationFeedFilter extends TubeMogulSyndicationFeedBaseFilter implements Serializable
-
Class com.kaltura.client.types.UiConf extends ObjectBase implements Serializable
-
Serialized Fields
-
confFile
String confFile
-
confFileFeatures
String confFileFeatures
-
confFilePath
String confFilePath
-
config
String config
-
confVars
String confVars
-
createdAt
Long createdAt
Entry creation date as Unix timestamp (In seconds) -
creationMode
UiConfCreationMode creationMode
-
description
String description
-
height
Integer height
-
html5Url
String html5Url
-
htmlParams
String htmlParams
-
id
Integer id
-
name
String name
Name of the uiConf, this is not a primary key -
objType
UiConfObjType objType
-
objTypeAsString
String objTypeAsString
-
partnerId
Integer partnerId
-
partnerTags
String partnerTags
-
swfUrl
String swfUrl
-
swfUrlVersion
String swfUrlVersion
-
tags
String tags
-
updatedAt
Long updatedAt
Entry creation date as Unix timestamp (In seconds) -
useCdn
Boolean useCdn
-
version
String version
UiConf version -
width
Integer width
-
-
-
Class com.kaltura.client.types.UiConfAdmin extends UiConf implements Serializable
-
Serialized Fields
-
isPublic
Boolean isPublic
-
-
-
Class com.kaltura.client.types.UiConfAdminBaseFilter extends UiConfFilter implements Serializable
-
Class com.kaltura.client.types.UiConfAdminFilter extends UiConfAdminBaseFilter implements Serializable
-
Class com.kaltura.client.types.UiConfBaseFilter extends Filter implements Serializable
-
Serialized Fields
-
createdAtGreaterThanOrEqual
Long createdAtGreaterThanOrEqual
-
createdAtLessThanOrEqual
Long createdAtLessThanOrEqual
-
creationModeEqual
UiConfCreationMode creationModeEqual
-
creationModeIn
String creationModeIn
-
idEqual
Integer idEqual
-
idIn
String idIn
-
nameLike
String nameLike
-
objTypeEqual
UiConfObjType objTypeEqual
-
objTypeIn
String objTypeIn
-
partnerIdEqual
Integer partnerIdEqual
-
partnerIdIn
String partnerIdIn
-
partnerTagsMultiLikeAnd
String partnerTagsMultiLikeAnd
-
partnerTagsMultiLikeOr
String partnerTagsMultiLikeOr
-
tagsMultiLikeAnd
String tagsMultiLikeAnd
-
tagsMultiLikeOr
String tagsMultiLikeOr
-
updatedAtGreaterThanOrEqual
Long updatedAtGreaterThanOrEqual
-
updatedAtLessThanOrEqual
Long updatedAtLessThanOrEqual
-
versionEqual
String versionEqual
-
versionMultiLikeAnd
String versionMultiLikeAnd
-
versionMultiLikeOr
String versionMultiLikeOr
-
-
-
Class com.kaltura.client.types.UiConfFilter extends UiConfBaseFilter implements Serializable
-
Class com.kaltura.client.types.UiConfTypeInfo extends ObjectBase implements Serializable
-
Serialized Fields
-
directory
String directory
The direcotry this type is saved at -
filename
String filename
Filename for this UiConf type -
type
UiConfObjType type
UiConf Type -
versions
List<StringHolder> versions
Available versions
-
-
-
Class com.kaltura.client.types.UnicornDistributionJobProviderData extends ConfigurableDistributionJobProviderData implements Serializable
-
Serialized Fields
-
catalogGuid
String catalogGuid
The Catalog GUID the video is in or will be ingested into. -
flavorAssetVersion
String flavorAssetVersion
Flavor asset version. -
mediaChanged
Boolean mediaChanged
Indicates that the media content changed and therefore the job should wait for HTTP callback notification to be closed. -
notificationBaseUrl
String notificationBaseUrl
The schema and host name to the Kaltura server, e.g. http://www.kaltura.com -
title
String title
The Title assigned to the video. The Foreign Key will be used if no title is provided.
-
-
-
Class com.kaltura.client.types.UnicornDistributionProfile extends ConfigurableDistributionProfile implements Serializable
-
Serialized Fields
-
adFreeApplicationGuid
String adFreeApplicationGuid
The GUID for the application in which to record metrics and enforce business rules obtained through your Unicorn representative. -
apiHostUrl
String apiHostUrl
The API host URL that the Upload User should have access to, Used for HTTP content submission. -
channelGuid
String channelGuid
The Channel GUID assigned to this Publication Rule. Must be a valid Channel in the Domain that was used in authentication. -
domainGuid
String domainGuid
The GUID of the Customer Domain in the Unicorn system obtained by contacting your Unicorn representative. -
domainName
String domainName
The name of the Domain that the Upload User should have access to, Used for authentication. -
password
String password
The password used in association with the email to determine if the Upload User is authorized the incoming request. -
remoteAssetParamsId
Integer remoteAssetParamsId
The flavor-params that will be used for the remote asset. -
storageProfileId
String storageProfileId
The remote storage that should be used for the remote asset. -
username
String username
The email address associated with the Upload User, used to authorize the incoming request.
-
-
-
Class com.kaltura.client.types.UnicornDistributionProfileBaseFilter extends ConfigurableDistributionProfileFilter implements Serializable
-
Class com.kaltura.client.types.UnicornDistributionProfileFilter extends UnicornDistributionProfileBaseFilter implements Serializable
-
Class com.kaltura.client.types.UnicornDistributionProvider extends DistributionProvider implements Serializable
-
Class com.kaltura.client.types.UnicornDistributionProviderBaseFilter extends DistributionProviderFilter implements Serializable
-
Class com.kaltura.client.types.UnicornDistributionProviderFilter extends UnicornDistributionProviderBaseFilter implements Serializable
-
Class com.kaltura.client.types.UnlimitedVendorCredit extends BaseVendorCredit implements Serializable
-
Class com.kaltura.client.types.UploadedFileTokenResource extends GenericDataCenterContentResource implements Serializable
-
Serialized Fields
-
token
String token
Token that returned from upload.upload action or uploadToken.add action.
-
-
-
Class com.kaltura.client.types.UploadResponse extends ObjectBase implements Serializable
-
Serialized Fields
-
errorCode
UploadErrorCode errorCode
-
errorDescription
String errorDescription
-
fileSize
Integer fileSize
-
uploadTokenId
String uploadTokenId
-
-
-
Class com.kaltura.client.types.UploadToken extends ObjectBase implements Serializable
-
Serialized Fields
-
attachedObjectId
String attachedObjectId
The id of the object this token is attached to. -
attachedObjectType
String attachedObjectType
The type of the object this token is attached to. -
autoFinalize
Boolean autoFinalize
autoFinalize - Should the upload be finalized once the file size on disk matches the file size reported when adding the upload token. -
createdAt
Long createdAt
Creation date as Unix timestamp (In seconds) -
fileName
String fileName
Name of the file for the upload token, can be empty when the upload token is created and will be updated internally after the file is uploaded -
fileSize
Double fileSize
File size in bytes, can be empty when the upload token is created and will be updated internally after the file is uploaded -
id
String id
Upload token unique ID -
partnerId
Integer partnerId
Partner ID of the upload token -
status
UploadTokenStatus status
Status of the upload token -
updatedAt
Long updatedAt
Last update date as Unix timestamp (In seconds) -
uploadedFileSize
Double uploadedFileSize
Uploaded file size in bytes, can be used to identify how many bytes were uploaded before resuming -
uploadUrl
String uploadUrl
Upload url - to explicitly determine to which domain to address the uploadToken->upload call -
userId
String userId
User id for the upload token
-
-
-
Class com.kaltura.client.types.UploadTokenBaseFilter extends Filter implements Serializable
-
Class com.kaltura.client.types.UploadTokenFilter extends UploadTokenBaseFilter implements Serializable
-
Class com.kaltura.client.types.UrlAuthenticationParamsCondition extends Condition implements Serializable
-
Class com.kaltura.client.types.UrlRecognizer extends ObjectBase implements Serializable
-
Class com.kaltura.client.types.UrlRecognizerAkamaiG2O extends UrlRecognizer implements Serializable
-
Class com.kaltura.client.types.UrlRecognizerKaltura extends UrlRecognizer implements Serializable
-
Serialized Fields
-
key
String key
-
-
-
Class com.kaltura.client.types.UrlResource extends ContentResource implements Serializable
-
Serialized Fields
-
forceAsyncDownload
Boolean forceAsyncDownload
Force Import Job -
url
String url
Remote URL, FTP, HTTP or HTTPS -
urlHeaders
List<StringHolder> urlHeaders
-
-
-
Class com.kaltura.client.types.UrlTokenizer extends ObjectBase implements Serializable
-
Class com.kaltura.client.types.UrlTokenizerAkamaiHttp extends UrlTokenizer implements Serializable
-
Class com.kaltura.client.types.UrlTokenizerAkamaiRtmp extends UrlTokenizer implements Serializable
-
Class com.kaltura.client.types.UrlTokenizerAkamaiRtsp extends UrlTokenizer implements Serializable
-
Class com.kaltura.client.types.UrlTokenizerAkamaiSecureHd extends UrlTokenizer implements Serializable
-
Class com.kaltura.client.types.UrlTokenizerBitGravity extends UrlTokenizer implements Serializable
-
Serialized Fields
-
hashPatternRegex
String hashPatternRegex
hashPatternRegex
-
-
-
Class com.kaltura.client.types.UrlTokenizerChinaCache extends UrlTokenizer implements Serializable
-
Serialized Fields
-
algorithmId
ChinaCacheAlgorithmType algorithmId
-
keyId
Integer keyId
-
-
-
Class com.kaltura.client.types.UrlTokenizerCht extends UrlTokenizer implements Serializable
-
Class com.kaltura.client.types.UrlTokenizerCloudFront extends UrlTokenizer implements Serializable
-
Class com.kaltura.client.types.UrlTokenizerKaltura extends UrlTokenizer implements Serializable
-
Class com.kaltura.client.types.UrlTokenizerKs extends UrlTokenizer implements Serializable
-
Class com.kaltura.client.types.UrlTokenizerL3 extends UrlTokenizer implements Serializable
-
Class com.kaltura.client.types.UrlTokenizerLevel3 extends UrlTokenizer implements Serializable
-
Class com.kaltura.client.types.UrlTokenizerLimeLight extends UrlTokenizer implements Serializable
-
Class com.kaltura.client.types.UrlTokenizerVelocix extends UrlTokenizer implements Serializable
-
Class com.kaltura.client.types.UrlTokenizerVnpt extends UrlTokenizer implements Serializable
-
Class com.kaltura.client.types.UrlTokenizerWowzaSecureToken extends UrlTokenizer implements Serializable
-
Class com.kaltura.client.types.User extends BaseUser implements Serializable
-
Serialized Fields
-
attendanceInfo
String attendanceInfo
-
company
String company
-
dateOfBirth
Integer dateOfBirth
-
encryptedSeed
String encryptedSeed
-
externalId
String externalId
This field should be sent instead of the id field whenever you want to work with hashed user ids -
firstName
String firstName
-
gender
Gender gender
-
isAccountOwner
Boolean isAccountOwner
-
isAdmin
Boolean isAdmin
-
isGuest
Boolean isGuest
-
isSsoExcluded
Boolean isSsoExcluded
-
ksPrivileges
String ksPrivileges
-
lastName
String lastName
-
loginEnabled
Boolean loginEnabled
-
password
String password
-
registrationInfo
String registrationInfo
-
roleIds
String roleIds
-
roleNames
String roleNames
-
title
String title
-
type
UserType type
-
-
-
Class com.kaltura.client.types.UserAgentCondition extends RegexCondition implements Serializable
-
Class com.kaltura.client.types.UserAgentContextField extends StringField implements Serializable
-
Class com.kaltura.client.types.UserAgentRestriction extends BaseRestriction implements Serializable
-
Serialized Fields
-
userAgentRegexList
String userAgentRegexList
A comma seperated list of user agent regular expressions -
userAgentRestrictionType
UserAgentRestrictionType userAgentRestrictionType
User agent restriction type (Allow or deny)
-
-
-
Class com.kaltura.client.types.UserBaseFilter extends BaseUserFilter implements Serializable
-
Class com.kaltura.client.types.UserEmailContextField extends StringField implements Serializable
-
Class com.kaltura.client.types.UserEntry extends ObjectBase implements Serializable
-
Serialized Fields
-
createdAt
Long createdAt
-
entryId
String entryId
-
extendedStatus
UserEntryExtendedStatus extendedStatus
-
id
Long id
unique auto-generated identifier -
partnerId
Integer partnerId
-
status
UserEntryStatus status
-
type
UserEntryType type
-
updatedAt
Long updatedAt
-
userId
String userId
-
-
-
Class com.kaltura.client.types.UserEntryBaseFilter extends RelatedFilter implements Serializable
-
Serialized Fields
-
createdAtGreaterThanOrEqual
Long createdAtGreaterThanOrEqual
-
createdAtLessThanOrEqual
Long createdAtLessThanOrEqual
-
entryIdEqual
String entryIdEqual
-
entryIdIn
String entryIdIn
-
entryIdNotIn
String entryIdNotIn
-
extendedStatusEqual
UserEntryExtendedStatus extendedStatusEqual
-
extendedStatusIn
String extendedStatusIn
-
extendedStatusNotIn
String extendedStatusNotIn
-
idEqual
Integer idEqual
-
idIn
String idIn
-
idNotIn
String idNotIn
-
statusEqual
UserEntryStatus statusEqual
-
typeEqual
UserEntryType typeEqual
-
updatedAtGreaterThanOrEqual
Long updatedAtGreaterThanOrEqual
-
updatedAtLessThanOrEqual
Long updatedAtLessThanOrEqual
-
userIdEqual
String userIdEqual
-
userIdIn
String userIdIn
-
userIdNotIn
String userIdNotIn
-
-
-
Class com.kaltura.client.types.UserEntryFilter extends UserEntryBaseFilter implements Serializable
-
Class com.kaltura.client.types.UserFilter extends UserBaseFilter implements Serializable
-
Serialized Fields
-
firstNameOrLastNameStartsWith
String firstNameOrLastNameStartsWith
-
idOrScreenNameStartsWith
String idOrScreenNameStartsWith
-
loginEnabledEqual
Boolean loginEnabledEqual
-
permissionNamesMultiLikeAnd
String permissionNamesMultiLikeAnd
Permission names filter expression -
permissionNamesMultiLikeOr
String permissionNamesMultiLikeOr
Permission names filter expression -
roleIdEqual
String roleIdEqual
-
roleIdsEqual
String roleIdsEqual
-
roleIdsIn
String roleIdsIn
-
-
-
Class com.kaltura.client.types.UserLoginData extends ObjectBase implements Serializable
-
Class com.kaltura.client.types.UserLoginDataBaseFilter extends RelatedFilter implements Serializable
-
Serialized Fields
-
loginEmailEqual
String loginEmailEqual
-
-
-
Class com.kaltura.client.types.UserLoginDataFilter extends UserLoginDataBaseFilter implements Serializable
-
Class com.kaltura.client.types.UserRole extends ObjectBase implements Serializable
-
Class com.kaltura.client.types.UserRoleBaseFilter extends RelatedFilter implements Serializable
-
Serialized Fields
-
createdAtGreaterThanOrEqual
Long createdAtGreaterThanOrEqual
-
createdAtLessThanOrEqual
Long createdAtLessThanOrEqual
-
descriptionLike
String descriptionLike
-
idEqual
Integer idEqual
-
idIn
String idIn
-
nameEqual
String nameEqual
-
nameIn
String nameIn
-
partnerIdEqual
Integer partnerIdEqual
-
partnerIdIn
String partnerIdIn
-
statusEqual
UserRoleStatus statusEqual
-
statusIn
String statusIn
-
systemNameEqual
String systemNameEqual
-
systemNameIn
String systemNameIn
-
tagsMultiLikeAnd
String tagsMultiLikeAnd
-
tagsMultiLikeOr
String tagsMultiLikeOr
-
updatedAtGreaterThanOrEqual
Long updatedAtGreaterThanOrEqual
-
updatedAtLessThanOrEqual
Long updatedAtLessThanOrEqual
-
-
-
Class com.kaltura.client.types.UserRoleCondition extends Condition implements Serializable
-
Serialized Fields
-
roleIds
String roleIds
Comma separated list of role ids
-
-
-
Class com.kaltura.client.types.UserRoleFilter extends UserRoleBaseFilter implements Serializable
-
Class com.kaltura.client.types.UsersCsvJobData extends MappedObjectsCsvJobData implements Serializable
-
Serialized Fields
-
filter
UserFilter filter
The filter should return the list of users that need to be specified in the csv.
-
-
-
Class com.kaltura.client.types.ValidateActiveEdgeCondition extends Condition implements Serializable
-
Serialized Fields
-
edgeServerIds
String edgeServerIds
Comma separated list of edge servers to validate are active
-
-
-
Class com.kaltura.client.types.Value extends ObjectBase implements Serializable
-
Serialized Fields
-
description
String description
-
-
-
Class com.kaltura.client.types.VarPartnerUsageItem extends ObjectBase implements Serializable
-
Serialized Fields
-
audioEntriesCount
Integer audioEntriesCount
Number of new audio entries created during specific date range -
avgStorage
Double avgStorage
The average amount of storage consumption during the given date range for the specific publisher -
bandwidth
Double bandwidth
The total bandwidth usage during the given date range (in MB) -
combinedStorageBandwidth
Double combinedStorageBandwidth
The combined amount of bandwidth and storage consumed during the given date range for the specific publisher -
dateId
String dateId
TGhe date at which the report was taken - Unix Timestamp -
deletedStorage
Double deletedStorage
The deleted storage consumption (new uploads) during the given date range (in MB) -
entriesCount
Integer entriesCount
Number of new entries created during specific date range -
imageEntriesCount
Integer imageEntriesCount
Number of new image entries created during specific date range -
mixEntriesCount
Integer mixEntriesCount
Number of new mix entries created during specific date range -
partnerCreatedAt
Integer partnerCreatedAt
Partner creation date (Unix timestamp) -
partnerId
Integer partnerId
Partner ID -
partnerName
String partnerName
Partner name -
partnerPackage
Integer partnerPackage
Partner package -
partnerStatus
PartnerStatus partnerStatus
Partner status -
peakStorage
Double peakStorage
The peak amount of storage consumption during the given date range for the specific publisher -
plays
Integer plays
Number of plays in the specific date range -
storage
Double storage
The added storage consumption (new uploads) during the given date range (in MB) -
totalEntriesCount
Integer totalEntriesCount
Total number of entries -
totalStorage
Double totalStorage
The total storage consumption (in MB) -
transcodingUsage
Double transcodingUsage
Amount of transcoding usage in MB -
videoEntriesCount
Integer videoEntriesCount
Number of new video entries created during specific date range -
views
Integer views
Number of player loads in the specific date range
-
-
-
Class com.kaltura.client.types.VarPartnerUsageTotalItem extends VarPartnerUsageItem implements Serializable
-
Class com.kaltura.client.types.VelocixProvisionJobData extends ProvisionJobData implements Serializable
-
Class com.kaltura.client.types.VendorAlignmentCatalogItem extends VendorCatalogItem implements Serializable
-
Serialized Fields
-
outputFormat
VendorCatalogItemOutputFormat outputFormat
-
-
-
Class com.kaltura.client.types.VendorAlignmentCatalogItemFilter extends VendorCaptionsCatalogItemBaseFilter implements Serializable
-
Class com.kaltura.client.types.VendorAudioDescriptionCatalogItem extends VendorCatalogItem implements Serializable
-
Class com.kaltura.client.types.VendorAudioDescriptionCatalogItemFilter extends VendorCaptionsCatalogItemBaseFilter implements Serializable
-
Class com.kaltura.client.types.VendorCaptionsCatalogItem extends VendorCatalogItem implements Serializable
-
Serialized Fields
-
enableSpeakerId
Boolean enableSpeakerId
-
fixedPriceAddons
Integer fixedPriceAddons
-
outputFormat
VendorCatalogItemOutputFormat outputFormat
-
-
-
Class com.kaltura.client.types.VendorCaptionsCatalogItemBaseFilter extends VendorCatalogItemFilter implements Serializable
-
Serialized Fields
-
outputFormatEqual
VendorCatalogItemOutputFormat outputFormatEqual
-
outputFormatIn
String outputFormatIn
-
sourceLanguageEqual
CatalogItemLanguage sourceLanguageEqual
-
sourceLanguageIn
String sourceLanguageIn
-
-
-
Class com.kaltura.client.types.VendorCaptionsCatalogItemFilter extends VendorCaptionsCatalogItemBaseFilter implements Serializable
-
Class com.kaltura.client.types.VendorCatalogItem extends ObjectBase implements Serializable
-
Serialized Fields
-
allowResubmission
Boolean allowResubmission
-
createdAt
Long createdAt
-
engineType
ReachVendorEngineType engineType
Property showing the catalog item's engine type, in case a vendor can offer the same service via different engines. -
id
Integer id
-
name
String name
-
pricing
VendorCatalogItemPricing pricing
-
serviceFeature
VendorServiceFeature serviceFeature
-
serviceType
VendorServiceType serviceType
-
sourceLanguage
CatalogItemLanguage sourceLanguage
-
status
VendorCatalogItemStatus status
-
systemName
String systemName
-
turnAroundTime
VendorServiceTurnAroundTime turnAroundTime
-
updatedAt
Long updatedAt
-
vendorPartnerId
Integer vendorPartnerId
-
-
-
Class com.kaltura.client.types.VendorCatalogItemBaseFilter extends RelatedFilter implements Serializable
-
Serialized Fields
-
createdAtGreaterThanOrEqual
Long createdAtGreaterThanOrEqual
-
createdAtLessThanOrEqual
Long createdAtLessThanOrEqual
-
idEqual
Integer idEqual
-
idIn
String idIn
-
idNotIn
String idNotIn
-
serviceFeatureEqual
VendorServiceFeature serviceFeatureEqual
-
serviceFeatureIn
String serviceFeatureIn
-
serviceTypeEqual
VendorServiceType serviceTypeEqual
-
serviceTypeIn
String serviceTypeIn
-
statusEqual
VendorCatalogItemStatus statusEqual
-
statusIn
String statusIn
-
turnAroundTimeEqual
VendorServiceTurnAroundTime turnAroundTimeEqual
-
turnAroundTimeIn
String turnAroundTimeIn
-
updatedAtGreaterThanOrEqual
Long updatedAtGreaterThanOrEqual
-
updatedAtLessThanOrEqual
Long updatedAtLessThanOrEqual
-
vendorPartnerIdEqual
Integer vendorPartnerIdEqual
-
vendorPartnerIdIn
String vendorPartnerIdIn
-
-
-
Class com.kaltura.client.types.VendorCatalogItemFilter extends VendorCatalogItemBaseFilter implements Serializable
-
Serialized Fields
-
partnerIdEqual
Integer partnerIdEqual
-
-
-
Class com.kaltura.client.types.VendorCatalogItemPricing extends ObjectBase implements Serializable
-
Serialized Fields
-
priceFunction
VendorCatalogItemPriceFunction priceFunction
-
pricePerUnit
Double pricePerUnit
-
-
-
Class com.kaltura.client.types.VendorChapteringCatalogItem extends VendorCatalogItem implements Serializable
-
Class com.kaltura.client.types.VendorChapteringCatalogItemFilter extends VendorCaptionsCatalogItemBaseFilter implements Serializable
-
Class com.kaltura.client.types.VendorCredit extends BaseVendorCredit implements Serializable
-
Class com.kaltura.client.types.VendorDubbingCatalogItem extends VendorCatalogItem implements Serializable
-
Serialized Fields
-
clearAudioFlavorParamsId
Integer clearAudioFlavorParamsId
-
flavorParamsId
Integer flavorParamsId
-
targetLanguage
CatalogItemLanguage targetLanguage
-
-
-
Class com.kaltura.client.types.VendorDubbingCatalogItemBaseFilter extends VendorCatalogItemFilter implements Serializable
-
Serialized Fields
-
targetLanguageEqual
CatalogItemLanguage targetLanguageEqual
-
targetLanguageIn
String targetLanguageIn
-
-
-
Class com.kaltura.client.types.VendorDubbingCatalogItemFilter extends VendorDubbingCatalogItemBaseFilter implements Serializable
-
Class com.kaltura.client.types.VendorExtendedAudioDescriptionCatalogItem extends VendorCatalogItem implements Serializable
-
Serialized Fields
-
clearAudioFlavorParamsId
Integer clearAudioFlavorParamsId
-
flavorParamsId
Integer flavorParamsId
-
outputFormat
VendorCatalogItemOutputFormat outputFormat
-
-
-
Class com.kaltura.client.types.VendorExtendedAudioDescriptionCatalogItemFilter extends VendorCaptionsCatalogItemBaseFilter implements Serializable
-
Class com.kaltura.client.types.VendorIntelligentTaggingCatalogItem extends VendorCatalogItem implements Serializable
-
Class com.kaltura.client.types.VendorLiveCaptionCatalogItem extends VendorCaptionsCatalogItem implements Serializable
-
Class com.kaltura.client.types.VendorLiveCaptionCatalogItemFilter extends VendorCaptionsCatalogItemBaseFilter implements Serializable
-
Class com.kaltura.client.types.VendorTaskData extends ObjectBase implements Serializable
-
Serialized Fields
-
entryDuration
Integer entryDuration
The duration of the entry for which the task was created for in milliseconds
-
-
-
Class com.kaltura.client.types.VendorTaskDataCaptionAsset extends VendorTaskData implements Serializable
-
Serialized Fields
-
captionAssetId
String captionAssetId
Optional - The id of the caption asset object
-
-
-
Class com.kaltura.client.types.VendorTranslationCatalogItem extends VendorCaptionsCatalogItem implements Serializable
-
Serialized Fields
-
targetLanguage
CatalogItemLanguage targetLanguage
-
-
-
Class com.kaltura.client.types.VendorTranslationCatalogItemBaseFilter extends VendorCaptionsCatalogItemFilter implements Serializable
-
Serialized Fields
-
targetLanguageEqual
CatalogItemLanguage targetLanguageEqual
-
targetLanguageIn
String targetLanguageIn
-
-
-
Class com.kaltura.client.types.VendorTranslationCatalogItemFilter extends VendorTranslationCatalogItemBaseFilter implements Serializable
-
Class com.kaltura.client.types.ViewHistoryUserEntry extends UserEntry implements Serializable
-
Class com.kaltura.client.types.ViewHistoryUserEntryAdvancedFilter extends SearchItem implements Serializable
-
Serialized Fields
-
extendedStatusEqual
UserEntryExtendedStatus extendedStatusEqual
-
extendedStatusIn
String extendedStatusIn
-
idEqual
String idEqual
-
idIn
String idIn
-
updatedAtGreaterThanOrEqual
String updatedAtGreaterThanOrEqual
-
updatedAtLessThanOrEqual
String updatedAtLessThanOrEqual
-
userIdEqual
String userIdEqual
-
userIdIn
String userIdIn
-
-
-
Class com.kaltura.client.types.ViewHistoryUserEntryFilter extends UserEntryFilter implements Serializable
-
Class com.kaltura.client.types.VirusScanJobData extends JobData implements Serializable
-
Serialized Fields
-
fileContainer
FileContainer fileContainer
-
flavorAssetId
String flavorAssetId
-
scanResult
VirusScanJobResult scanResult
-
virusFoundAction
VirusFoundAction virusFoundAction
-
-
-
Class com.kaltura.client.types.VirusScanProfile extends ObjectBase implements Serializable
-
Serialized Fields
-
actionIfInfected
VirusFoundAction actionIfInfected
-
createdAt
Long createdAt
-
engineType
VirusScanEngineType engineType
-
entryFilter
BaseEntryFilter entryFilter
-
id
Integer id
-
name
String name
-
partnerId
Integer partnerId
-
status
VirusScanProfileStatus status
-
updatedAt
Long updatedAt
-
-
-
Class com.kaltura.client.types.VirusScanProfileBaseFilter extends Filter implements Serializable
-
Serialized Fields
-
createdAtGreaterThanOrEqual
Long createdAtGreaterThanOrEqual
-
createdAtLessThanOrEqual
Long createdAtLessThanOrEqual
-
engineTypeEqual
VirusScanEngineType engineTypeEqual
-
engineTypeIn
String engineTypeIn
-
idEqual
Integer idEqual
-
idIn
String idIn
-
nameEqual
String nameEqual
-
nameLike
String nameLike
-
partnerIdEqual
Integer partnerIdEqual
-
partnerIdIn
String partnerIdIn
-
statusEqual
VirusScanProfileStatus statusEqual
-
statusIn
String statusIn
-
updatedAtGreaterThanOrEqual
Long updatedAtGreaterThanOrEqual
-
updatedAtLessThanOrEqual
Long updatedAtLessThanOrEqual
-
-
-
Class com.kaltura.client.types.VirusScanProfileFilter extends VirusScanProfileBaseFilter implements Serializable
-
Class com.kaltura.client.types.VodScheduleEvent extends EntryScheduleEvent implements Serializable
-
Class com.kaltura.client.types.VodScheduleEventBaseFilter extends EntryScheduleEventFilter implements Serializable
-
Class com.kaltura.client.types.VodScheduleEventFilter extends VodScheduleEventBaseFilter implements Serializable
-
Class com.kaltura.client.types.VoicebaseJobProviderData extends IntegrationJobProviderData implements Serializable
-
Serialized Fields
-
additionalParameters
String additionalParameters
additional parameters to send to VoiceBase -
apiKey
String apiKey
Api key for service provider -
apiPassword
String apiPassword
Api key for service provider -
captionAssetFormats
String captionAssetFormats
Caption formats -
entryId
String entryId
Entry ID -
fileLocation
String fileLocation
Transcript Content location -
flavorAssetId
String flavorAssetId
Flavor ID -
replaceMediaContent
Boolean replaceMediaContent
should replace remote media content -
spokenLanguage
Language spokenLanguage
Transcript content language -
transcriptId
String transcriptId
input Transcript-asset ID
-
-
-
Class com.kaltura.client.types.VolatileInteractivity extends BaseInteractivity implements Serializable
-
Class com.kaltura.client.types.WatchLaterUserEntry extends UserEntry implements Serializable
-
Class com.kaltura.client.types.WatchLaterUserEntryAdvancedFilter extends SearchItem implements Serializable
-
Serialized Fields
-
extendedStatusEqual
UserEntryExtendedStatus extendedStatusEqual
-
extendedStatusIn
String extendedStatusIn
-
idEqual
Integer idEqual
-
idIn
String idIn
-
updatedAtGreaterThanOrEqual
Long updatedAtGreaterThanOrEqual
-
updatedAtLessThanOrEqual
Long updatedAtLessThanOrEqual
-
userIdEqual
String userIdEqual
-
userIdIn
String userIdIn
-
-
-
Class com.kaltura.client.types.WatchLaterUserEntryFilter extends UserEntryFilter implements Serializable
-
Class com.kaltura.client.types.WebcamTokenResource extends DataCenterContentResource implements Serializable
-
Serialized Fields
-
token
String token
Token that returned from media server such as FMS or red5.
-
-
-
Class com.kaltura.client.types.WebexDropFolder extends DropFolder implements Serializable
-
Serialized Fields
-
deleteFromRecycleBin
Boolean deleteFromRecycleBin
-
deleteFromTimestamp
Long deleteFromTimestamp
-
webexHostIdMetadataFieldName
String webexHostIdMetadataFieldName
-
webexPartnerId
String webexPartnerId
-
webexPassword
String webexPassword
-
webexServiceType
String webexServiceType
-
webexServiceUrl
String webexServiceUrl
-
webexSiteId
Integer webexSiteId
-
webexSiteName
String webexSiteName
-
webexUserId
String webexUserId
-
-
-
Class com.kaltura.client.types.WebexDropFolderBaseFilter extends DropFolderFilter implements Serializable
-
Class com.kaltura.client.types.WebexDropFolderContentProcessorJobData extends DropFolderContentProcessorJobData implements Serializable
-
Class com.kaltura.client.types.WebexDropFolderFile extends DropFolderFile implements Serializable
-
Class com.kaltura.client.types.WebexDropFolderFileBaseFilter extends DropFolderFileFilter implements Serializable
-
Class com.kaltura.client.types.WebexDropFolderFileFilter extends WebexDropFolderFileBaseFilter implements Serializable
-
Class com.kaltura.client.types.WebexDropFolderFilter extends WebexDropFolderBaseFilter implements Serializable
-
Class com.kaltura.client.types.WidevineFlavorAsset extends FlavorAsset implements Serializable
-
Class com.kaltura.client.types.WidevineFlavorAssetBaseFilter extends FlavorAssetFilter implements Serializable
-
Class com.kaltura.client.types.WidevineFlavorAssetFilter extends WidevineFlavorAssetBaseFilter implements Serializable
-
Class com.kaltura.client.types.WidevineFlavorParams extends FlavorParams implements Serializable
-
Class com.kaltura.client.types.WidevineFlavorParamsBaseFilter extends FlavorParamsFilter implements Serializable
-
Class com.kaltura.client.types.WidevineFlavorParamsFilter extends WidevineFlavorParamsBaseFilter implements Serializable
-
Class com.kaltura.client.types.WidevineFlavorParamsOutput extends FlavorParamsOutput implements Serializable
-
Class com.kaltura.client.types.WidevineFlavorParamsOutputBaseFilter extends FlavorParamsOutputFilter implements Serializable
-
Class com.kaltura.client.types.WidevineFlavorParamsOutputFilter extends WidevineFlavorParamsOutputBaseFilter implements Serializable
-
Class com.kaltura.client.types.WidevineProfile extends DrmProfile implements Serializable
-
Class com.kaltura.client.types.WidevineProfileBaseFilter extends DrmProfileFilter implements Serializable
-
Class com.kaltura.client.types.WidevineProfileFilter extends WidevineProfileBaseFilter implements Serializable
-
Class com.kaltura.client.types.WidevineRepositorySyncJobData extends JobData implements Serializable
-
Serialized Fields
-
modifiedAttributes
String modifiedAttributes
-
monitorSyncCompletion
Integer monitorSyncCompletion
-
syncMode
WidevineRepositorySyncMode syncMode
-
wvAssetIds
String wvAssetIds
-
-
-
Class com.kaltura.client.types.Widget extends ObjectBase implements Serializable
-
Serialized Fields
-
addEmbedHtml5Support
Boolean addEmbedHtml5Support
Addes the HTML5 script line to the widget's embed code -
createdAt
Long createdAt
-
enforceEntitlement
Boolean enforceEntitlement
Should enforce entitlement on feed entries -
entryId
String entryId
-
id
String id
-
partnerData
String partnerData
Can be used to store various partner related data as a string -
partnerId
Integer partnerId
-
privacyContext
String privacyContext
Set privacy context for search entries that assiged to private and public categories within a category privacy context. -
privileges
String privileges
-
roles
String roles
-
rootWidgetId
String rootWidgetId
-
securityPolicy
Integer securityPolicy
-
securityType
WidgetSecurityType securityType
-
sourceWidgetId
String sourceWidgetId
-
uiConfId
Integer uiConfId
-
updatedAt
Long updatedAt
-
widgetHTML
String widgetHTML
-
-
-
Class com.kaltura.client.types.WidgetBaseFilter extends Filter implements Serializable
-
Serialized Fields
-
createdAtGreaterThanOrEqual
Long createdAtGreaterThanOrEqual
-
createdAtLessThanOrEqual
Long createdAtLessThanOrEqual
-
entryIdEqual
String entryIdEqual
-
idEqual
String idEqual
-
idIn
String idIn
-
partnerDataLike
String partnerDataLike
-
partnerIdEqual
Integer partnerIdEqual
-
rootWidgetIdEqual
String rootWidgetIdEqual
-
sourceWidgetIdEqual
String sourceWidgetIdEqual
-
uiConfIdEqual
Integer uiConfIdEqual
-
updatedAtGreaterThanOrEqual
Long updatedAtGreaterThanOrEqual
-
updatedAtLessThanOrEqual
Long updatedAtLessThanOrEqual
-
-
-
Class com.kaltura.client.types.WidgetFilter extends WidgetBaseFilter implements Serializable
-
Class com.kaltura.client.types.WowzaMediaServerNode extends MediaServerNode implements Serializable
-
Serialized Fields
-
appPrefix
String appPrefix
Wowza Media server app prefix -
GPUID
Integer GPUID
Wowza Media server GPU index id -
liveServiceInternalDomain
String liveServiceInternalDomain
Wowza media server live service internal domain -
liveServicePort
Integer liveServicePort
Live service port -
liveServiceProtocol
String liveServiceProtocol
Live service protocol -
transcoder
String transcoder
Wowza Media server transcoder configuration overide
-
-
-
Class com.kaltura.client.types.WowzaMediaServerNodeBaseFilter extends MediaServerNodeFilter implements Serializable
-
Class com.kaltura.client.types.WowzaMediaServerNodeFilter extends WowzaMediaServerNodeBaseFilter implements Serializable
-
Class com.kaltura.client.types.YahooDistributionJobProviderData extends ConfigurableDistributionJobProviderData implements Serializable
-
Class com.kaltura.client.types.YahooDistributionProfile extends ConfigurableDistributionProfile implements Serializable
-
Class com.kaltura.client.types.YahooDistributionProfileBaseFilter extends ConfigurableDistributionProfileFilter implements Serializable
-
Class com.kaltura.client.types.YahooDistributionProfileFilter extends YahooDistributionProfileBaseFilter implements Serializable
-
Class com.kaltura.client.types.YahooDistributionProvider extends DistributionProvider implements Serializable
-
Class com.kaltura.client.types.YahooDistributionProviderBaseFilter extends DistributionProviderFilter implements Serializable
-
Class com.kaltura.client.types.YahooDistributionProviderFilter extends YahooDistributionProviderBaseFilter implements Serializable
-
Class com.kaltura.client.types.YahooSyndicationFeed extends BaseSyndicationFeed implements Serializable
-
Serialized Fields
-
adultContent
YahooSyndicationFeedAdultValues adultContent
-
category
YahooSyndicationFeedCategories category
-
feedDescription
String feedDescription
feed description -
feedLandingPage
String feedLandingPage
feed landing page (i.e publisher website)
-
-
-
Class com.kaltura.client.types.YahooSyndicationFeedBaseFilter extends BaseSyndicationFeedFilter implements Serializable
-
Class com.kaltura.client.types.YahooSyndicationFeedFilter extends YahooSyndicationFeedBaseFilter implements Serializable
-
Class com.kaltura.client.types.YouTubeApiCaptionDistributionInfo extends ObjectBase implements Serializable
-
Class com.kaltura.client.types.YoutubeApiDistributionJobProviderData extends ConfigurableDistributionJobProviderData implements Serializable
-
Serialized Fields
-
captionsInfo
List<YouTubeApiCaptionDistributionInfo> captionsInfo
-
thumbAssetFilePath
String thumbAssetFilePath
-
videoAssetFilePath
String videoAssetFilePath
-
-
-
Class com.kaltura.client.types.YoutubeApiDistributionProfile extends ConfigurableDistributionProfile implements Serializable
-
Serialized Fields
-
allowComments
String allowComments
-
allowEmbedding
String allowEmbedding
-
allowRatings
String allowRatings
-
allowResponses
String allowResponses
-
apiAuthorizeUrl
String apiAuthorizeUrl
-
assumeSuccess
Boolean assumeSuccess
-
defaultCategory
Integer defaultCategory
-
googleClientId
String googleClientId
-
googleClientSecret
String googleClientSecret
-
googleTokenData
String googleTokenData
-
privacyStatus
String privacyStatus
-
username
String username
-
-
-
Class com.kaltura.client.types.YoutubeApiDistributionProfileBaseFilter extends ConfigurableDistributionProfileFilter implements Serializable
-
Class com.kaltura.client.types.YoutubeApiDistributionProfileFilter extends YoutubeApiDistributionProfileBaseFilter implements Serializable
-
Class com.kaltura.client.types.YoutubeApiDistributionProvider extends DistributionProvider implements Serializable
-
Class com.kaltura.client.types.YoutubeApiDistributionProviderBaseFilter extends DistributionProviderFilter implements Serializable
-
Class com.kaltura.client.types.YoutubeApiDistributionProviderFilter extends YoutubeApiDistributionProviderBaseFilter implements Serializable
-
Class com.kaltura.client.types.YouTubeDistributionJobProviderData extends ConfigurableDistributionJobProviderData implements Serializable
-
Serialized Fields
-
captionAssetIds
String captionAssetIds
-
captionsCsvMap
String captionsCsvMap
-
currentPlaylists
String currentPlaylists
-
deleteVideoIds
String deleteVideoIds
-
deleteXml
String deleteXml
-
googleClientId
String googleClientId
-
googleClientSecret
String googleClientSecret
-
googleTokenData
String googleTokenData
-
newPlaylists
String newPlaylists
-
sftpDirectory
String sftpDirectory
-
sftpMetadataFilename
String sftpMetadataFilename
-
submitCsvMap
String submitCsvMap
-
submitXml
String submitXml
-
thumbAssetFilePath
String thumbAssetFilePath
-
thumbAssetId
String thumbAssetId
-
updateCsvMap
String updateCsvMap
-
updateXml
String updateXml
-
videoAssetFilePath
String videoAssetFilePath
-
-
-
Class com.kaltura.client.types.YouTubeDistributionProfile extends ConfigurableDistributionProfile implements Serializable
-
Serialized Fields
-
adServerPartnerId
String adServerPartnerId
-
allowAdsenseForVideo
String allowAdsenseForVideo
-
allowComments
String allowComments
-
allowEmbedding
String allowEmbedding
-
allowInvideo
String allowInvideo
-
allowMidRollAds
Boolean allowMidRollAds
-
allowPostRollAds
Boolean allowPostRollAds
-
allowPreRollAds
Boolean allowPreRollAds
-
allowRatings
String allowRatings
-
allowResponses
String allowResponses
-
allowSyndication
String allowSyndication
-
apiAuthorizeUrl
String apiAuthorizeUrl
-
blockOutsideOwnership
String blockOutsideOwnership
-
captionAutosync
String captionAutosync
-
claimType
String claimType
-
commercialPolicy
String commercialPolicy
-
defaultCategory
String defaultCategory
-
deleteReference
Boolean deleteReference
-
domainWhitelist
String domainWhitelist
-
enableAdServer
Boolean enableAdServer
-
enableContentId
String enableContentId
-
feedSpecVersion
YouTubeDistributionFeedSpecVersion feedSpecVersion
-
hideViewCount
String hideViewCount
-
instreamStandard
String instreamStandard
-
instreamTrueview
String instreamTrueview
-
notificationEmail
String notificationEmail
-
notifySubscribers
String notifySubscribers
-
overrideManualEdits
String overrideManualEdits
-
ownerName
String ownerName
-
privacyStatus
String privacyStatus
-
productListingAds
String productListingAds
-
releaseClaims
Boolean releaseClaims
-
sftpBaseDir
String sftpBaseDir
-
sftpHost
String sftpHost
-
sftpLogin
String sftpLogin
-
sftpPort
Integer sftpPort
-
sftpPrivateKey
String sftpPrivateKey
-
sftpPublicKey
String sftpPublicKey
-
strict
String strict
-
target
String target
-
thirdPartyAds
String thirdPartyAds
-
ugcPolicy
String ugcPolicy
-
urgentReference
String urgentReference
-
username
String username
-
-
-
Class com.kaltura.client.types.YouTubeDistributionProfileBaseFilter extends ConfigurableDistributionProfileFilter implements Serializable
-
Class com.kaltura.client.types.YouTubeDistributionProfileFilter extends YouTubeDistributionProfileBaseFilter implements Serializable
-
Class com.kaltura.client.types.YouTubeDistributionProvider extends DistributionProvider implements Serializable
-
Class com.kaltura.client.types.YouTubeDistributionProviderBaseFilter extends DistributionProviderFilter implements Serializable
-
Class com.kaltura.client.types.YouTubeDistributionProviderFilter extends YouTubeDistributionProviderBaseFilter implements Serializable
-
Class com.kaltura.client.types.ZoomIntegrationSetting extends IntegrationSetting implements Serializable
-
Serialized Fields
-
enableRecordingUpload
Boolean enableRecordingUpload
-
enableWebinarUploads
Boolean enableWebinarUploads
-
enableZoomTranscription
Boolean enableZoomTranscription
-
groupParticipationType
ZoomGroupParticipationType groupParticipationType
-
jwtToken
String jwtToken
-
optInGroupNames
String optInGroupNames
-
optOutGroupNames
String optOutGroupNames
-
zoomAccountDescription
String zoomAccountDescription
-
zoomCategory
String zoomCategory
-
zoomUserMatchingMode
ZoomUsersMatching zoomUserMatchingMode
-
zoomUserPostfix
String zoomUserPostfix
-
zoomWebinarCategory
String zoomWebinarCategory
-
-
-
Class com.kaltura.client.types.ZoomIntegrationSettingResponse extends ListResponse implements Serializable
-
Serialized Fields
-
objects
List<ZoomIntegrationSetting> objects
-
-
-