public class GetImpl extends Object implements GetApiOp
NO_TIMEOUT
Constructor and Description |
---|
GetImpl(SearchApiOp search) |
Modifier and Type | Method and Description |
---|---|
ConnectorObject |
getObject(ObjectClass objectClass,
Uid uid,
OperationOptions options)
Get a particular
ConnectorObject based on the Uid . |
public GetImpl(SearchApiOp search)
public ConnectorObject getObject(ObjectClass objectClass, Uid uid, OperationOptions options)
GetApiOp
ConnectorObject
based on the Uid
.getObject
in interface GetApiOp
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.