Uses of Class
net.ygbstudio.jbrave.core.domain.dto.result.LocationResult
Packages that use LocationResult
Package
Description
-
Uses of LocationResult in net.ygbstudio.jbrave.core.domain.dto.result
Fields in net.ygbstudio.jbrave.core.domain.dto.result declared as LocationResultModifier and TypeFieldDescriptionprotected LocationResultSearchResult.Builder.locationprotected final LocationResultSearchResult.locationMethods in net.ygbstudio.jbrave.core.domain.dto.result that return LocationResultModifier and TypeMethodDescription@NotNull LocationResultLocationResult.Builder.build()InfoboxPlace.getLocation()SearchResult.location()Methods in net.ygbstudio.jbrave.core.domain.dto.result with parameters of type LocationResultModifier and TypeMethodDescriptionInfoboxPlace.Builder.location(LocationResult location) InfoboxWithLocation.Builder.location(LocationResult location) SearchResult.Builder.location(LocationResult location) -
Uses of LocationResult in net.ygbstudio.jbrave.core.domain.dto.result.search
Methods in net.ygbstudio.jbrave.core.domain.dto.result.search that return types with arguments of type LocationResultModifier and TypeMethodDescriptionLocations.results()Returns the value of theresultsrecord component.Constructor parameters in net.ygbstudio.jbrave.core.domain.dto.result.search with type arguments of type LocationResultModifierConstructorDescriptionLocations(String type, List<LocationResult> results) Creates an instance of aLocationsrecord class.