Interface GeographicLocation

All Superinterfaces:
HasInner<Region>, HasName

public interface GeographicLocation extends HasName, HasInner<Region>
Type representing Geographic Hierarchy region (location).
  • Method Details

    • code

      String code()
      Returns:
      the location code.
    • childLocations

      List<GeographicLocation> childLocations()
      Returns:
      list of immediate child locations grouped under this location in the Geographic Hierarchy.
    • descendantLocations

      List<GeographicLocation> descendantLocations()
      Returns:
      list of all descendant locations grouped under this location in the Geographic Hierarchy.