public class ProjectServiceDeleteResponse
The Response to a Project Service Delete Request from the Geofencing API. It contains the project ID.
Modifier and Type | Method and Description |
---|---|
java.util.List<com.tomtom.online.sdk.geofencing.data.entity.NativeEntity> |
getDeletedFences() |
boolean |
getDryRun() |
NativeEntity |
getProject() |
java.util.List<com.tomtom.online.sdk.geofencing.data.entity.NativeEntity> |
getRemovedRelationsToFences() |
java.util.List<com.tomtom.online.sdk.geofencing.data.entity.NativeEntity> |
getRemovedRelationsToObjects() |
java.lang.String |
toString() |
public NativeEntity getProject()
public boolean getDryRun()
public java.util.List<com.tomtom.online.sdk.geofencing.data.entity.NativeEntity> getDeletedFences()
public java.util.List<com.tomtom.online.sdk.geofencing.data.entity.NativeEntity> getRemovedRelationsToFences()
public java.util.List<com.tomtom.online.sdk.geofencing.data.entity.NativeEntity> getRemovedRelationsToObjects()
public java.lang.String toString()