Uses of Class
com.kaltura.client.enums.ResponseType
-
Packages that use ResponseType Package Description com.kaltura.client.enums com.kaltura.client.types com.kaltura.client.utils.request -
-
Uses of ResponseType in com.kaltura.client.enums
Methods in com.kaltura.client.enums that return ResponseType Modifier and Type Method Description static ResponseTypeResponseType. get(Integer value)static ResponseTypeResponseType. valueOf(String name)Returns the enum constant of this type with the specified name.static ResponseType[]ResponseType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ResponseType in com.kaltura.client.types
Methods in com.kaltura.client.types that return ResponseType Modifier and Type Method Description ResponseTypeHttpNotificationObjectData. getFormat()ResponseTypePushNotificationTemplate. getObjectFormat()Methods in com.kaltura.client.types with parameters of type ResponseType Modifier and Type Method Description voidHttpNotificationObjectData. setFormat(ResponseType format)voidPushNotificationTemplate. setObjectFormat(ResponseType objectFormat) -
Uses of ResponseType in com.kaltura.client.utils.request
Methods in com.kaltura.client.utils.request with parameters of type ResponseType Modifier and Type Method Description ContentRequestBuilderRequestBuilder. setResponseFormat(ResponseType format)Constructors in com.kaltura.client.utils.request with parameters of type ResponseType Constructor Description ContentRequestBuilder(RequestBuilder<?,?,?> requestBuilder, ResponseType format)
-