-
public class GigyaApiHttpRequest
-
-
Field Summary
Fields Modifier and Type Field Description private RestAdapter.HttpMethodhttpMethodprivate Stringurlprivate StringencodedParamsprivate HashMap<String, String>headers
-
Method Summary
Modifier and Type Method Description RestAdapter.HttpMethodgetHttpMethod()StringgetUrl()StringgetEncodedParams()HashMap<String, String>getHeaders()-
-
Method Detail
-
getHttpMethod
@NonNull() RestAdapter.HttpMethod getHttpMethod()
-
getEncodedParams
@Nullable() String getEncodedParams()
-
getHeaders
@Nullable() HashMap<String, String> getHeaders()
-
-
-
-