public class OrganizationManagerResult
extends java.lang.Object
implements java.io.Serializable
OrganizationManagerResult class is a value object class containing the
result of an operation on Organization entity.| Constructor and Description |
|---|
OrganizationManagerResult()
Construct a blank
OrganizationManagerResult |
OrganizationManagerResult(java.lang.String entityId,
java.lang.String status,
java.lang.String errorCode)
Construct
OrganizationManagerResult with given GUID
entityId, status status and error code
errorCode |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getEntityId()
Returns the GUID of the Organization the result belongs to.
|
java.lang.String |
getErrorCode()
Returns the error code.
|
java.lang.String |
getStatus()
Returns the result status of the operation.
|
public OrganizationManagerResult()
OrganizationManagerResultpublic OrganizationManagerResult(java.lang.String entityId,
java.lang.String status,
java.lang.String errorCode)
OrganizationManagerResult with given GUID
entityId, status status and error code
errorCodeentityId - The GUID of the Organizationstatus - The status of the result. The status is 'COMPLETED' if the
operation is successful.errorCode - The reason of failurepublic java.lang.String getEntityId()
public java.lang.String getStatus()
public java.lang.String getErrorCode()