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

edu.ksu.canvas.enums.SectionIncludes Maven / Gradle / Ivy

There is a newer version: 2.0.0
Show newest version
package edu.ksu.canvas.enums;

public enum SectionIncludes {
    STUDENTS,
    AVATAR_URL,
    ENROLLMENTS,
    TOTAL_STUDENTS,
    PASSBACK_STATUS;

    @Override
    public String toString() {
        return name().toLowerCase();
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy