Uses of Class
com.mypurecloud.sdk.v2.model.LogCaptureUserConfiguration
Packages that use LogCaptureUserConfiguration
Package
Description
-
Uses of LogCaptureUserConfiguration in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return LogCaptureUserConfigurationModifier and TypeMethodDescriptionLogCaptureApi.postDiagnosticsLogcaptureBrowserUser(PostDiagnosticsLogcaptureBrowserUserRequest request) Enable log capture for a user or update expirationLogCaptureApi.postDiagnosticsLogcaptureBrowserUser(String userId, LogCaptureUserConfiguration body) Enable log capture for a user or update expirationMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type LogCaptureUserConfigurationModifier and TypeMethodDescriptionLogCaptureApi.postDiagnosticsLogcaptureBrowserUser(ApiRequest<LogCaptureUserConfiguration> request) Enable log capture for a user or update expirationLogCaptureApiAsync.postDiagnosticsLogcaptureBrowserUserAsync(PostDiagnosticsLogcaptureBrowserUserRequest request, AsyncApiCallback<LogCaptureUserConfiguration> callback) Enable log capture for a user or update expirationLogCaptureApiAsync.postDiagnosticsLogcaptureBrowserUserAsync(ApiRequest<LogCaptureUserConfiguration> request, AsyncApiCallback<ApiResponse<LogCaptureUserConfiguration>> callback) Enable log capture for a user or update expirationLogCaptureApi.postDiagnosticsLogcaptureBrowserUserWithHttpInfo(String userId, LogCaptureUserConfiguration body) Enable log capture for a user or update expirationMethods in com.mypurecloud.sdk.v2.api with parameters of type LogCaptureUserConfigurationModifier and TypeMethodDescriptionLogCaptureApi.postDiagnosticsLogcaptureBrowserUser(String userId, LogCaptureUserConfiguration body) Enable log capture for a user or update expirationLogCaptureApi.postDiagnosticsLogcaptureBrowserUserWithHttpInfo(String userId, LogCaptureUserConfiguration body) Enable log capture for a user or update expirationMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type LogCaptureUserConfigurationModifier and TypeMethodDescriptionLogCaptureApi.postDiagnosticsLogcaptureBrowserUser(ApiRequest<LogCaptureUserConfiguration> request) Enable log capture for a user or update expirationLogCaptureApiAsync.postDiagnosticsLogcaptureBrowserUserAsync(PostDiagnosticsLogcaptureBrowserUserRequest request, AsyncApiCallback<LogCaptureUserConfiguration> callback) Enable log capture for a user or update expirationLogCaptureApiAsync.postDiagnosticsLogcaptureBrowserUserAsync(ApiRequest<LogCaptureUserConfiguration> request, AsyncApiCallback<ApiResponse<LogCaptureUserConfiguration>> callback) Enable log capture for a user or update expirationLogCaptureApiAsync.postDiagnosticsLogcaptureBrowserUserAsync(ApiRequest<LogCaptureUserConfiguration> request, AsyncApiCallback<ApiResponse<LogCaptureUserConfiguration>> callback) Enable log capture for a user or update expiration -
Uses of LogCaptureUserConfiguration in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return LogCaptureUserConfigurationMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type LogCaptureUserConfigurationMethods in com.mypurecloud.sdk.v2.api.request with parameters of type LogCaptureUserConfigurationModifier and TypeMethodDescriptionvoidPostDiagnosticsLogcaptureBrowserUserRequest.setBody(LogCaptureUserConfiguration body) PostDiagnosticsLogcaptureBrowserUserRequest.Builder.withBody(LogCaptureUserConfiguration body) PostDiagnosticsLogcaptureBrowserUserRequest.withBody(LogCaptureUserConfiguration body) -
Uses of LogCaptureUserConfiguration in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return LogCaptureUserConfigurationModifier and TypeMethodDescriptionLogCaptureUserConfiguration.dateExpired(Date dateExpired) Indicates when log capture will be turned off for the user.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type LogCaptureUserConfigurationMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type LogCaptureUserConfigurationModifier and TypeMethodDescriptionLogCaptureUserConfigurationListing.entities(List<LogCaptureUserConfiguration> entities) voidLogCaptureUserConfigurationListing.setEntities(List<LogCaptureUserConfiguration> entities)