Class Location.Request

  • Enclosing class:
    Location

    public static final class Location.Request
    extends Object
    • Method Detail

      • toJson

        public String toJson()
      • ipAddress

        public Location.Request ipAddress​(String ipAddress)
        The applicant's ip address
        Parameters:
        ipAddress - The applicant's ip address
        Returns:
        The Location request object.
      • countryOfResidence

        public Location.Request countryOfResidence​(String countryOfResidence)
        The applicant's country of residence
        Parameters:
        countryOfResidence - The applicant's country of residence
        Returns:
        The Location request object.
      • getIpAddress

        public String getIpAddress()
        The applicant's ip address
        Returns:
        The applicant's ip address
      • getCountryOfResidence

        public String getCountryOfResidence()
        The applicant's country of residence
        Returns:
        The applicant's country of residence