- java.lang.Object
-
- com.zerodeplibs.webpush.header.Urgency
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUrgency.UrgencyOptionThis enum represents an available value for the Urgency header field.
-
Field Summary
Fields Modifier and Type Field Description static StringHEADER_NAMEThe name of the Urgency header field.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Stringhigh()"high" urgency.static Stringlow()"low" urgency.static Stringnormal()"normal" urgency.static StringveryLow()"very-low" urgency.
-
-
-
Field Detail
-
HEADER_NAME
public static String HEADER_NAME
The name of the Urgency header field.
-
-