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

syncloud.google.docs.model.CategoryScheme Maven / Gradle / Ivy

The newest version!
package syncloud.google.docs.model;

public enum CategoryScheme {

    KIND("http://schemas.google.com/g/2005#kind"),
    LABELS("http://schemas.google.com/g/2005/labels");

    private String scheme;

    CategoryScheme(String scheme){
        this.scheme = scheme;
    }

    public String getScheme() {
        return scheme;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy