Uses of Class
ch.swisscom.mid.client.rest.model.signresp.Geofencing
| Package | Description |
|---|---|
| ch.swisscom.mid.client.rest.model.signresp |
-
Uses of Geofencing in ch.swisscom.mid.client.rest.model.signresp
Methods in ch.swisscom.mid.client.rest.model.signresp 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.signresp with parameters of type Geofencing Modifier and Type Method Description voidServiceResponse. setGeofencing(Geofencing geofencing)ServiceResponseServiceResponse. withGeofencing(Geofencing geofencing)