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

com.sparkpost.model.MetricsDelayReasonFields Maven / Gradle / Ivy

The newest version!

package com.sparkpost.model;

public class MetricsDelayReasonFields {

    public static final String[] ALL_FIELDS_ARRAY = new String[] {"count_delayed", "count_delayed_first", "reason"};

    public static final String COUNT_DELAYED = "count_delayed";
    public static final String COUNT_DELAYED_FIRST = "count_delayed_first";
    public static final String REASON = "reason";

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy