staffstart-android-sdk
Toggle table of contents
android
Platform filter
android
Switch theme
Search in API
staffstart-android-sdk
staffstart-app
/
com.vanish.standard.staffstart.app.viewmodel
/
StaffSearchCondition
Staff
Search
Condition
android
data
class
StaffSearchCondition
(
val
gender
:
Gender
?
,
val
age
:
IntRange
?
,
val
labelId
:
Int
?
,
val
selectedShopIds
:
Set
<
Int
>
,
val
heightRange
:
IntRange
?
,
val
cachedShops
:
Set
<
Shop
>
)
(
source
)
Members
Constructors
Staff
Search
Condition
Link copied to clipboard
android
constructor
(
gender
:
Gender
?
,
age
:
IntRange
?
,
labelId
:
Int
?
,
selectedShopIds
:
Set
<
Int
>
,
heightRange
:
IntRange
?
,
cachedShops
:
Set
<
Shop
>
)
Types
Companion
Link copied to clipboard
android
object
Companion
Properties
age
Link copied to clipboard
android
val
age
:
IntRange
?
cached
Shops
Link copied to clipboard
android
val
cachedShops
:
Set
<
Shop
>
gender
Link copied to clipboard
android
val
gender
:
Gender
?
height
Range
Link copied to clipboard
android
val
heightRange
:
IntRange
?
is
Empty
Condition
Link copied to clipboard
android
val
isEmptyCondition
:
Boolean
label
Id
Link copied to clipboard
android
val
labelId
:
Int
?
selected
Shop
Ids
Link copied to clipboard
android
val
selectedShopIds
:
Set
<
Int
>