com.geotab.http.response.IdResponse Maven / Gradle / Ivy
package com.geotab.http.response;
import com.geotab.model.Id;
/**
* Response containing an {@link Id} only.
* @deprecated use {@link com.geotab.api.Api#callResult} or one of the specific method variants instead.
*/
@Deprecated
public class IdResponse extends BaseResponse {
}