(restEndpoints)
| 2088 | } |
| 2089 | |
| 2090 | setRestEndpoints(restEndpoints) { |
| 2091 | restEndpointsAssert(restEndpoints, this.locationConstraints); |
| 2092 | this.restEndpoints = restEndpoints; |
| 2093 | this.emit('rest-endpoints-update'); |
| 2094 | } |
| 2095 | |
| 2096 | setLocationConstraints(locationConstraints) { |
| 2097 | restEndpointsAssert(this.restEndpoints, locationConstraints); |
no test coverage detected