| Constructor and Description |
|---|
ChangeListResource() |
| Modifier and Type | Method and Description |
|---|---|
List<ChangeRecordBean> |
getChanges(String callback,
int type) |
ChangeRecordBean |
getLastChange(String callback,
int type) |
@GET @JSONP(queryParam="__callback") public List<ChangeRecordBean> getChanges(@QueryParam(value="__callback") String callback, @QueryParam(value="type") int type)
@GET @Path(value="latest") @JSONP public ChangeRecordBean getLastChange(@QueryParam(value="callback") String callback, @QueryParam(value="type") int type)
Copyright © 2007-2023, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.