public class GeoFilter extends Object
Constructor and Description |
---|
GeoFilter() |
Modifier and Type | Method and Description |
---|---|
GeoFilterActions |
action()
Get the action value.
|
List<String> |
countryCodes()
Get the countryCodes value.
|
String |
relativePath()
Get the relativePath value.
|
GeoFilter |
withAction(GeoFilterActions action)
Set the action value.
|
GeoFilter |
withCountryCodes(List<String> countryCodes)
Set the countryCodes value.
|
GeoFilter |
withRelativePath(String relativePath)
Set the relativePath value.
|
public String relativePath()
public GeoFilter withRelativePath(String relativePath)
relativePath
- the relativePath value to setpublic GeoFilterActions action()
public GeoFilter withAction(GeoFilterActions action)
action
- the action value to setpublic List<String> countryCodes()
Copyright © 2019. All rights reserved.