Package com.kaltura.client.services
Class ResponseProfileService
- java.lang.Object
-
- com.kaltura.client.services.ResponseProfileService
-
public class ResponseProfileService extends Object
Manage response profiles
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classResponseProfileService.AddResponseProfileBuilderstatic classResponseProfileService.CloneResponseProfileBuilderstatic classResponseProfileService.DeleteResponseProfileBuilderstatic classResponseProfileService.GetResponseProfileBuilderstatic classResponseProfileService.ListResponseProfileBuilderstatic classResponseProfileService.RecalculateResponseProfileBuilderstatic classResponseProfileService.UpdateResponseProfileBuilderstatic classResponseProfileService.UpdateStatusResponseProfileBuilder
-
Constructor Summary
Constructors Constructor Description ResponseProfileService()
-
Method Summary
-
-
-
Method Detail
-
add
public static ResponseProfileService.AddResponseProfileBuilder add(ResponseProfile addResponseProfile)
Add new response profile- Parameters:
addResponseProfile-
-
clone
public static ResponseProfileService.CloneResponseProfileBuilder clone(long id, ResponseProfile profile)
Clone an existing response profile- Parameters:
id-profile-
-
delete
public static ResponseProfileService.DeleteResponseProfileBuilder delete(long id)
Delete response profile by id- Parameters:
id-
-
get
public static ResponseProfileService.GetResponseProfileBuilder get(long id)
Get response profile by id- Parameters:
id-
-
list
public static ResponseProfileService.ListResponseProfileBuilder list()
-
list
public static ResponseProfileService.ListResponseProfileBuilder list(ResponseProfileFilter filter)
-
list
public static ResponseProfileService.ListResponseProfileBuilder list(ResponseProfileFilter filter, FilterPager pager)
List response profiles by filter and pager- Parameters:
filter-pager-
-
recalculate
public static ResponseProfileService.RecalculateResponseProfileBuilder recalculate(ResponseProfileCacheRecalculateOptions options)
Recalculate response profile cached objects- Parameters:
options-
-
update
public static ResponseProfileService.UpdateResponseProfileBuilder update(long id, ResponseProfile updateResponseProfile)
Update response profile by id- Parameters:
id-updateResponseProfile-
-
updateStatus
public static ResponseProfileService.UpdateStatusResponseProfileBuilder updateStatus(long id, ResponseProfileStatus status)
Update response profile status by id- Parameters:
id-status-
-
-