public class RestResponse<T> extends Object
| Modifier and Type | Method and Description |
|---|---|
String |
getLanguage() |
T |
getPayload() |
static <T> RestResponse<T> |
of(Locale locale,
T payload) |
public static <T> RestResponse<T> of(Locale locale, T payload)
public T getPayload()
public String getLanguage()
Copyright © 2012–2016 Pivotal Software, Inc.. All rights reserved.