Package com.cumulocity.rest.representation.identity

Examples of com.cumulocity.rest.representation.identity.ExternalIDCollectionRepresentation


    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);
    }
View Full Code Here

TOP

Related Classes of com.cumulocity.rest.representation.identity.ExternalIDCollectionRepresentation

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.