Package com.mypurecloud.sdk.v2.model
Class ConversationContentLineItem
java.lang.Object
com.mypurecloud.sdk.v2.model.ConversationContentLineItem
- All Implemented Interfaces:
Serializable
Item included in an order.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) Additional details about the item (e.g. the length of time to deliver for shipping options).booleangetName()getPrice()inthashCode()identifier(String identifier) A client defined value used to identify the item.The display name for the item.The price of the item.voidsetDescription(String description) voidsetIdentifier(String identifier) voidvoidtoString()
-
Constructor Details
-
ConversationContentLineItem
public ConversationContentLineItem() -
ConversationContentLineItem
-
-
Method Details
-
name
The display name for the item. -
getName
-
setName
-
price
The price of the item. -
getPrice
-
setPrice
-
description
Additional details about the item (e.g. the length of time to deliver for shipping options). -
getDescription
-
setDescription
-
identifier
A client defined value used to identify the item. -
getIdentifier
-
setIdentifier
-
equals
-
hashCode
public int hashCode() -
toString
-