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