Uses of Class
com.kaltura.client.types.BaseResponseProfile
-
Packages that use BaseResponseProfile Package Description com.kaltura.client com.kaltura.client.types com.kaltura.client.utils.request -
-
Uses of BaseResponseProfile in com.kaltura.client
Methods in com.kaltura.client that return BaseResponseProfile Modifier and Type Method Description BaseResponseProfileClient. getResponseProfile()Response profile - this attribute will be automatically unset after every API call.Methods in com.kaltura.client with parameters of type BaseResponseProfile Modifier and Type Method Description voidClient. setResponseProfile(BaseResponseProfile responseProfile) -
Uses of BaseResponseProfile in com.kaltura.client.types
Subclasses of BaseResponseProfile in com.kaltura.client.types Modifier and Type Class Description classDetachedResponseProfileThis class was generated using generate.php against an XML schema provided by Kaltura.classResponseProfileThis class was generated using generate.php against an XML schema provided by Kaltura.classResponseProfileHolderThis class was generated using generate.php against an XML schema provided by Kaltura.Methods in com.kaltura.client.types that return BaseResponseProfile Modifier and Type Method Description BaseResponseProfileRequestConfiguration. getResponseProfile()Methods in com.kaltura.client.types with parameters of type BaseResponseProfile Modifier and Type Method Description voidRequestConfiguration. setResponseProfile(BaseResponseProfile responseProfile) -
Uses of BaseResponseProfile in com.kaltura.client.utils.request
Methods in com.kaltura.client.utils.request with parameters of type BaseResponseProfile Modifier and Type Method Description SelfTypeRequestBuilderData. setResponseProfile(BaseResponseProfile responseProfile)
-