public class FenceServiceDeleteFromProjectResponse
The Response to a "Fence Service Delete From Project" Request from the Geofencing API. It contains the project ID.
Modifier and Type | Method and Description |
---|---|
boolean |
getDryRun() |
NativeEntity |
getFence() |
java.util.List<com.tomtom.online.sdk.geofencing.data.entity.NativeEntity> |
getRemainingRelationToProjects() |
java.util.List<com.tomtom.online.sdk.geofencing.data.entity.NativeEntity> |
getRemovedRelationToProjects() |
java.lang.String |
toString() |
public NativeEntity getFence()
public boolean getDryRun()
public java.util.List<com.tomtom.online.sdk.geofencing.data.entity.NativeEntity> getRemovedRelationToProjects()
public java.util.List<com.tomtom.online.sdk.geofencing.data.entity.NativeEntity> getRemainingRelationToProjects()
public java.lang.String toString()