Uses of Class
com.kaltura.client.types.StringValue
-
Packages that use StringValue Package Description com.kaltura.client.types -
-
Uses of StringValue in com.kaltura.client.types
Subclasses of StringValue in com.kaltura.client.types Modifier and Type Class Description classAnonymousIPContextFieldRepresents the current request country context as calculated based on the IP addressclassCoordinatesContextFieldRepresents the current request country context as calculated based on the IP addressclassCountryContextFieldRepresents the current request country context as calculated based on the IP addressclassEvalStringFieldEvaluates PHP statement, depends on the execution contextclassIpAddressContextFieldRepresents the current request IP address contextclassMetadataFieldThis class was generated using generate.php against an XML schema provided by Kaltura.classObjectIdFieldEvaluates object ID according to given contextclassStringFieldA string representation to return evaluated dynamic valueclassUserAgentContextFieldRepresents the current request user agent contextclassUserEmailContextFieldRepresents the current session user e-mail address contextMethods in com.kaltura.client.types that return StringValue Modifier and Type Method Description StringValueEmailNotificationCategoryRecipientProvider. getCategoryId()StringValueEmailNotificationCategoryRecipientProvider. getCategoryIds()StringValueHttpNotificationDataText. getContent()StringValueEmailNotificationRecipient. getEmail()StringValueEmailNotificationRecipient. getName()StringValueEventNotificationParameter. getValue()Methods in com.kaltura.client.types that return types with arguments of type StringValue Modifier and Type Method Description List<StringValue>EventNotificationArrayParameter. getAllowedValues()List<StringValue>CrossKalturaDistributionProfile. getMetadataXpathsTriggerUpdate()List<StringValue>AuthenticatedCondition. getPrivileges()List<StringValue>MatchCondition. getValues()Methods in com.kaltura.client.types with parameters of type StringValue Modifier and Type Method Description voidEmailNotificationCategoryRecipientProvider. setCategoryId(StringValue categoryId)voidEmailNotificationCategoryRecipientProvider. setCategoryIds(StringValue categoryIds)voidHttpNotificationDataText. setContent(StringValue content)voidEmailNotificationRecipient. setEmail(StringValue email)voidEmailNotificationRecipient. setName(StringValue name)voidEventNotificationParameter. setValue(StringValue value)Method parameters in com.kaltura.client.types with type arguments of type StringValue Modifier and Type Method Description voidEventNotificationArrayParameter. setAllowedValues(List<StringValue> allowedValues)voidCrossKalturaDistributionProfile. setMetadataXpathsTriggerUpdate(List<StringValue> metadataXpathsTriggerUpdate)voidAuthenticatedCondition. setPrivileges(List<StringValue> privileges)voidMatchCondition. setValues(List<StringValue> values)
-