Uses of Class
com.mypurecloud.sdk.v2.model.ExecutionDataGlobalSettingsResponse
Packages that use ExecutionDataGlobalSettingsResponse
-
Uses of ExecutionDataGlobalSettingsResponse in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return ExecutionDataGlobalSettingsResponseModifier and TypeMethodDescriptionSettingsApi.getSettingsExecutiondata()Get the execution history enabled setting.SettingsApi.getSettingsExecutiondata(GetSettingsExecutiondataRequest request) Get the execution history enabled setting.SettingsApi.patchSettingsExecutiondata(PatchSettingsExecutiondataRequest request) Edit the execution history on off setting.SettingsApi.patchSettingsExecutiondata(ExecutionDataSettingsRequest body) Edit the execution history on off setting.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type ExecutionDataGlobalSettingsResponseModifier and TypeMethodDescriptionSettingsApi.getSettingsExecutiondata(ApiRequest<Void> request) Get the execution history enabled setting.SettingsApiAsync.getSettingsExecutiondataAsync(GetSettingsExecutiondataRequest request, AsyncApiCallback<ExecutionDataGlobalSettingsResponse> callback) Get the execution history enabled setting.SettingsApiAsync.getSettingsExecutiondataAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<ExecutionDataGlobalSettingsResponse>> callback) Get the execution history enabled setting.SettingsApi.getSettingsExecutiondataWithHttpInfo()Get the execution history enabled setting.SettingsApi.patchSettingsExecutiondata(ApiRequest<ExecutionDataSettingsRequest> request) Edit the execution history on off setting.SettingsApiAsync.patchSettingsExecutiondataAsync(PatchSettingsExecutiondataRequest request, AsyncApiCallback<ExecutionDataGlobalSettingsResponse> callback) Edit the execution history on off setting.SettingsApiAsync.patchSettingsExecutiondataAsync(ApiRequest<ExecutionDataSettingsRequest> request, AsyncApiCallback<ApiResponse<ExecutionDataGlobalSettingsResponse>> callback) Edit the execution history on off setting.SettingsApi.patchSettingsExecutiondataWithHttpInfo(ExecutionDataSettingsRequest body) Edit the execution history on off setting.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type ExecutionDataGlobalSettingsResponseModifier and TypeMethodDescriptionSettingsApiAsync.getSettingsExecutiondataAsync(GetSettingsExecutiondataRequest request, AsyncApiCallback<ExecutionDataGlobalSettingsResponse> callback) Get the execution history enabled setting.SettingsApiAsync.getSettingsExecutiondataAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<ExecutionDataGlobalSettingsResponse>> callback) Get the execution history enabled setting.SettingsApiAsync.patchSettingsExecutiondataAsync(PatchSettingsExecutiondataRequest request, AsyncApiCallback<ExecutionDataGlobalSettingsResponse> callback) Edit the execution history on off setting.SettingsApiAsync.patchSettingsExecutiondataAsync(ApiRequest<ExecutionDataSettingsRequest> request, AsyncApiCallback<ApiResponse<ExecutionDataGlobalSettingsResponse>> callback) Edit the execution history on off setting. -
Uses of ExecutionDataGlobalSettingsResponse in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ExecutionDataGlobalSettingsResponseModifier and TypeMethodDescriptionExecutionDataGlobalSettingsResponse.dateModified(Date dateModified) The time this setting was set.whether or not the setting is enabled.ExecutionDataGlobalSettingsResponse.modifiedBy(UserReference modifiedBy) User that last changed the setting.ExecutionDataGlobalSettingsResponse.modifiedByClient(DomainEntityRef modifiedByClient) OAuth client that last changed the setting.