app
androidJvm
app
/
openfoodfacts.github.scrachx.openfood.models.entities.states
/
States
States
androidJvm
open
class
States
:
TaxonomyEntity
Content copied to clipboard
Constructors
Functions
Properties
Constructors
States
Link copied to clipboard
androidJvm
open
fun
States
(
tag
:
String
,
names
:
List
<
StatesName
>
)
Content copied to clipboard
States
Link copied to clipboard
androidJvm
open
fun
States
(
id
:
Long
,
tag
:
String
)
Content copied to clipboard
States
Link copied to clipboard
androidJvm
open
fun
States
(
)
Content copied to clipboard
Functions
__set
Dao
Session
Link copied to clipboard
androidJvm
open
fun
__setDaoSession
(
daoSession
:
DaoSession
)
Content copied to clipboard
called by internal mechanisms, do not call yourself.
delete
Link copied to clipboard
androidJvm
open
fun
delete
(
)
Content copied to clipboard
Convenient call for
delete
.
refresh
Link copied to clipboard
androidJvm
open
fun
refresh
(
)
Content copied to clipboard
Convenient call for
refresh
.
reset
Names
Link copied to clipboard
androidJvm
open
fun
resetNames
(
)
Content copied to clipboard
Resets a to-many relationship, making the next get call to query for a fresh result.
update
Link copied to clipboard
androidJvm
open
fun
update
(
)
Content copied to clipboard
Convenient call for
update
.
Properties
id
Link copied to clipboard
androidJvm
open
var
id
:
Long
Content copied to clipboard
names
Link copied to clipboard
androidJvm
open
val
names
:
List
<
StatesName
>
Content copied to clipboard
tag
Link copied to clipboard
androidJvm
open
var
tag
:
String
Content copied to clipboard