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