Uses of Class
ch.swisscom.mid.client.rest.model.statusresp.Geofencing
| Package | Description |
|---|---|
| ch.swisscom.mid.client.rest.model.statusresp |
-
Uses of Geofencing in ch.swisscom.mid.client.rest.model.statusresp
Methods in ch.swisscom.mid.client.rest.model.statusresp that return Geofencing Modifier and Type Method Description GeofencingServiceResponse. getGeofencing()GeofencingGeofencing. withAccuracy(String accuracy)GeofencingGeofencing. withCountry(String country)GeofencingGeofencing. withDeviceConfidence(String deviceConfidence)GeofencingGeofencing. withErrorCode(String errorCode)GeofencingGeofencing. withErrorMessage(String errorMessage)GeofencingGeofencing. withLocationConfidence(String locationConfidence)GeofencingGeofencing. withTimestamp(String timestamp)Methods in ch.swisscom.mid.client.rest.model.statusresp with parameters of type Geofencing Modifier and Type Method Description voidServiceResponse. setGeofencing(Geofencing geofencing)ServiceResponseServiceResponse. withGeofencing(Geofencing geofencing)