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.
|
Modifier and Type | Method and Description |
---|---|
protected Object |
QuickstartJsonDTOFactory.createData(EnumDataType dataType,
Messages messages,
org.jboss.dmr.ModelNode dataNode) |
protected Object |
OpenShiftJsonDTOFactory.createData(EnumDataType dataType,
Messages messages,
org.jboss.dmr.ModelNode dataNode) |
protected abstract Object |
AbstractJsonDTOFactory.createData(EnumDataType dataType,
Messages messages,
org.jboss.dmr.ModelNode dataNode) |
Constructor and Description |
---|
RestResponse(String status,
Messages messages,
Object data,
EnumDataType dataType)
Instantiates a new response.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.