com.geotab.model.entity.addins.AddInItem Maven / Gradle / Ivy
package com.geotab.model.entity.addins;
/**
* Represents an Add-In Item which is a collection of keys and values that represent a page or a button.
*/
public interface AddInItem {
}
package com.geotab.model.entity.addins;
/**
* Represents an Add-In Item which is a collection of keys and values that represent a page or a button.
*/
public interface AddInItem {
}