HapiJourneyDetailRequest

class HapiJourneyDetailRequest : HapiRequest<HapiJourneyDetail>

Types

Companion
Link copied to clipboard
object Companion

Functions

clear
Link copied to clipboard
open override fun clear()
containsKey
Link copied to clipboard
open override fun containsKey(key: String): Boolean
containsValue
Link copied to clipboard
open override fun containsValue(value: String): Boolean
get
Link copied to clipboard
open operator override fun get(key: String): String?
isEmpty
Link copied to clipboard
open override fun isEmpty(): Boolean
put
Link copied to clipboard
open override fun put(key: String, value: String): String?
putAll
Link copied to clipboard
open override fun putAll(from: Map<out String, String>)
remove
Link copied to clipboard
open override fun remove(key: String): String?

Properties

accessId
Link copied to clipboard
var accessId: String?

Access ID for identifying the requesting client

baim
Link copied to clipboard
var baim: Boolean?

Enables/disables BAIM search and response

date
Link copied to clipboard
var date: LocalDate?

Day of operation

entries
Link copied to clipboard
open override val entries: MutableSet<MutableMap.MutableEntry<String, String>>
fromId
Link copied to clipboard
var fromId: String?

Specifies the station/stop ID the partial itinerary shall start from

fromIdx
Link copied to clipboard
var fromIdx: Int?

Specifies the station/stop index the partial itinerary shall start from

id
Link copied to clipboard
var id: String?

Specifies the internal journey id of the journey shall be retrieved

keys
Link copied to clipboard
open override val keys: MutableSet<String>
lang
Link copied to clipboard
var lang: String?

The language of the journey planer

poly
Link copied to clipboard
var poly: Boolean?

Enables/disables the calculation of the polyline for each leg of the trip except any GIS route

polyEnc
Link copied to clipboard
var polyEnc: HafasPolylineEncoding?

Defines encoding of the returned polyline

requestId
Link copied to clipboard
var requestId: String?

Request ID for identifying the request

rtMode
Link copied to clipboard
var rtMode: HafasRealtimeMode?

Set the realtime mode to be used if enabled

showPassingPoints
Link copied to clipboard
var showPassingPoints: Boolean?

Enables/disables the return of stops having no alighting and no boarding in its passlist for each leg of the trip

size
Link copied to clipboard
open override val size: Int
toId
Link copied to clipboard
var toId: String?

Specifies the station/stop ID the partial itinerary shall end at

toIdx
Link copied to clipboard
var toIdx: Int?

Specifies the station/stop index the partial itinerary shall end at

values
Link copied to clipboard
open override val values: MutableCollection<String>