Package | Description |
---|---|
com.openshift.internal.client.response |
Modifier and Type | Method and Description |
---|---|
EnumDataType |
RestResponse.getDataType()
Gets the data type.
|
static EnumDataType |
EnumDataType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnumDataType[] |
EnumDataType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
RestResponse(String status,
Messages messages,
Object data,
EnumDataType dataType)
Instantiates a new response.
|
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.