Uses of Class
cloud.genesys.webmessaging.sdk.DetailLevel
-
Packages that use DetailLevel Package Description cloud.genesys.webmessaging.sdk cloud.genesys.webmessaging.sdk.connector.apache -
-
Uses of DetailLevel in cloud.genesys.webmessaging.sdk
Methods in cloud.genesys.webmessaging.sdk that return DetailLevel Modifier and Type Method Description static DetailLevelDetailLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static DetailLevel[]DetailLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in cloud.genesys.webmessaging.sdk with parameters of type DetailLevel Modifier and Type Method Description ApiClient.BuilderApiClient.Builder. withDetailLevel(DetailLevel detailLevel) -
Uses of DetailLevel in cloud.genesys.webmessaging.sdk.connector.apache
Methods in cloud.genesys.webmessaging.sdk.connector.apache that return DetailLevel Modifier and Type Method Description DetailLevelSLF4JInterceptor. getDetailLevel()Methods in cloud.genesys.webmessaging.sdk.connector.apache with parameters of type DetailLevel Modifier and Type Method Description voidSLF4JInterceptor. setDetailLevel(DetailLevel detailLevel)Sets the detail levelConstructors in cloud.genesys.webmessaging.sdk.connector.apache with parameters of type DetailLevel Constructor Description SLF4JInterceptor(DetailLevel detailLevel)
-