private ManagedObject getManageObjectByExternalID(ExternalIDRepresentation externalIDRepresentation) throws SDKException {
return inventory.getManagedObject(externalIDRepresentation.getManagedObject().getId());
}
private ExternalIDRepresentation getExternalIDBoundToGId(GId gId) throws SDKException {
ExternalIDCollectionRepresentation xtIDcollectionRep = identity.getExternalIdsOfGlobalId(gId).get();
return xtIDcollectionRep.getExternalIds().get(0);
}