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.Entity> |
getDeletedFences() |
boolean |
getDryRun() |
Entity |
getProject() |
java.util.List<com.tomtom.online.sdk.geofencing.data.entity.Entity> |
getRemovedRelationsToFences() |
java.util.List<com.tomtom.online.sdk.geofencing.data.entity.Entity> |
getRemovedRelationsToObjects() |
java.lang.String |
toString() |
public Entity getProject()
public boolean getDryRun()
public java.util.List<com.tomtom.online.sdk.geofencing.data.entity.Entity> getDeletedFences()
public java.util.List<com.tomtom.online.sdk.geofencing.data.entity.Entity> getRemovedRelationsToFences()
public java.util.List<com.tomtom.online.sdk.geofencing.data.entity.Entity> getRemovedRelationsToObjects()
public java.lang.String toString()