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