public class GetItemOutcome extends Object
| Constructor and Description |
|---|
GetItemOutcome(GetItemResult result) |
| Modifier and Type | Method and Description |
|---|---|
GetItemResult |
getGetItemResult()
Returns all the low-level details returned from the server side.
|
Item |
getItem()
Returns all the returned attributes as an
Item; or null if the
item doesn't exist. |
String |
toString() |
public GetItemOutcome(GetItemResult result)
public Item getItem()
Item; or null if the
item doesn't exist.public GetItemResult getGetItemResult()
Copyright © 2014. All rights reserved.