Uses of Class
ch.swisscom.mid.client.rest.model.statusresp.Geofencing
Packages that use Geofencing
-
Uses of Geofencing in ch.swisscom.mid.client.rest.model.statusresp
Methods in ch.swisscom.mid.client.rest.model.statusresp that return GeofencingModifier and TypeMethodDescriptionServiceResponse.getGeofencing()Geofencing.withAccuracy(String accuracy) Geofencing.withCountry(String country) Geofencing.withDeviceConfidence(String deviceConfidence) Geofencing.withErrorCode(String errorCode) Geofencing.withErrorMessage(String errorMessage) Geofencing.withLocationConfidence(String locationConfidence) Geofencing.withTimestamp(String timestamp) Methods in ch.swisscom.mid.client.rest.model.statusresp with parameters of type GeofencingModifier and TypeMethodDescriptionvoidServiceResponse.setGeofencing(Geofencing geofencing) ServiceResponse.withGeofencing(Geofencing geofencing)