Uses of Class
com.mypurecloud.sdk.v2.model.ExternalEventsConfiguration
Packages that use ExternalEventsConfiguration
-
Uses of ExternalEventsConfiguration in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return ExternalEventsConfigurationModifier and TypeMethodDescriptionJourneyApi.getJourneyExternaleventsConfiguration(GetJourneyExternaleventsConfigurationRequest request) Get an external events configurationJourneyApi.getJourneyExternaleventsConfiguration(String configId) Get an external events configurationJourneyApi.patchJourneyExternaleventsConfiguration(PatchJourneyExternaleventsConfigurationRequest request) Update an external events configuration.JourneyApi.patchJourneyExternaleventsConfiguration(String configId, UpdateExternalEventsConfigurationRequest body) Update an external events configuration.JourneyApi.postJourneyExternaleventsConfigurations(PostJourneyExternaleventsConfigurationsRequest request) Create an external events configuration.Create an external events configuration.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type ExternalEventsConfigurationModifier and TypeMethodDescriptionJourneyApi.getJourneyExternaleventsConfiguration(ApiRequest<Void> request) Get an external events configurationJourneyApiAsync.getJourneyExternaleventsConfigurationAsync(GetJourneyExternaleventsConfigurationRequest request, AsyncApiCallback<ExternalEventsConfiguration> callback) Get an external events configurationJourneyApiAsync.getJourneyExternaleventsConfigurationAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<ExternalEventsConfiguration>> callback) Get an external events configurationJourneyApi.getJourneyExternaleventsConfigurationWithHttpInfo(String configId) Get an external events configurationJourneyApi.patchJourneyExternaleventsConfiguration(ApiRequest<UpdateExternalEventsConfigurationRequest> request) Update an external events configuration.JourneyApiAsync.patchJourneyExternaleventsConfigurationAsync(PatchJourneyExternaleventsConfigurationRequest request, AsyncApiCallback<ExternalEventsConfiguration> callback) Update an external events configuration.JourneyApiAsync.patchJourneyExternaleventsConfigurationAsync(ApiRequest<UpdateExternalEventsConfigurationRequest> request, AsyncApiCallback<ApiResponse<ExternalEventsConfiguration>> callback) Update an external events configuration.JourneyApi.patchJourneyExternaleventsConfigurationWithHttpInfo(String configId, UpdateExternalEventsConfigurationRequest body) Update an external events configuration.JourneyApi.postJourneyExternaleventsConfigurations(ApiRequest<CreateExternalEventsConfigurationRequest> request) Create an external events configuration.JourneyApiAsync.postJourneyExternaleventsConfigurationsAsync(PostJourneyExternaleventsConfigurationsRequest request, AsyncApiCallback<ExternalEventsConfiguration> callback) Create an external events configuration.JourneyApiAsync.postJourneyExternaleventsConfigurationsAsync(ApiRequest<CreateExternalEventsConfigurationRequest> request, AsyncApiCallback<ApiResponse<ExternalEventsConfiguration>> callback) Create an external events configuration.JourneyApi.postJourneyExternaleventsConfigurationsWithHttpInfo(CreateExternalEventsConfigurationRequest body) Create an external events configuration.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type ExternalEventsConfigurationModifier and TypeMethodDescriptionJourneyApiAsync.getJourneyExternaleventsConfigurationAsync(GetJourneyExternaleventsConfigurationRequest request, AsyncApiCallback<ExternalEventsConfiguration> callback) Get an external events configurationJourneyApiAsync.getJourneyExternaleventsConfigurationAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<ExternalEventsConfiguration>> callback) Get an external events configurationJourneyApiAsync.patchJourneyExternaleventsConfigurationAsync(PatchJourneyExternaleventsConfigurationRequest request, AsyncApiCallback<ExternalEventsConfiguration> callback) Update an external events configuration.JourneyApiAsync.patchJourneyExternaleventsConfigurationAsync(ApiRequest<UpdateExternalEventsConfigurationRequest> request, AsyncApiCallback<ApiResponse<ExternalEventsConfiguration>> callback) Update an external events configuration.JourneyApiAsync.postJourneyExternaleventsConfigurationsAsync(PostJourneyExternaleventsConfigurationsRequest request, AsyncApiCallback<ExternalEventsConfiguration> callback) Create an external events configuration.JourneyApiAsync.postJourneyExternaleventsConfigurationsAsync(ApiRequest<CreateExternalEventsConfigurationRequest> request, AsyncApiCallback<ApiResponse<ExternalEventsConfiguration>> callback) Create an external events configuration. -
Uses of ExternalEventsConfiguration in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ExternalEventsConfigurationModifier and TypeMethodDescriptionExternalEventsConfiguration.dateLastModified(Date dateLastModified) The timestamp when the configuration was last modified.ExternalEventsConfiguration.description(String description) A description of the external event configuration.ExternalEventsConfiguration.divisionId(String divisionId) The division ID (UUID) associated with this configuration.ExternalEventsConfiguration.divisionIdActive(Boolean divisionIdActive) Indicates whether the divisionId field is valid.The unique identifier for the external event configuration.ExternalEventsConfiguration.schemaActive(Boolean schemaActive) Indicates whether the schema is active or inactive.The dynamic schema ID (UUID) that defines the structure of external events.The source of the external events e.g.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type ExternalEventsConfigurationMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type ExternalEventsConfigurationModifier and TypeMethodDescriptionExternalEventsConfigurationListing.entities(List<ExternalEventsConfiguration> entities) voidExternalEventsConfigurationListing.setEntities(List<ExternalEventsConfiguration> entities)