Uses of Record Class
records.Location
Packages that use Location
-
Uses of Location in records
Modifier and TypeMethodDescriptionLocationWrapper.data()
Returns the value of thedata
record component.AirportQueriesWrapper.AirportQuery.expected()
Returns the value of theexpected
record component.ModifierConstructorDescriptionAirportQuery
(String keyword, String countryCode, List<Location> expected) Creates an instance of aAirportQuery
record class.LocationWrapper
(List<Location> data) Creates an instance of aLocationWrapper
record class.