Uses of Class
com.kaltura.client.Client
-
Packages that use Client Package Description com.kaltura.client.utils.request -
-
Uses of Client in com.kaltura.client.utils.request
Methods in com.kaltura.client.utils.request with parameters of type Client Modifier and Type Method Description RequestElement<ReturnedType>BaseRequestBuilder. build(Client client)RequestElement<ReturnedType>BaseRequestBuilder. build(Client client, boolean addSignature)RequestElement<String>ServeRequestBuilder. build(Client client, boolean addSignature)protected ParamsBaseRequestBuilder. prepareParams(Client configurations, boolean addSignature)Builds the final list of parameters including the default params and the configured params.protected ParamsContentRequestBuilder. prepareParams(Client client, boolean addSignature)
-