Class Index
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondelete()
Deletes wireless point(s) of a corporate map by ID(s).get()
Returns the specified wireless access point of a corporate map with the emergency address assigned.list()
list
(ListWirelessPointsParameters queryParams) Returns account wireless points configured and used for Automatic Location Updates feature.path()
post
(CreateWirelessPoint createWirelessPoint) Creates a new wireless point in network configuration with the emergency address assigned.put
(UpdateWirelessPoint updateWirelessPoint) Updates the specified wireless access point of a corporate map by ID.
-
Field Details
-
rc
-
parent
-
pointId
-
-
Constructor Details
-
Index
-
-
Method Details
-
path
-
path
-
list
public WirelessPointsList list(ListWirelessPointsParameters queryParams) throws RestException, IOException Returns account wireless points configured and used for Automatic Location Updates feature.HTTP Method: get Endpoint: /restapi/{apiVersion}/account/{accountId}/emergency-address-auto-update/wireless-points Rate Limit Group: Medium App Permission: EditAccounts User Permission: ConfigureEmergencyMaps
- Throws:
RestException
IOException
-
list
- Throws:
RestException
IOException
-
post
public WirelessPointInfo post(CreateWirelessPoint createWirelessPoint) throws RestException, IOException Creates a new wireless point in network configuration with the emergency address assigned.HTTP Method: post Endpoint: /restapi/{apiVersion}/account/{accountId}/emergency-address-auto-update/wireless-points Rate Limit Group: Heavy App Permission: EditAccounts User Permission: ConfigureEmergencyMaps
- Throws:
RestException
IOException
-
get
Returns the specified wireless access point of a corporate map with the emergency address assigned.HTTP Method: get Endpoint: /restapi/{apiVersion}/account/{accountId}/emergency-address-auto-update/wireless-points/{pointId} Rate Limit Group: Medium App Permission: EditAccounts User Permission: ConfigureEmergencyMaps
- Throws:
RestException
IOException
-
put
public WirelessPointInfo put(UpdateWirelessPoint updateWirelessPoint) throws RestException, IOException Updates the specified wireless access point of a corporate map by ID.HTTP Method: put Endpoint: /restapi/{apiVersion}/account/{accountId}/emergency-address-auto-update/wireless-points/{pointId} Rate Limit Group: Heavy App Permission: EditAccounts User Permission: ConfigureEmergencyMaps
- Throws:
RestException
IOException
-
delete
Deletes wireless point(s) of a corporate map by ID(s). HTTP Method: delete Endpoint: /restapi/{apiVersion}/account/{accountId}/emergency-address-auto-update/wireless-points/{pointId} Rate Limit Group: Heavy App Permission: EditAccounts User Permission: ConfigureEmergencyMaps- Throws:
RestException
IOException
-