See: Description
Class | Description |
---|---|
IbisAttribute |
Class representing an attribute of a person or institution returned by
the web service API.
|
IbisAttributeScheme |
Class representing an attribute scheme.
|
IbisContactPhoneNumber |
Class representing a phone number held on an institution contact row, for
use by the web service API.
|
IbisContactRow |
Class representing an institution contact row, for use by the web
services API.
|
IbisContactWebPage |
Class representing a web page referred to by an institution contact row,
for use by the web service API.
|
IbisError |
Class representing an error returned by the web service API.
|
IbisGroup |
Class representing a group returned by the web service API.
|
IbisIdentifier |
Class representing a person's identifier, for use by the web service API.
|
IbisInstitution |
Class representing an institution returned by the web service API.
|
IbisPerson |
Class representing a person returned by the web service API.
|
IbisResult |
Class representing the top-level container for all XML and JSON results.
|
IbisResult.Entities |
Nested class to hold the full details of all the entities returned
in a result.
|
Most web service API methods return an instance or a list of one of these
classes, with all of the requested details in public fields. If an error
occurs processing the method on the server, an
IbisException
will be thrown containing
an IbisError
object with the the details
of the error.