PREV CLASS NEXT CLASS
Tree SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD com.ibm.workplace.wcm.api.extensions.syndication
Class Resultjava.lang.Objectcom.ibm.workplace.wcm.api.extensions.syndication.Result
public class Result- extends java.lang.Object
Result returned from the SubscriberComplete and SyndicatorComplete Extensions.
- Since:
- 8.0
Constructor Summary Result(java.lang.String message)
Constructor
Method Summary java.lang.String getMessage()
Get the message returned from the extension.
Methods inherited from class java.lang.Object clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Constructor Detail Result
public Result(java.lang.String message)
- Constructor
- Parameters:
- message - the message returned from the extensions
Method Detail getMessage
public java.lang.String getMessage()PREV CLASS NEXT CLASS
- Get the message returned from the extension.
- Returns:
- a message from the extension.
Tree SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD