Class SuggestionsRequest
- java.lang.Object
-
- global.maplink.geocode.schema.suggestions.SuggestionsRequest
-
- All Implemented Interfaces:
GeocodeServiceRequest,MapLinkServiceRequest<SuggestionsResult>,Validable
public class SuggestionsRequest extends Object implements GeocodeServiceRequest
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSuggestionsRequest.SuggestionsRequestBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description RequestasHttpRequest(Environment environment, JsonMapper mapper)static SuggestionsRequest.SuggestionsRequestBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetQuery()TypegetType()inthashCode()voidsetType(Type type)StringtoString()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface global.maplink.geocode.schema.GeocodeServiceRequest
getResponseParser
-
Methods inherited from interface global.maplink.MapLinkServiceRequest
validate
-
Methods inherited from interface global.maplink.validations.Validable
throwIfInvalid
-
-
-
-
Field Detail
-
PATH
public static final String PATH
- See Also:
- Constant Field Values
-
-
Method Detail
-
asHttpRequest
public Request asHttpRequest(Environment environment, JsonMapper mapper)
- Specified by:
asHttpRequestin interfaceMapLinkServiceRequest<SuggestionsResult>
-
builder
public static SuggestionsRequest.SuggestionsRequestBuilder builder()
-
getQuery
public String getQuery()
-
getType
public Type getType()
-
setType
public void setType(Type type)
-
canEqual
protected boolean canEqual(Object other)
-
-