Uses of Class
com.kaltura.client.enums.StorageProfileStatus
-
Packages that use StorageProfileStatus Package Description com.kaltura.client.enums com.kaltura.client.services com.kaltura.client.types -
-
Uses of StorageProfileStatus in com.kaltura.client.enums
Methods in com.kaltura.client.enums that return StorageProfileStatus Modifier and Type Method Description static StorageProfileStatusStorageProfileStatus. get(Integer value)static StorageProfileStatusStorageProfileStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static StorageProfileStatus[]StorageProfileStatus. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of StorageProfileStatus in com.kaltura.client.services
Methods in com.kaltura.client.services with parameters of type StorageProfileStatus Modifier and Type Method Description static StorageProfileService.UpdateStatusStorageProfileBuilderStorageProfileService. updateStatus(int storageId, StorageProfileStatus status)Constructors in com.kaltura.client.services with parameters of type StorageProfileStatus Constructor Description UpdateStatusStorageProfileBuilder(int storageId, StorageProfileStatus status) -
Uses of StorageProfileStatus in com.kaltura.client.types
Methods in com.kaltura.client.types that return StorageProfileStatus Modifier and Type Method Description StorageProfileStatusStorageProfile. getStatus()StorageProfileStatusStorageProfileBaseFilter. getStatusEqual()Methods in com.kaltura.client.types with parameters of type StorageProfileStatus Modifier and Type Method Description voidStorageProfile. setStatus(StorageProfileStatus status)voidStorageProfileBaseFilter. setStatusEqual(StorageProfileStatus statusEqual)
-