-
Interface Summary
| Interface |
Description |
| Addressable |
Addressable resource (in REST context).
|
| Element |
Represents a uniquely identifiable element within a Group.
|
| Extension |
Represents an extension of an Element.
|
-
Class Summary
| Class |
Description |
| Group |
An elements group.
|
Package net.oneandone.concierge.api Description
Groups contain elements of equal type.
An element may have an extension for its specific type.
Elements can also have sub-groups that aren't contained within the object but should be resolved by a group resolver.
Data model:
- Group 1
- Element 1
- Extension
- Element 2
- Group 2
- Element 3
- Group 3
- Element 4