Uses of Class
com.mypurecloud.sdk.v2.model.JourneyGeolocation
Packages that use JourneyGeolocation
-
Uses of JourneyGeolocation in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return JourneyGeolocationModifier and TypeMethodDescriptionGeolocation's ISO 3166-1 alpha-2 country code.JourneyGeolocation.countryName(String countryName) Geolocation's country name.AppEvent.getGeolocation()AppEventResponse.getGeolocation()OutcomeAchievedEvent.getGeolocation()Session.getGeolocation()WebActionEvent.getGeolocation()WebEvent.getGeolocation()WebEventResponse.getGeolocation()Geolocation's latitude.Geolocation's locality or city.Geolocation's longitude.JourneyGeolocation.postalCode(String postalCode) Geolocation's postal code or ZIP code.Geolocation's ISO-3166-2 region code.JourneyGeolocation.regionName(String regionName) Geolocation's region name.The source that was used to determine the geolocation information.Geolocation's timezone.Methods in com.mypurecloud.sdk.v2.model with parameters of type JourneyGeolocationModifier and TypeMethodDescriptionAppEvent.geolocation(JourneyGeolocation geolocation) Customer's geolocation.AppEventResponse.geolocation(JourneyGeolocation geolocation) Customer's geolocation.OutcomeAchievedEvent.geolocation(JourneyGeolocation geolocation) Customer's geolocation.Session.geolocation(JourneyGeolocation geolocation) Customer's geolocation.WebActionEvent.geolocation(JourneyGeolocation geolocation) Customer's geolocation.WebEvent.geolocation(JourneyGeolocation geolocation) Customer's geolocation.WebEventResponse.geolocation(JourneyGeolocation geolocation) Customer's geolocation.voidAppEvent.setGeolocation(JourneyGeolocation geolocation) voidAppEventResponse.setGeolocation(JourneyGeolocation geolocation) voidOutcomeAchievedEvent.setGeolocation(JourneyGeolocation geolocation) voidSession.setGeolocation(JourneyGeolocation geolocation) voidWebActionEvent.setGeolocation(JourneyGeolocation geolocation) voidWebEvent.setGeolocation(JourneyGeolocation geolocation) voidWebEventResponse.setGeolocation(JourneyGeolocation geolocation)