public class ParseField extends Object
| Constructor and Description |
|---|
ParseField(String value,
String... deprecatedNames) |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getAllNamesIncludedDeprecated() |
String |
getPreferredName() |
String |
toString() |
ParseField |
withAllDeprecated(String allReplacedWith)
Return a new ParseField where all field names are deprecated and replaced with
allReplacedWith. |
ParseField |
withDeprecation(String... deprecatedNames) |
public String getPreferredName()
public String[] getAllNamesIncludedDeprecated()
public ParseField withDeprecation(String... deprecatedNames)
public ParseField withAllDeprecated(String allReplacedWith)
allReplacedWith.Copyright © 2009–2016. All rights reserved.