@RestController
@RequestMapping(value="/dashboard/api/notifications",
produces="application/json")
public class NotificationsController
extends BaseController
localeResolver| Constructor and Description |
|---|
NotificationsController() |
| Modifier and Type | Method and Description |
|---|---|
RestResponse<NotificationMessage> |
index(String idpEntityId) |
createRestResponse, getLocale@RequestMapping public RestResponse<NotificationMessage> index(@RequestHeader(value="X-IDP-ENTITY-ID") String idpEntityId)
Copyright © 2012–2016 Pivotal Software, Inc.. All rights reserved.