Uses of Class
com.mypurecloud.sdk.v2.model.ExternalEventsConfigurationListing
Packages that use ExternalEventsConfigurationListing
-
Uses of ExternalEventsConfigurationListing in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return ExternalEventsConfigurationListingModifier and TypeMethodDescriptionJourneyApi.getJourneyExternaleventsConfigurations(GetJourneyExternaleventsConfigurationsRequest request) Get all external event configurations.JourneyApi.getJourneyExternaleventsConfigurations(Integer pageSize, Integer pageNumber) Get all external event configurations.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type ExternalEventsConfigurationListingModifier and TypeMethodDescriptionJourneyApi.getJourneyExternaleventsConfigurations(ApiRequest<Void> request) Get all external event configurations.JourneyApiAsync.getJourneyExternaleventsConfigurationsAsync(GetJourneyExternaleventsConfigurationsRequest request, AsyncApiCallback<ExternalEventsConfigurationListing> callback) Get all external event configurations.JourneyApiAsync.getJourneyExternaleventsConfigurationsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<ExternalEventsConfigurationListing>> callback) Get all external event configurations.JourneyApi.getJourneyExternaleventsConfigurationsWithHttpInfo(Integer pageSize, Integer pageNumber) Get all external event configurations.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type ExternalEventsConfigurationListingModifier and TypeMethodDescriptionJourneyApiAsync.getJourneyExternaleventsConfigurationsAsync(GetJourneyExternaleventsConfigurationsRequest request, AsyncApiCallback<ExternalEventsConfigurationListing> callback) Get all external event configurations.JourneyApiAsync.getJourneyExternaleventsConfigurationsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<ExternalEventsConfigurationListing>> callback) Get all external event configurations. -
Uses of ExternalEventsConfigurationListing in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ExternalEventsConfigurationListingModifier and TypeMethodDescriptionExternalEventsConfigurationListing.entities(List<ExternalEventsConfiguration> entities) ExternalEventsConfigurationListing.pageNumber(Integer pageNumber) ExternalEventsConfigurationListing.previousUri(String previousUri)