Package com.mypurecloud.sdk.v2.model
Class NamedEntityTypeBinding
java.lang.Object
com.mypurecloud.sdk.v2.model.NamedEntityTypeBinding
- All Implemented Interfaces:
Serializable
NamedEntityTypeBinding
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionentityName(String entityName) The name that this named entity type is bound to.entityType(String entityType) The named entity type of the binding.booleaninthashCode()voidsetEntityName(String entityName) voidsetEntityType(String entityType) toString()
-
Constructor Details
-
NamedEntityTypeBinding
public NamedEntityTypeBinding() -
NamedEntityTypeBinding
-
-
Method Details
-
entityType
The named entity type of the binding. It can be a built-in one such as builtin:number or a custom entity type such as BeverageType. -
getEntityType
-
setEntityType
-
entityName
The name that this named entity type is bound to. -
getEntityName
-
setEntityName
-
equals
-
hashCode
public int hashCode() -
toString
-