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