class ExternalIdService : ConnectionRequest<User, List<ExternalId>>
Allows lookup of external id's associated with ManageObjects
ExternalIdService(connection: CumulocityConnectionFactory.CumulocityConnection)
Allows lookup of external id's associated with ManageObjects |
var lastPage: ExternalIds? |
fun allManagedObject(pageNum: Int, responder: RequestResponder<List<ExternalId>>?): Unit |
|
fun externalIDsForManagedObject(pageNum: Int, id: String, responder: RequestResponder<List<ExternalId>>?): Unit |
|
fun path(): String |
|
fun registerExternalIDsForManagedObject(id: String, type: String, value: String): Unit
Register an external id for an existing ManagedObject |
|
fun response(response: String): List<ExternalId> |