Uses of Enum Class
com.mypurecloud.sdk.v2.model.V3KnowledgeSearchClientApplication.TypeEnum
Packages that use V3KnowledgeSearchClientApplication.TypeEnum
-
Uses of V3KnowledgeSearchClientApplication.TypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return V3KnowledgeSearchClientApplication.TypeEnumModifier and TypeMethodDescriptionV3KnowledgeSearchClientApplication.TypeEnum.fromString(String key) V3KnowledgeSearchClientApplication.getType()Returns the enum constant of this class with the specified name.V3KnowledgeSearchClientApplication.TypeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.mypurecloud.sdk.v2.model with parameters of type V3KnowledgeSearchClientApplication.TypeEnumModifier and TypeMethodDescriptionvoidV3KnowledgeSearchClientApplication.setType(V3KnowledgeSearchClientApplication.TypeEnum type) V3KnowledgeSearchClientApplication.type(V3KnowledgeSearchClientApplication.TypeEnum type) Application type.