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

com.urbanairship.api.reports.model.Precision Maven / Gradle / Ivy

There is a newer version: 9.4.2
Show newest version
package com.urbanairship.api.reports.model;

/**
 * Enum of precisions.
 */
public enum Precision {
    HOURLY,
    DAILY,
    MONTHLY;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy