Uses of Class
com.mypurecloud.sdk.v2.model.JourneyAppEventsNotificationGeoLocation
Packages that use JourneyAppEventsNotificationGeoLocation
-
Uses of JourneyAppEventsNotificationGeoLocation in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return JourneyAppEventsNotificationGeoLocationModifier and TypeMethodDescriptionJourneyAppEventsNotificationGeoLocation.countryName(String countryName) JourneyAppEventsNotificationAppMessage.getGeolocation()JourneyAppEventsNotificationOutcomeAchievedMessage.getGeolocation()JourneyAppEventsNotificationWebActionMessage.getGeolocation()JourneyAppEventsNotificationGeoLocation.latitude(BigDecimal latitude) JourneyAppEventsNotificationGeoLocation.longitude(BigDecimal longitude) JourneyAppEventsNotificationGeoLocation.postalCode(String postalCode) JourneyAppEventsNotificationGeoLocation.regionName(String regionName) Methods in com.mypurecloud.sdk.v2.model with parameters of type JourneyAppEventsNotificationGeoLocationModifier and TypeMethodDescriptionJourneyAppEventsNotificationAppMessage.geolocation(JourneyAppEventsNotificationGeoLocation geolocation) JourneyAppEventsNotificationOutcomeAchievedMessage.geolocation(JourneyAppEventsNotificationGeoLocation geolocation) JourneyAppEventsNotificationWebActionMessage.geolocation(JourneyAppEventsNotificationGeoLocation geolocation) voidJourneyAppEventsNotificationAppMessage.setGeolocation(JourneyAppEventsNotificationGeoLocation geolocation) voidJourneyAppEventsNotificationOutcomeAchievedMessage.setGeolocation(JourneyAppEventsNotificationGeoLocation geolocation) voidJourneyAppEventsNotificationWebActionMessage.setGeolocation(JourneyAppEventsNotificationGeoLocation geolocation)