public interface GetApiOp extends APIOperation
ConnectorObject
based on the Uid
.NO_TIMEOUT
Modifier and Type | Method and Description |
---|---|
ConnectorObject |
getObject(ObjectClass objectClass,
Uid uid,
OperationOptions options)
Get a particular
ConnectorObject based on the Uid . |
ConnectorObject getObject(ObjectClass objectClass, Uid uid, OperationOptions options)
ConnectorObject
based on the Uid
.objectClass
- type of object to get.uid
- the unique id of the object that to get.options
- additional options that impact the way this operation is run.
May be null.ConnectorObject
based on the Uid
provided or
null
if no such object could be found.Copyright © 2022. All rights reserved.