Uses of Class
global.maplink.trip.schema.v2.features.turnByTurn.Languages
-
Packages that use Languages Package Description global.maplink.trip.schema.v2.features.turnByTurn -
-
Uses of Languages in global.maplink.trip.schema.v2.features.turnByTurn
Methods in global.maplink.trip.schema.v2.features.turnByTurn that return Languages Modifier and Type Method Description LanguagesTurnByTurnRequest. getLanguage()static LanguagesLanguages. valueOf(String name)Returns the enum constant of this type with the specified name.static Languages[]Languages. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in global.maplink.trip.schema.v2.features.turnByTurn with parameters of type Languages Modifier and Type Method Description TurnByTurnRequest.TurnByTurnRequestBuilderTurnByTurnRequest.TurnByTurnRequestBuilder. language(Languages language)Constructors in global.maplink.trip.schema.v2.features.turnByTurn with parameters of type Languages Constructor Description TurnByTurnRequest(Languages language)
-