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