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
/
BrandStaffsBlockConditions
Brand
Staffs
Block
Conditions
android
data
class
BrandStaffsBlockConditions
(
val
labelId
:
Int
?
=
null
,
val
gender
:
Gender
?
=
null
,
val
age
:
IntRange
?
=
null
,
val
shopIds
:
Set
<
Int
>
=
emptySet()
,
val
heightRange
:
IntRange
?
=
null
,
val
order
:
Order
=
Order.NEW_ARRIVAL
)
(
source
)
Members
Members & Extensions
Constructors
Brand
Staffs
Block
Conditions
Link copied to clipboard
android
constructor
(
labelId
:
Int
?
=
null
,
gender
:
Gender
?
=
null
,
age
:
IntRange
?
=
null
,
shopIds
:
Set
<
Int
>
=
emptySet()
,
heightRange
:
IntRange
?
=
null
,
order
:
Order
=
Order.NEW_ARRIVAL
)
Properties
age
Link copied to clipboard
android
val
age
:
IntRange
?
=
null
gender
Link copied to clipboard
android
val
gender
:
Gender
?
=
null
height
Range
Link copied to clipboard
android
val
heightRange
:
IntRange
?
=
null
label
Id
Link copied to clipboard
android
val
labelId
:
Int
?
=
null
order
Link copied to clipboard
android
val
order
:
Order
shop
Ids
Link copied to clipboard
android
val
shopIds
:
Set
<
Int
>
Functions
conditions
Unique
Key
Link copied to clipboard
android
fun
BrandStaffsBlockConditions
.
conditionsUniqueKey
(
)
:
String
to
Staff
Search
Condition
Link copied to clipboard
android
fun
toStaffSearchCondition
(
)
:
StaffSearchCondition
to
Staff
Search
Condition
Route
Params
Link copied to clipboard
android
fun
toStaffSearchConditionRouteParams
(
)
:
StaffSearchConditionRouteParams