public class ConversationShape
extends java.lang.Object
| Constructor and Description |
|---|
ConversationShape()
Initializes a new instance of the ConversationShape class.
|
ConversationShape(java.util.List<PropertyPath> propertyPaths)
Initializes a new instance of the ConversationShape class.
|
ConversationShape(ShapeType type)
Initializes a new instance of the ConversationShape class.
|
ConversationShape(ShapeType type,
java.util.List<PropertyPath> propertyPaths)
Initializes a new instance of the ConversationShape class.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<PropertyPath> |
getPropertyPaths()
Identifies additional properties to return in a response.
|
ShapeType |
getType()
Identifies the basic configuration of properties to return in an item or folder response.
|
void |
setType(ShapeType type)
Identifies the basic configuration of properties to return in an item or folder response.
|
java.lang.String |
toString()
Converts the value of the current ConversationShape object to its equivalent string representation.
|
public ConversationShape()
public ConversationShape(ShapeType type)
type - the typepublic ConversationShape(java.util.List<PropertyPath> propertyPaths)
propertyPaths - the property pathspublic ConversationShape(ShapeType type, java.util.List<PropertyPath> propertyPaths)
type - the typepropertyPaths - the property pathspublic java.lang.String toString()
toString in class java.lang.Objectpublic ShapeType getType()
public void setType(ShapeType type)
type - the new typepublic java.util.List<PropertyPath> getPropertyPaths()