Class DefaultCisClientGeolocationService

    • Constructor Detail

      • DefaultCisClientGeolocationService

        public DefaultCisClientGeolocationService()
    • Method Detail

      • ping

        public boolean ping​(java.lang.String xCisClientRef,
                            java.lang.String tenantId)
        Description copied from interface: CisClientService
        Checks if service is functioning and connecting with current credentials.
        Specified by:
        ping in interface CisClientService
        Parameters:
        xCisClientRef - client ref to pass in the header
        tenantId - tenantId to pass in the header
        Returns:
        flag if the service is accessible or not
      • setGeolocationClient

        public void setGeolocationClient​(GeolocationClient geolocationClient)