| Class | Description |
|---|---|
| Identity |
A representation of the unique characteristics of a particular asset, without relying on a unique ID string.
|
| InformationAsset |
The supertype of the IGC technical objects (including all OpenIGC assets).
|
| MainObject |
The supertype of many IGC objects -- in particular, any OpenIGC objects.
|
| ObjectPrinter |
Basic utility class to provide a standard mechanism through which to print out all of an asset's
details in a standard way that can be easily JSON-esque formatted.
|
| Paging |
Represents the metadata related to a page of results or relationships.
|
| Reference |
The ultimate parent object for all IGC assets, it contains only the most basic information common to every single
asset in IGC, and present in every single reference to an IGC asset (whether via relationship, search result,
etc):
_name _type _id _url _context -- present for almost all assets POJOs to represent user-defined objects (OpenIGC) should not extend this class directly, but the MainObject class. |
| ReferenceList |
Provides a standard class for any relationship in IGC, by including 'paging' details and 'items' array.
|
Copyright © 2018–2019 ODPi. All rights reserved.