Package io.jans.as.client.ciba.push
Class PushTokenDeliveryClient
- java.lang.Object
-
- io.jans.as.client.BaseClient<PushTokenDeliveryRequest,PushTokenDeliveryResponse>
-
- io.jans.as.client.ciba.push.PushTokenDeliveryClient
-
public class PushTokenDeliveryClient extends BaseClient<PushTokenDeliveryRequest,PushTokenDeliveryResponse>
- Version:
- September 4, 2019
- Author:
- Javier Rojas Blum
-
-
Field Summary
-
Fields inherited from class io.jans.as.client.BaseClient
clientResponse, executor, request, requestForm, response, resteasyClient, webTarget
-
-
Constructor Summary
Constructors Constructor Description PushTokenDeliveryClient(String url)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PushTokenDeliveryResponse
exec()
String
getHttpMethod()
-
Methods inherited from class io.jans.as.client.BaseClient
addReqParam, addReqParam, applyCookies, closeConnection, getCookies, getExecutor, getHeaders, getRequest, getRequestAsString, getResponse, getResponseAsString, getUrl, initClient, prepareAuthorizatedClientRequest, setExecutor, setRequest, setResponse, setUrl
-
-
-
-
Constructor Detail
-
PushTokenDeliveryClient
public PushTokenDeliveryClient(String url)
-
-
Method Detail
-
getHttpMethod
public String getHttpMethod()
- Specified by:
getHttpMethod
in classBaseClient<PushTokenDeliveryRequest,PushTokenDeliveryResponse>
-
exec
public PushTokenDeliveryResponse exec()
-
-