Uses of Class
com.kaltura.client.types.ShortLink
-
Packages that use ShortLink Package Description com.kaltura.client.services -
-
Uses of ShortLink in com.kaltura.client.services
Methods in com.kaltura.client.services with parameters of type ShortLink Modifier and Type Method Description static ShortLinkService.AddShortLinkBuilderShortLinkService. add(ShortLink shortLink)Allows you to add a short link objectstatic ShortLinkService.UpdateShortLinkBuilderShortLinkService. update(String id, ShortLink shortLink)Update existing short linkConstructors in com.kaltura.client.services with parameters of type ShortLink Constructor Description AddShortLinkBuilder(ShortLink shortLink)UpdateShortLinkBuilder(String id, ShortLink shortLink)
-