tripkit-android / com.skedgo.tripkit.data.locations / LocationsRequestBody
LocationsRequestBody
class LocationsRequestBody
Properties
Name | Summary |
---|---|
cellIds | val cellIds: ArrayList < String !>! |
config | val config: JsonObject! |
existingCells | val existingCells: MutableMap < String !, Long !>! |
level | val level: Int |
modes | val modes: MutableList < String !>! |
regionName | val regionName: String ! |
Functions
Name | Summary |
---|---|
createForNewlyFetching | static fun createForNewlyFetching(region: Region , cellIds: ArrayList < String !>, level: Int , config: JsonObject?): LocationsRequestBody ! |
createForUpdating | static fun createForUpdating(region: Region , existingCells: MutableMap < String !, Long !>, level: Int , config: JsonObject?): LocationsRequestBody ! |