Class GlobalScoreRequestNonAuthenticatedEntity
java.lang.Object
travel.wink.sdk.lookup.model.GlobalScoreRequestNonAuthenticatedEntity
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-01-02T16:45:26.885939164+07:00[Asia/Bangkok]")
public class GlobalScoreRequestNonAuthenticatedEntity
extends Object
GlobalScoreRequestNonAuthenticatedEntity
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumChoose the criteria you want the results sorted on. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean@NotNull @Min(0L) IntegergetPage()The page to paginate to.Get searchFilters@NotNull @Min(1L) @Max(50L) IntegergetSize()The result size to return.getSort()Choose the criteria you want the results sorted on.@NotNull @Valid UserSessionNonAuthenticatedEntityGet userSessioninthashCode()searchFilters(SearchFiltersNonAuthenticatedEntity searchFilters) voidvoidsetSearchFilters(SearchFiltersNonAuthenticatedEntity searchFilters) voidvoidvoidsetUserSession(UserSessionNonAuthenticatedEntity userSession) toString()userSession(UserSessionNonAuthenticatedEntity userSession)
-
Field Details
-
JSON_PROPERTY_SORT
- See Also:
-
JSON_PROPERTY_USER_SESSION
- See Also:
-
JSON_PROPERTY_SEARCH_FILTERS
- See Also:
-
JSON_PROPERTY_PAGE
- See Also:
-
JSON_PROPERTY_SIZE
- See Also:
-
-
Constructor Details
-
GlobalScoreRequestNonAuthenticatedEntity
public GlobalScoreRequestNonAuthenticatedEntity()
-
-
Method Details
-
sort
-
getSort
Choose the criteria you want the results sorted on.- Returns:
- sort
-
setSort
-
userSession
public GlobalScoreRequestNonAuthenticatedEntity userSession(UserSessionNonAuthenticatedEntity userSession) -
getUserSession
Get userSession- Returns:
- userSession
-
setUserSession
-
searchFilters
public GlobalScoreRequestNonAuthenticatedEntity searchFilters(SearchFiltersNonAuthenticatedEntity searchFilters) -
getSearchFilters
Get searchFilters- Returns:
- searchFilters
-
setSearchFilters
-
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: 50- Returns:
- size
-
setSize
-
equals
-
hashCode
-
toString
-