|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.vodafone360.people.datatypes.BaseDataType
com.vodafone360.people.datatypes.ExternalResponseObject
public class ExternalResponseObject
BaseDataType representing an ExternalResponseObject retrieved from server. The response contains; an error code a MIME type the object returned within the external response.
| Field Summary | |
|---|---|
byte[] |
mBody
byte array containing body. |
java.lang.String |
mMimeType
MIME type for object contained within response. |
| Constructor Summary | |
|---|---|
ExternalResponseObject()
|
|
| Method Summary | |
|---|---|
java.lang.String |
name()
Return name of the current Data-type. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public java.lang.String mMimeType
public byte[] mBody
| Constructor Detail |
|---|
public ExternalResponseObject()
| Method Detail |
|---|
public java.lang.String name()
name in class BaseDataType
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
JavaDoc