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

com.apitable.client.api.model.field.property.CheckboxFieldProperty Maven / Gradle / Ivy

The newest version!
package com.apitable.client.api.model.field.property;

public class CheckboxFieldProperty extends BaseFieldProperty {

    private String icon;

    public String getIcon() {
        return icon;
    }

    public void setIcon(String icon) {
        this.icon = icon;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy