Package com.kaltura.client.services
Class StorageProfileService
- java.lang.Object
-
- com.kaltura.client.services.StorageProfileService
-
public class StorageProfileService extends Object
The Storage Profile service allows you to export your Kaltura content to external storage volumes. This service is disabled by default, please contact your account manager if you wish to enable it for your partner.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classStorageProfileService.AddStorageProfileBuilderstatic classStorageProfileService.GetStorageProfileBuilderstatic classStorageProfileService.ListStorageProfileBuilderstatic classStorageProfileService.UpdateStatusStorageProfileBuilderstatic classStorageProfileService.UpdateStorageProfileBuilder
-
Constructor Summary
Constructors Constructor Description StorageProfileService()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StorageProfileService.AddStorageProfileBuilderadd(StorageProfile storageProfile)Adds a storage profile to the Kaltura DB.static StorageProfileService.GetStorageProfileBuilderget(int storageProfileId)Get storage profile by idstatic StorageProfileService.ListStorageProfileBuilderlist()static StorageProfileService.ListStorageProfileBuilderlist(StorageProfileFilter filter)static StorageProfileService.ListStorageProfileBuilderlist(StorageProfileFilter filter, FilterPager pager)static StorageProfileService.UpdateStorageProfileBuilderupdate(int storageProfileId, StorageProfile storageProfile)Update storage profile by idstatic StorageProfileService.UpdateStatusStorageProfileBuilderupdateStatus(int storageId, StorageProfileStatus status)
-
-
-
Method Detail
-
add
public static StorageProfileService.AddStorageProfileBuilder add(StorageProfile storageProfile)
Adds a storage profile to the Kaltura DB.- Parameters:
storageProfile-
-
get
public static StorageProfileService.GetStorageProfileBuilder get(int storageProfileId)
Get storage profile by id- Parameters:
storageProfileId-
-
list
public static StorageProfileService.ListStorageProfileBuilder list()
-
list
public static StorageProfileService.ListStorageProfileBuilder list(StorageProfileFilter filter)
-
list
public static StorageProfileService.ListStorageProfileBuilder list(StorageProfileFilter filter, FilterPager pager)
-
update
public static StorageProfileService.UpdateStorageProfileBuilder update(int storageProfileId, StorageProfile storageProfile)
Update storage profile by id- Parameters:
storageProfileId-storageProfile- Id
-
updateStatus
public static StorageProfileService.UpdateStatusStorageProfileBuilder updateStatus(int storageId, StorageProfileStatus status)
-
-