Package com.google.gerrit.server.mail
Class MetadataName
- java.lang.Object
-
- com.google.gerrit.server.mail.MetadataName
-
public final class MetadataName extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
CHANGE_NUMBER
static String
MESSAGE_TYPE
static String
PATCH_SET
static String
TIMESTAMP
-
Constructor Summary
Constructors Constructor Description MetadataName()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
toFooterWithDelimiter(String metadataName)
static String
toHeader(String metadataName)
static String
toHeaderWithDelimiter(String metadataName)
-
-
-
Field Detail
-
CHANGE_NUMBER
public static final String CHANGE_NUMBER
- See Also:
- Constant Field Values
-
PATCH_SET
public static final String PATCH_SET
- See Also:
- Constant Field Values
-
MESSAGE_TYPE
public static final String MESSAGE_TYPE
- See Also:
- Constant Field Values
-
TIMESTAMP
public static final String TIMESTAMP
- See Also:
- Constant Field Values
-
-