BrightSide Workbench Full Report + Source Code
org.turro.push.service.Urgency Enum Reference

Public Member Functions

 Urgency (String urgency)
 
String getHeaderValue ()
 

Public Attributes

 VERY_LOW =("very-low")
 
 LOW =("low")
 
 NORMAL =("normal")
 
 HIGH =("high")
 

Detailed Description

Author
Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g

Definition at line 24 of file Urgency.java.

Constructor & Destructor Documentation

◆ Urgency()

org.turro.push.service.Urgency.Urgency ( String  urgency)

Definition at line 32 of file Urgency.java.

32  {
33  this.headerValue = urgency;
34  }

Member Function Documentation

◆ getHeaderValue()

String org.turro.push.service.Urgency.getHeaderValue ( )

Definition at line 36 of file Urgency.java.

36  {
37  return headerValue;
38  }

Member Data Documentation

◆ HIGH

org.turro.push.service.Urgency.HIGH =("high")

Definition at line 28 of file Urgency.java.

◆ LOW

org.turro.push.service.Urgency.LOW =("low")

Definition at line 26 of file Urgency.java.

◆ NORMAL

org.turro.push.service.Urgency.NORMAL =("normal")

Definition at line 27 of file Urgency.java.

◆ VERY_LOW

org.turro.push.service.Urgency.VERY_LOW =("very-low")

Definition at line 25 of file Urgency.java.


The documentation for this enum was generated from the following file: