Uses of Class
com.kaltura.client.types.KeyValue
-
Packages that use KeyValue Package Description com.kaltura.client.services com.kaltura.client.types -
-
Uses of KeyValue in com.kaltura.client.services
Method parameters in com.kaltura.client.services with type arguments of type KeyValue Modifier and Type Method Description static ReportService.ExecuteReportBuilderReportService. execute(long id, List<KeyValue> params)static ReportService.GetCsvReportBuilderReportService. getCsv(long id, List<KeyValue> params)static ReportService.GetCsvReportBuilderReportService. getCsv(long id, List<KeyValue> params, String excludedFields)Constructor parameters in com.kaltura.client.services with type arguments of type KeyValue Constructor Description ExecuteReportBuilder(long id, List<KeyValue> params_)GetCsvReportBuilder(long id, List<KeyValue> params_, String excludedFields) -
Uses of KeyValue in com.kaltura.client.types
Subclasses of KeyValue in com.kaltura.client.types Modifier and Type Class Description classKeyValueExtendedThis class was generated using generate.php against an XML schema provided by Kaltura.Methods in com.kaltura.client.types that return types with arguments of type KeyValue Modifier and Type Method Description List<KeyValue>Partner. getAdditionalParams()List<KeyValue>EventNotificationDispatchJobData. getContentParameters()List<KeyValue>ComcastMrssDistributionProfile. getCPlatformTvSeries()List<KeyValue>EmailNotificationDispatchJobData. getCustomHeaders()List<KeyValue>EmailNotificationTemplate. getCustomHeaders()List<KeyValue>HttpNotificationDispatchJobData. getCustomHeaders()List<KeyValue>HttpNotificationTemplate. getCustomHeaders()List<KeyValue>HttpNotificationObjectData. getDataStringReplacements()List<KeyValue>DeliveryServerNode. getDeliveryProfileIds()List<KeyValue>StorageProfile. getDeliveryProfileIds()List<KeyValue>EventNotificationDispatchScope. getDynamicValues()List<KeyValue>EmailNotificationStaticRecipientJobData. getEmailRecipients()List<KeyValue>PlayerDeliveryType. getFlashvars()List<KeyValue>AccessControlScope. getHashes()List<KeyValue>ModifyEntryObjectTask. getInputMetadata()List<KeyValue>DrmLicenseAccessDetails. getLicenseParams()List<KeyValue>DrmPolicy. getLicenseParams()List<KeyValue>CrossKalturaDistributionProfile. getMapAccessControlProfileIds()List<KeyValue>CrossKalturaDistributionProfile. getMapAttachmentParamsIds()List<KeyValue>CrossKalturaDistributionProfile. getMapCaptionParamsIds()List<KeyValue>CrossKalturaDistributionProfile. getMapConversionProfileIds()List<KeyValue>CrossKalturaDistributionProfile. getMapFlavorParamsIds()List<KeyValue>CrossKalturaDistributionProfile. getMapMetadataProfileIds()List<KeyValue>MappedObjectsCsvJobData. getMappedFields()List<KeyValue>CrossKalturaDistributionProfile. getMapStorageProfileIds()List<KeyValue>CrossKalturaDistributionProfile. getMapThumbParamsIds()List<KeyValue>MediaServerNode. getMediaServerPlaybackDomainConfig()List<KeyValue>MediaServerNode. getMediaServerPortConfig()List<KeyValue>ModifyEntryObjectTask. getOutputMetadata()List<KeyValue>StorageProfile. getPathManagerParams()List<KeyValue>ConvartableJobData. getPluginData()List<KeyValue>AssetPropertiesCompareCondition. getProperties()List<KeyValue>VelocixProvisionJobData. getProvisioningParams()List<KeyValue>Quiz. getUiAttributes()Method parameters in com.kaltura.client.types with type arguments of type KeyValue Modifier and Type Method Description voidPartner. setAdditionalParams(List<KeyValue> additionalParams)voidEventNotificationDispatchJobData. setContentParameters(List<KeyValue> contentParameters)voidComcastMrssDistributionProfile. setCPlatformTvSeries(List<KeyValue> cPlatformTvSeries)voidEmailNotificationDispatchJobData. setCustomHeaders(List<KeyValue> customHeaders)voidEmailNotificationTemplate. setCustomHeaders(List<KeyValue> customHeaders)voidHttpNotificationDispatchJobData. setCustomHeaders(List<KeyValue> customHeaders)voidHttpNotificationTemplate. setCustomHeaders(List<KeyValue> customHeaders)voidHttpNotificationObjectData. setDataStringReplacements(List<KeyValue> dataStringReplacements)voidDeliveryServerNode. setDeliveryProfileIds(List<KeyValue> deliveryProfileIds)voidStorageProfile. setDeliveryProfileIds(List<KeyValue> deliveryProfileIds)voidEventNotificationDispatchScope. setDynamicValues(List<KeyValue> dynamicValues)voidEmailNotificationStaticRecipientJobData. setEmailRecipients(List<KeyValue> emailRecipients)voidPlayerDeliveryType. setFlashvars(List<KeyValue> flashvars)voidAccessControlScope. setHashes(List<KeyValue> hashes)voidModifyEntryObjectTask. setInputMetadata(List<KeyValue> inputMetadata)voidDrmLicenseAccessDetails. setLicenseParams(List<KeyValue> licenseParams)voidDrmPolicy. setLicenseParams(List<KeyValue> licenseParams)voidCrossKalturaDistributionProfile. setMapAccessControlProfileIds(List<KeyValue> mapAccessControlProfileIds)voidCrossKalturaDistributionProfile. setMapAttachmentParamsIds(List<KeyValue> mapAttachmentParamsIds)voidCrossKalturaDistributionProfile. setMapCaptionParamsIds(List<KeyValue> mapCaptionParamsIds)voidCrossKalturaDistributionProfile. setMapConversionProfileIds(List<KeyValue> mapConversionProfileIds)voidCrossKalturaDistributionProfile. setMapFlavorParamsIds(List<KeyValue> mapFlavorParamsIds)voidCrossKalturaDistributionProfile. setMapMetadataProfileIds(List<KeyValue> mapMetadataProfileIds)voidMappedObjectsCsvJobData. setMappedFields(List<KeyValue> mappedFields)voidCrossKalturaDistributionProfile. setMapStorageProfileIds(List<KeyValue> mapStorageProfileIds)voidCrossKalturaDistributionProfile. setMapThumbParamsIds(List<KeyValue> mapThumbParamsIds)voidMediaServerNode. setMediaServerPlaybackDomainConfig(List<KeyValue> mediaServerPlaybackDomainConfig)voidMediaServerNode. setMediaServerPortConfig(List<KeyValue> mediaServerPortConfig)voidModifyEntryObjectTask. setOutputMetadata(List<KeyValue> outputMetadata)voidStorageProfile. setPathManagerParams(List<KeyValue> pathManagerParams)voidConvartableJobData. setPluginData(List<KeyValue> pluginData)voidAssetPropertiesCompareCondition. setProperties(List<KeyValue> properties)voidVelocixProvisionJobData. setProvisioningParams(List<KeyValue> provisioningParams)voidQuiz. setUiAttributes(List<KeyValue> uiAttributes)
-