com.urbanairship.api.reports.model.Precision Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-client Show documentation
Show all versions of java-client Show documentation
The Urban Airship Java client library
package com.urbanairship.api.reports.model;
/**
* Enum of precisions.
*/
public enum Precision {
HOURLY,
DAILY,
MONTHLY;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy