Package com.kaltura.client.services
Class LiveChannelSegmentService
- java.lang.Object
-
- com.kaltura.client.services.LiveChannelSegmentService
-
public class LiveChannelSegmentService extends Object
Manage live channel segments
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLiveChannelSegmentService.AddLiveChannelSegmentBuilderstatic classLiveChannelSegmentService.DeleteLiveChannelSegmentBuilderstatic classLiveChannelSegmentService.GetLiveChannelSegmentBuilderstatic classLiveChannelSegmentService.ListLiveChannelSegmentBuilderstatic classLiveChannelSegmentService.UpdateLiveChannelSegmentBuilder
-
Constructor Summary
Constructors Constructor Description LiveChannelSegmentService()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static LiveChannelSegmentService.AddLiveChannelSegmentBuilderadd(LiveChannelSegment liveChannelSegment)Add new live channel segmentstatic LiveChannelSegmentService.DeleteLiveChannelSegmentBuilderdelete(long id)Delete live channel segment by idstatic LiveChannelSegmentService.GetLiveChannelSegmentBuilderget(long id)Get live channel segment by idstatic LiveChannelSegmentService.ListLiveChannelSegmentBuilderlist()static LiveChannelSegmentService.ListLiveChannelSegmentBuilderlist(LiveChannelSegmentFilter filter)static LiveChannelSegmentService.ListLiveChannelSegmentBuilderlist(LiveChannelSegmentFilter filter, FilterPager pager)List live channel segments by filter and pagerstatic LiveChannelSegmentService.UpdateLiveChannelSegmentBuilderupdate(long id, LiveChannelSegment liveChannelSegment)Update live channel segment by id
-
-
-
Method Detail
-
add
public static LiveChannelSegmentService.AddLiveChannelSegmentBuilder add(LiveChannelSegment liveChannelSegment)
Add new live channel segment- Parameters:
liveChannelSegment-
-
delete
public static LiveChannelSegmentService.DeleteLiveChannelSegmentBuilder delete(long id)
Delete live channel segment by id- Parameters:
id-
-
get
public static LiveChannelSegmentService.GetLiveChannelSegmentBuilder get(long id)
Get live channel segment by id- Parameters:
id-
-
list
public static LiveChannelSegmentService.ListLiveChannelSegmentBuilder list()
-
list
public static LiveChannelSegmentService.ListLiveChannelSegmentBuilder list(LiveChannelSegmentFilter filter)
-
list
public static LiveChannelSegmentService.ListLiveChannelSegmentBuilder list(LiveChannelSegmentFilter filter, FilterPager pager)
List live channel segments by filter and pager- Parameters:
filter-pager-
-
update
public static LiveChannelSegmentService.UpdateLiveChannelSegmentBuilder update(long id, LiveChannelSegment liveChannelSegment)
Update live channel segment by id- Parameters:
id-liveChannelSegment-
-
-