Uses of Class
com.mypurecloud.sdk.v2.model.ExecutionDataFlowSettingsResponse
Packages that use ExecutionDataFlowSettingsResponse
-
Uses of ExecutionDataFlowSettingsResponse in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return ExecutionDataFlowSettingsResponseModifier and TypeMethodDescriptionArchitectApi.getFlowsInstancesSettingsExecutiondata()Get the execution history enabled setting.ArchitectApi.getFlowsInstancesSettingsExecutiondata(GetFlowsInstancesSettingsExecutiondataRequest request) Get the execution history enabled setting.ArchitectApi.patchFlowsInstancesSettingsExecutiondata(PatchFlowsInstancesSettingsExecutiondataRequest request) Edit the execution history enabled setting.ArchitectApi.patchFlowsInstancesSettingsExecutiondata(ExecutionDataSettingsRequest body) Edit the execution history enabled setting.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type ExecutionDataFlowSettingsResponseModifier and TypeMethodDescriptionArchitectApi.getFlowsInstancesSettingsExecutiondata(ApiRequest<Void> request) Get the execution history enabled setting.ArchitectApiAsync.getFlowsInstancesSettingsExecutiondataAsync(GetFlowsInstancesSettingsExecutiondataRequest request, AsyncApiCallback<ExecutionDataFlowSettingsResponse> callback) Get the execution history enabled setting.ArchitectApiAsync.getFlowsInstancesSettingsExecutiondataAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<ExecutionDataFlowSettingsResponse>> callback) Get the execution history enabled setting.ArchitectApi.getFlowsInstancesSettingsExecutiondataWithHttpInfo()Get the execution history enabled setting.ArchitectApi.patchFlowsInstancesSettingsExecutiondata(ApiRequest<ExecutionDataSettingsRequest> request) Edit the execution history enabled setting.ArchitectApiAsync.patchFlowsInstancesSettingsExecutiondataAsync(PatchFlowsInstancesSettingsExecutiondataRequest request, AsyncApiCallback<ExecutionDataFlowSettingsResponse> callback) Edit the execution history enabled setting.ArchitectApiAsync.patchFlowsInstancesSettingsExecutiondataAsync(ApiRequest<ExecutionDataSettingsRequest> request, AsyncApiCallback<ApiResponse<ExecutionDataFlowSettingsResponse>> callback) Edit the execution history enabled setting.ArchitectApi.patchFlowsInstancesSettingsExecutiondataWithHttpInfo(ExecutionDataSettingsRequest body) Edit the execution history enabled setting.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type ExecutionDataFlowSettingsResponseModifier and TypeMethodDescriptionArchitectApiAsync.getFlowsInstancesSettingsExecutiondataAsync(GetFlowsInstancesSettingsExecutiondataRequest request, AsyncApiCallback<ExecutionDataFlowSettingsResponse> callback) Get the execution history enabled setting.ArchitectApiAsync.getFlowsInstancesSettingsExecutiondataAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<ExecutionDataFlowSettingsResponse>> callback) Get the execution history enabled setting.ArchitectApiAsync.patchFlowsInstancesSettingsExecutiondataAsync(PatchFlowsInstancesSettingsExecutiondataRequest request, AsyncApiCallback<ExecutionDataFlowSettingsResponse> callback) Edit the execution history enabled setting.ArchitectApiAsync.patchFlowsInstancesSettingsExecutiondataAsync(ApiRequest<ExecutionDataSettingsRequest> request, AsyncApiCallback<ApiResponse<ExecutionDataFlowSettingsResponse>> callback) Edit the execution history enabled setting. -
Uses of ExecutionDataFlowSettingsResponse in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ExecutionDataFlowSettingsResponseModifier and TypeMethodDescriptionExecutionDataFlowSettingsResponse.dateModified(Date dateModified) The time this setting was set.whether or not the setting is enabled.ExecutionDataFlowSettingsResponse.modifiedBy(UserReference modifiedBy) User that last changed the setting.ExecutionDataFlowSettingsResponse.modifiedByClient(DomainEntityRef modifiedByClient) OAuth client that last changed the setting.