Rename getTenantDevices to getDeviceProfiles
This commit is contained in:
parent
38de483806
commit
04df24c97a
@ -1338,7 +1338,7 @@ public class RestClient implements ClientHttpRequestInterceptor, Closeable {
|
|||||||
HttpEntity.EMPTY, DeviceProfile.class, deviceProfileId).getBody();
|
HttpEntity.EMPTY, DeviceProfile.class, deviceProfileId).getBody();
|
||||||
}
|
}
|
||||||
|
|
||||||
public PageData<DeviceProfile> getTenantDevices(PageLink pageLink) {
|
public PageData<DeviceProfile> getDeviceProfiles(PageLink pageLink) {
|
||||||
Map<String, String> params = new HashMap<>();
|
Map<String, String> params = new HashMap<>();
|
||||||
addPageLinkToParam(params, pageLink);
|
addPageLinkToParam(params, pageLink);
|
||||||
return restTemplate.exchange(
|
return restTemplate.exchange(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user