Cumulocity API Services / com.softwareag.jc.cumulocity.services.api / ExternalIdService

ExternalIdService

class ExternalIdService : ConnectionRequest<User, List<ExternalId>>

Allows lookup of external id's associated with ManageObjects

Constructors

<init>

ExternalIdService(connection: CumulocityConnectionFactory.CumulocityConnection)

Allows lookup of external id's associated with ManageObjects

Properties

lastPage

var lastPage: ExternalIds?

Functions

allManagedObject

fun allManagedObject(pageNum: Int, responder: RequestResponder<List<ExternalId>>?): Unit

externalIDsForManagedObject

fun externalIDsForManagedObject(pageNum: Int, id: String, responder: RequestResponder<List<ExternalId>>?): Unit

path

fun path(): String

registerExternalIDsForManagedObject

fun registerExternalIDsForManagedObject(id: String, type: String, value: String): Unit

Register an external id for an existing ManagedObject

response

fun response(response: String): List<ExternalId>