Uses of Class
com.kaltura.client.types.ListResponse
-
Packages that use ListResponse Package Description com.kaltura.client.types com.kaltura.client.utils -
-
Uses of ListResponse in com.kaltura.client.types
Subclasses of ListResponse in com.kaltura.client.types Modifier and Type Class Description classZoomIntegrationSettingResponseThis class was generated using generate.php against an XML schema provided by Kaltura.Fields in com.kaltura.client.types with type parameters of type ListResponse Modifier and Type Field Description protected Map<String,ListResponse>ObjectBase. relatedObjectsMethods in com.kaltura.client.types that return types with arguments of type ListResponse Modifier and Type Method Description Map<String,ListResponse>ObjectBase. getRelatedObjects()Method parameters in com.kaltura.client.types with type arguments of type ListResponse Modifier and Type Method Description voidObjectBase. setRelatedObjects(Map<String,ListResponse> relatedObjects) -
Uses of ListResponse in com.kaltura.client.utils
Methods in com.kaltura.client.utils that return ListResponse Modifier and Type Method Description static <T> ListResponse<T>GsonParser. parseListResponse(String result, Class<T> clz)
-