Uses of Class
com.kaltura.client.enums.ResponseProfileStatus
-
Packages that use ResponseProfileStatus Package Description com.kaltura.client.enums com.kaltura.client.services com.kaltura.client.types -
-
Uses of ResponseProfileStatus in com.kaltura.client.enums
Methods in com.kaltura.client.enums that return ResponseProfileStatus Modifier and Type Method Description static ResponseProfileStatusResponseProfileStatus. get(Integer value)static ResponseProfileStatusResponseProfileStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ResponseProfileStatus[]ResponseProfileStatus. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ResponseProfileStatus in com.kaltura.client.services
Methods in com.kaltura.client.services with parameters of type ResponseProfileStatus Modifier and Type Method Description static ResponseProfileService.UpdateStatusResponseProfileBuilderResponseProfileService. updateStatus(long id, ResponseProfileStatus status)Update response profile status by idConstructors in com.kaltura.client.services with parameters of type ResponseProfileStatus Constructor Description UpdateStatusResponseProfileBuilder(long id, ResponseProfileStatus status) -
Uses of ResponseProfileStatus in com.kaltura.client.types
Methods in com.kaltura.client.types that return ResponseProfileStatus Modifier and Type Method Description ResponseProfileStatusResponseProfile. getStatus()ResponseProfileStatusResponseProfileBaseFilter. getStatusEqual()Methods in com.kaltura.client.types with parameters of type ResponseProfileStatus Modifier and Type Method Description voidResponseProfileBaseFilter. setStatusEqual(ResponseProfileStatus statusEqual)
-