Override the default field name to map to.
In order to map an interface method to the xivapi field "Foo", you can either:
- Name the method getFoo() or isFoo()
- Apply the annotation @XivApiField("Foo") to the method
-
Required Element Summary
Required Elements
-
Element Details
-
value
String value
-