Uses of Class
com.mypurecloud.sdk.v2.model.LogCaptureUserConfigurationResponse
Packages that use LogCaptureUserConfigurationResponse
-
Uses of LogCaptureUserConfigurationResponse in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return LogCaptureUserConfigurationResponseModifier and TypeMethodDescriptionLogCaptureApi.getDiagnosticsLogcaptureBrowserUser(GetDiagnosticsLogcaptureBrowserUserRequest request) Get log capture configuration for the userLogCaptureApi.getDiagnosticsLogcaptureBrowserUser(String userId) Get log capture configuration for the userMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type LogCaptureUserConfigurationResponseModifier and TypeMethodDescriptionLogCaptureApi.getDiagnosticsLogcaptureBrowserUser(ApiRequest<Void> request) Get log capture configuration for the userLogCaptureApiAsync.getDiagnosticsLogcaptureBrowserUserAsync(GetDiagnosticsLogcaptureBrowserUserRequest request, AsyncApiCallback<LogCaptureUserConfigurationResponse> callback) Get log capture configuration for the userLogCaptureApiAsync.getDiagnosticsLogcaptureBrowserUserAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<LogCaptureUserConfigurationResponse>> callback) Get log capture configuration for the userLogCaptureApi.getDiagnosticsLogcaptureBrowserUserWithHttpInfo(String userId) Get log capture configuration for the userMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type LogCaptureUserConfigurationResponseModifier and TypeMethodDescriptionLogCaptureApiAsync.getDiagnosticsLogcaptureBrowserUserAsync(GetDiagnosticsLogcaptureBrowserUserRequest request, AsyncApiCallback<LogCaptureUserConfigurationResponse> callback) Get log capture configuration for the userLogCaptureApiAsync.getDiagnosticsLogcaptureBrowserUserAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<LogCaptureUserConfigurationResponse>> callback) Get log capture configuration for the user -
Uses of LogCaptureUserConfigurationResponse in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return LogCaptureUserConfigurationResponseModifier and TypeMethodDescriptionLogCaptureUserConfigurationResponse.dateExpired(Date dateExpired) Indicates when log capture will be turned off for the user.