Package com.geouniq.android
Class GeoUniq.CustomEndpoint
- java.lang.Object
-
- com.geouniq.android.GeoUniq.CustomEndpoint
-
- Enclosing class:
- GeoUniq
public static class GeoUniq.CustomEndpoint extends java.lang.ObjectDefines an Endpoint that can be set to receive location updates.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGeoUniq.CustomEndpoint.BuilderBuilder class to obtainGeoUniq.CustomEndpointobjectsstatic classGeoUniq.CustomEndpoint.InvalidUrlExceptionIndicates that the url provided to the builder through the methodGeoUniq.CustomEndpoint.Builder.setUrl(String)is invalidstatic classGeoUniq.CustomEndpoint.NoUrlDefinedExceptionIndicates that no valid url has been set for theGeoUniq.CustomEndpoint
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.json.JSONObjectgetCustomData()java.util.Map<java.lang.String,java.lang.String>getHeaders()java.util.Map<java.lang.String,java.lang.String>getQueryStringParameters()java.lang.StringgetUrl()
-
-
-
Method Detail
-
getUrl
public java.lang.String getUrl()
- Returns:
- the url
-
getHeaders
public java.util.Map<java.lang.String,java.lang.String> getHeaders()
- Returns:
- the headers
-
getQueryStringParameters
public java.util.Map<java.lang.String,java.lang.String> getQueryStringParameters()
- Returns:
- the queryStringParameters
-
getCustomData
public org.json.JSONObject getCustomData()
- Returns:
- the customData
-
-