Uses of Class
com.mypurecloud.sdk.v2.model.FlowLogLevelRequest
Packages that use FlowLogLevelRequest
Package
Description
-
Uses of FlowLogLevelRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type FlowLogLevelRequestModifier and TypeMethodDescriptionArchitectApi.postFlowInstancesSettingsLoglevels(String flowId, FlowLogLevelRequest body, List<String> expand) Set the logLevel for a particular flow id Assigns a new loglevel to a flow idArchitectApi.postFlowInstancesSettingsLoglevelsWithHttpInfo(String flowId, FlowLogLevelRequest body, List<String> expand) Set the logLevel for a particular flow id Assigns a new loglevel to a flow idArchitectApi.putFlowInstancesSettingsLoglevels(String flowId, FlowLogLevelRequest body, List<String> expand) Edit the logLevel for a particular flow id Updates the loglevel for a flow idArchitectApi.putFlowInstancesSettingsLoglevelsWithHttpInfo(String flowId, FlowLogLevelRequest body, List<String> expand) Edit the logLevel for a particular flow id Updates the loglevel for a flow idArchitectApi.putFlowsInstancesSettingsLoglevelsDefault(FlowLogLevelRequest body, List<String> expand) Edit the flow default log level.ArchitectApi.putFlowsInstancesSettingsLoglevelsDefaultWithHttpInfo(FlowLogLevelRequest body, List<String> expand) Edit the flow default log level.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type FlowLogLevelRequestModifier and TypeMethodDescriptionArchitectApi.postFlowInstancesSettingsLoglevels(ApiRequest<FlowLogLevelRequest> request) Set the logLevel for a particular flow id Assigns a new loglevel to a flow idArchitectApiAsync.postFlowInstancesSettingsLoglevelsAsync(ApiRequest<FlowLogLevelRequest> request, AsyncApiCallback<ApiResponse<FlowSettingsResponse>> callback) Set the logLevel for a particular flow id Assigns a new loglevel to a flow idArchitectApi.putFlowInstancesSettingsLoglevels(ApiRequest<FlowLogLevelRequest> request) Edit the logLevel for a particular flow id Updates the loglevel for a flow idArchitectApiAsync.putFlowInstancesSettingsLoglevelsAsync(ApiRequest<FlowLogLevelRequest> request, AsyncApiCallback<ApiResponse<FlowSettingsResponse>> callback) Edit the logLevel for a particular flow id Updates the loglevel for a flow idArchitectApi.putFlowsInstancesSettingsLoglevelsDefault(ApiRequest<FlowLogLevelRequest> request) Edit the flow default log level.ArchitectApiAsync.putFlowsInstancesSettingsLoglevelsDefaultAsync(ApiRequest<FlowLogLevelRequest> request, AsyncApiCallback<ApiResponse<FlowSettingsResponse>> callback) Edit the flow default log level. -
Uses of FlowLogLevelRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return FlowLogLevelRequestModifier and TypeMethodDescriptionPostFlowInstancesSettingsLoglevelsRequest.getBody()PutFlowInstancesSettingsLoglevelsRequest.getBody()PutFlowsInstancesSettingsLoglevelsDefaultRequest.getBody()Methods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type FlowLogLevelRequestModifier and TypeMethodDescriptionPostFlowInstancesSettingsLoglevelsRequest.withHttpInfo()PutFlowInstancesSettingsLoglevelsRequest.withHttpInfo()PutFlowsInstancesSettingsLoglevelsDefaultRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type FlowLogLevelRequestModifier and TypeMethodDescriptionPostFlowInstancesSettingsLoglevelsRequest.builder(String flowId, FlowLogLevelRequest body) PutFlowInstancesSettingsLoglevelsRequest.builder(String flowId, FlowLogLevelRequest body) PutFlowsInstancesSettingsLoglevelsDefaultRequest.builder(FlowLogLevelRequest body) voidPostFlowInstancesSettingsLoglevelsRequest.setBody(FlowLogLevelRequest body) voidPutFlowInstancesSettingsLoglevelsRequest.setBody(FlowLogLevelRequest body) voidPutFlowsInstancesSettingsLoglevelsDefaultRequest.setBody(FlowLogLevelRequest body) PostFlowInstancesSettingsLoglevelsRequest.Builder.withBody(FlowLogLevelRequest body) PostFlowInstancesSettingsLoglevelsRequest.withBody(FlowLogLevelRequest body) PutFlowInstancesSettingsLoglevelsRequest.Builder.withBody(FlowLogLevelRequest body) PutFlowInstancesSettingsLoglevelsRequest.withBody(FlowLogLevelRequest body) PutFlowsInstancesSettingsLoglevelsDefaultRequest.Builder.withBody(FlowLogLevelRequest body) PutFlowsInstancesSettingsLoglevelsDefaultRequest.withBody(FlowLogLevelRequest body) PostFlowInstancesSettingsLoglevelsRequest.Builder.withRequiredParams(String flowId, FlowLogLevelRequest body) PutFlowInstancesSettingsLoglevelsRequest.Builder.withRequiredParams(String flowId, FlowLogLevelRequest body) PutFlowsInstancesSettingsLoglevelsDefaultRequest.Builder.withRequiredParams(FlowLogLevelRequest body) -
Uses of FlowLogLevelRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return FlowLogLevelRequestModifier and TypeMethodDescriptionFlowLogLevelRequest.logLevelCharacteristics(FlowLogLevel logLevelCharacteristics) The log level characteristics currently set for this flow