Uses of Class
com.mypurecloud.sdk.v2.model.JourneyApp
Packages that use JourneyApp
-
Uses of JourneyApp in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return JourneyAppModifier and TypeMethodDescriptionJourneyApp.buildNumber(String buildNumber) Build number of the application (e.g. 701).AppEvent.getApp()AppEventRequest.getApp()AppEventResponse.getApp()Session.getApp()Name of the application (e.g. mybankingapp).Namespace of the application (e.g. com.genesys.bancodinero).Version of the application (e.g. 5.9.27).Methods in com.mypurecloud.sdk.v2.model with parameters of type JourneyAppModifier and TypeMethodDescriptionAppEvent.app(JourneyApp app) Application that the customer is interacting with.AppEventRequest.app(JourneyApp app) Application that the customer is interacting with.AppEventResponse.app(JourneyApp app) Application that the customer is interacting with.Session.app(JourneyApp app) Application that the customer is interacting with (for app sessions).voidAppEvent.setApp(JourneyApp app) voidAppEventRequest.setApp(JourneyApp app) voidAppEventResponse.setApp(JourneyApp app) voidSession.setApp(JourneyApp app)