Class GeolocationClientMock

    • Constructor Detail

      • GeolocationClientMock

        public GeolocationClientMock()
    • Method Detail

      • getGeolocation

        public GeoLocationResult getGeolocation​(@HeaderParam("X-CIS-Client-ref")
                                                java.lang.String xCisClientRef,
                                                @HeaderParam("X-tenantId")
                                                java.lang.String tenantId,
                                                CisLocationRequest location)
        Description copied from interface: GeolocationClient
        Get geolocations of the different addresses contained in request.
        Specified by:
        getGeolocation in interface GeolocationClient
        Parameters:
        xCisClientRef - client ref to pass in the header
        tenantId - tenantId to pass in the header
        location - the addresses to verify
        Returns:
        see GeoLocationResultå