com.geotab.http.response.GetFeedDeviceResponse Maven / Gradle / Ivy
package com.geotab.http.response;
import com.geotab.model.FeedResult;
import com.geotab.model.entity.device.Device;
/**
* Response containing a FeedResult of {@link Device}.
* @deprecated use {@link com.geotab.api.Api#callResult} or one of the specific method variants instead.
*/
@Deprecated
public class GetFeedDeviceResponse extends BaseResponse> {
}