All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.geotab.http.response.IoxAddOnListResponse Maven / Gradle / Ivy

package com.geotab.http.response;

import com.geotab.model.entity.ioxaddon.IoxAddOn;
import java.util.List;

/**
 * Response containing a collection of {@link IoxAddOn}s.
 * @deprecated use {@link com.geotab.api.Api#callResult} or one of the specific method variants instead.
 */
@Deprecated
public class IoxAddOnListResponse extends BaseResponse> {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy