Minor Java API Release
There are a few API additions coming with this release. The changes are backwards-compatible, so any code using API 17.x should work fine.
Jira Version | New API Version |
---|---|
7.13+ | 17.4.0 |
See Structure API Versions for full version information and downloads.
Compatible Changes in the Java API
The MapObject
class has received new versions of getLong()
, getInt()
, and getBoolean()
that accept a default value. These are added for convenience.
StructureViewManager.makeDefaultForStructure()
is a new method that will associate a view with a structure and make it the default view for the given page, all in a single call.