|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.unboundid.scim.sdk.Status
public class Status
This class represents the response status of an individual operation within a bulk operation.
| Constructor Summary | |
|---|---|
Status(String code,
String description)
Construct a new Status value. |
|
| Method Summary | |
|---|---|
String |
getCode()
Retrieve the HTTP response code that would have been returned if a single HTTP request had been used. |
String |
getDescription()
Retrieve the human readable error message, or null if the
operation was successful and there is no additional information. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Status(String code,
String description)
code - The HTTP response code that would have been returned
if a single HTTP request had been used.description - A human readable error message, or null if
the operation was successful and there is no additional
information.| Method Detail |
|---|
public String getCode()
public String getDescription()
null if the
operation was successful and there is no additional information.
null if the
operation was successful and there is no additional information.public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||