com.geotab.http.response.UnitOfMeasureListResponse Maven / Gradle / Ivy
package com.geotab.http.response;
import com.geotab.model.entity.unitofmeasure.UnitOfMeasure;
import java.util.List;
/**
* Response containing a collection of {@link UnitOfMeasure}s.
* @deprecated use {@link com.geotab.api.Api#callResult} or one of the specific method variants instead.
*/
@Deprecated
public class UnitOfMeasureListResponse extends BaseResponse> {
}