com.liferay.portal.sharepoint
Class Property
java.lang.Object
com.liferay.portal.sharepoint.Property
- All Implemented Interfaces:
- ResponseElement
public class Property
- extends java.lang.Object
- implements ResponseElement
View Source
- Author:
- Bruno Farache
Constructor Summary |
Property(java.lang.String key,
ResponseElement value)
|
Property(java.lang.String key,
java.lang.String value)
|
Property(java.lang.String key,
java.lang.String value,
boolean newLine)
|
Method Summary |
java.lang.String |
parse()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OPEN_PARAGRAPH
public static final java.lang.String OPEN_PARAGRAPH
- See Also:
- Constant Field Values
Property
public Property(java.lang.String key,
java.lang.String value)
Property
public Property(java.lang.String key,
ResponseElement value)
Property
public Property(java.lang.String key,
java.lang.String value,
boolean newLine)
parse
public java.lang.String parse()
- Specified by:
parse
in interface ResponseElement