Modifier and Type | Field and Description |
---|---|
static String |
ATOM_NAMESPACE
Atom namespace.
|
static String |
MEDIA_TYPE
"application/atom+xml; charset=utf-8" media type used as a default for Atom parsing. |
Modifier and Type | Method and Description |
---|---|
static void |
checkContentType(String contentType)
Checks the given content type matches the Atom content type specified in
MEDIA_TYPE . |
static void |
setSlugHeader(HttpHeaders headers,
String value)
Sets the
"Slug" header, properly escaping the header value. |
public static final String ATOM_NAMESPACE
public static final String MEDIA_TYPE
"application/atom+xml; charset=utf-8"
media type used as a default for Atom parsing.
Use HttpMediaType.equalsIgnoreParameters(com.google.api.client.http.HttpMediaType)
for comparing media types.
public static void checkContentType(String contentType)
MEDIA_TYPE
.IllegalArgumentException
- if content type doesn't matchpublic static void setSlugHeader(HttpHeaders headers, String value)
"Slug"
header, properly escaping the header value. See The Slug Header.Copyright © 2011–2022 Google. All rights reserved.