@groovy.transform.ToString(includeNames: true, includePackage: false) class ResolveIDResponse extends java.lang.Object
The response from the resolveID method. This method searches a prioritized list of objects for a matching ID to determine what object it relates to. This typically resolves to one object.
This is a POGO returned by the ResolveService.resolveID method.Constructor and description |
---|
ResolveIDResponse
() |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Groovy Documentation