Package io.jans.as.client.ciba.fcm
Class FirebaseCloudMessagingRequest
- java.lang.Object
-
- io.jans.as.client.BaseRequest
-
- io.jans.as.client.ciba.fcm.FirebaseCloudMessagingRequest
-
public class FirebaseCloudMessagingRequest extends BaseRequest
- Version:
- August 20, 2019
- Author:
- Javier Rojas Blum
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.json.JSONObject
getJSONParameters()
String
getKey()
String
getQueryString()
-
Methods inherited from class io.jans.as.client.BaseRequest
addCustomParameter, getAuthenticationMethod, getAuthorizationMethod, getAuthPassword, getAuthUsername, getContentType, getCredentials, getCustomParameters, getEncodedCredentials, getEncodedCredentials, getMediaType, getParameters, hasCredentials, setAuthenticationMethod, setAuthorizationMethod, setAuthPassword, setAuthUsername, setContentType, setMediaType
-
-
-
-
Method Detail
-
getKey
public String getKey()
-
getJSONParameters
public org.json.JSONObject getJSONParameters() throws org.json.JSONException
- Overrides:
getJSONParameters
in classBaseRequest
- Throws:
org.json.JSONException
-
getQueryString
public String getQueryString()
- Specified by:
getQueryString
in classBaseRequest
-
-