public class ContentSectionModifier
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ALL
A request with `&includes=all` will return everything in responses (above mentioned sections)
and an API client can indicate not required sections via `exclude` parameter in the request in
order to reduce response size.
|
static java.lang.String |
CHILDREN
Children section from MTGObject full form.
|
static java.lang.String |
CITY
City objects.
|
static java.lang.String |
CITY_IMAGES
Images section of City (compact, full) object.
|
static java.lang.String |
COLLECTIONS
Museum’s collections.
|
static java.lang.String |
COUNTRY
Country object.
|
static java.lang.String |
DOWNLOAD
Download section from/to MTGObject full form.
|
static java.lang.String |
LOCATION
Location section from/to MTGObject, City and Country sections.
|
static java.lang.String |
NEWS
News from/to MTGObject full form.
|
static java.lang.String |
NONE
None is indicated in includes parameter only `publisher`, `location` and `city_images`
will be included into response, when other from the table will be excluded.
|
static java.lang.String |
PUBLISHER
Publisher from/to MTGObject.
|
static java.lang.String |
REFERENCES
References section from/to MTGObject.
|
static java.lang.String |
SPONSORS
Sponsors from/to MTGObject full form.
|
static java.lang.String |
TRANSLATIONS
Country’s and City’s translations.
|
| Constructor and Description |
|---|
ContentSectionModifier() |
public static final java.lang.String ALL
public static final java.lang.String NONE
public static final java.lang.String CITY
public static final java.lang.String CITY_IMAGES
public static final java.lang.String CHILDREN
public static final java.lang.String COLLECTIONS
public static final java.lang.String COUNTRY
public static final java.lang.String DOWNLOAD
public static final java.lang.String LOCATION
public static final java.lang.String PUBLISHER
public static final java.lang.String REFERENCES
public static final java.lang.String TRANSLATIONS
public static final java.lang.String NEWS
public static final java.lang.String SPONSORS