public class PersonaShape
extends java.lang.Object
| Constructor and Description |
|---|
PersonaShape()
Initializes a new instance of the PersonaShape class.
|
PersonaShape(java.util.List<PropertyPath> propertyPaths)
Initializes a new instance of the PersonaShape class.
|
PersonaShape(ShapeType type)
Initializes a new instance of the PersonaShape class.
|
PersonaShape(ShapeType type,
java.util.List<PropertyPath> propertyPaths)
Initializes a new instance of the PersonaShape 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 PersonaShape object to its equivalent string representation.
|
public PersonaShape()
public PersonaShape(ShapeType type)
type - the typepublic PersonaShape(java.util.List<PropertyPath> propertyPaths)
propertyPaths - the property pathspublic PersonaShape(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()