Class MapRequestNonAuthenticatedEntity
java.lang.Object
travel.wink.sdk.lookup.model.MapRequestNonAuthenticatedEntity
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-06-26T20:20:57.458275411+07:00[Asia/Bangkok]",
comments="Generator version: 7.13.0")
public class MapRequestNonAuthenticatedEntity
extends Object
MapRequestNonAuthenticatedEntity
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddInventoryTypesItem(Object inventoryTypesItem) booleanMap bounds the user is looking.Get inventoryTypesUser's last map location@Min(0L) IntegergetPage()The page to paginate to.How user likes to have results displayed@Min(1L) @Max(20L) IntegergetSize()The result size to return.@NotNull @Valid UserSessionNonAuthenticatedEntityUser session containing geo-location to search around.inthashCode()inventoryTypes(List<Object> inventoryTypes) location(GeoJsonPointNonAuthenticatedEntity location) searchFilters(SearchFiltersNonAuthenticatedEntity searchFilters) voidvoidsetInventoryTypes(List<Object> inventoryTypes) voidvoidvoidsetSearchFilters(SearchFiltersNonAuthenticatedEntity searchFilters) voidvoidsetUserSession(UserSessionNonAuthenticatedEntity userSession) toString()userSession(UserSessionNonAuthenticatedEntity userSession)
-
Field Details
-
JSON_PROPERTY_USER_SESSION
- See Also:
-
JSON_PROPERTY_LOCATION
- See Also:
-
JSON_PROPERTY_BOUNDS
- See Also:
-
JSON_PROPERTY_SEARCH_FILTERS
- See Also:
-
JSON_PROPERTY_INVENTORY_TYPES
- See Also:
-
JSON_PROPERTY_PAGE
- See Also:
-
JSON_PROPERTY_SIZE
- See Also:
-
-
Constructor Details
-
MapRequestNonAuthenticatedEntity
public MapRequestNonAuthenticatedEntity()
-
-
Method Details
-
userSession
public MapRequestNonAuthenticatedEntity userSession(@Nonnull UserSessionNonAuthenticatedEntity userSession) -
getUserSession
User session containing geo-location to search around.- Returns:
- userSession
-
setUserSession
-
location
public MapRequestNonAuthenticatedEntity location(@Nullable GeoJsonPointNonAuthenticatedEntity location) -
getLocation
User's last map location- Returns:
- location
-
setLocation
-
bounds
public MapRequestNonAuthenticatedEntity bounds(@Nullable GeoJsonPolygonNonAuthenticatedEntity bounds) -
getBounds
Map bounds the user is looking. Bounds provided by map provider.- Returns:
- bounds
-
setBounds
-
searchFilters
public MapRequestNonAuthenticatedEntity searchFilters(@Nullable SearchFiltersNonAuthenticatedEntity searchFilters) -
getSearchFilters
How user likes to have results displayed- Returns:
- searchFilters
-
setSearchFilters
-
inventoryTypes
-
addInventoryTypesItem
-
getInventoryTypes
-
setInventoryTypes
-
page
-
getPage
The page to paginate to. Note: Page uses a 0-based index. minimum: 0- Returns:
- page
-
setPage
-
size
-
getSize
The result size to return. minimum: 1 maximum: 20- Returns:
- size
-
setSize
-
equals
-
hashCode
-
toString
-