Package com.mypurecloud.sdk.v2.model
Class NamedEntityTypeDefinition
java.lang.Object
com.mypurecloud.sdk.v2.model.NamedEntityTypeDefinition
- All Implemented Interfaces:
Serializable
NamedEntityTypeDefinition
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) Description of the of the named entity type.booleangetName()inthashCode()mechanism(NamedEntityTypeMechanism mechanism) The mechanism enabling detection of the named entity type.The name of the entity type.voidsetDescription(String description) voidsetMechanism(NamedEntityTypeMechanism mechanism) voidtoString()
-
Constructor Details
-
NamedEntityTypeDefinition
public NamedEntityTypeDefinition() -
NamedEntityTypeDefinition
-
-
Method Details
-
name
The name of the entity type. -
getName
-
setName
-
description
Description of the of the named entity type. -
getDescription
-
setDescription
-
mechanism
The mechanism enabling detection of the named entity type. -
getMechanism
-
setMechanism
-
equals
-
hashCode
public int hashCode() -
toString
-