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