com.cumulocity.model
Interface ManagedObjectIdType


public interface ManagedObjectIdType

Represents the several Managed Object ID types that we can have. In the future we might do this in such a way that it enforces exactly what can go on that String


Field Summary
static String TYPE_EXTERNAL
          Represents the External ID type
static String TYPE_GID
          Represents the Global ID type
static String TYPE_REFERENCE
          Represents the Reference ID type
 

Field Detail

TYPE_GID

static final String TYPE_GID
Represents the Global ID type

See Also:
Constant Field Values

TYPE_EXTERNAL

static final String TYPE_EXTERNAL
Represents the External ID type

See Also:
Constant Field Values

TYPE_REFERENCE

static final String TYPE_REFERENCE
Represents the Reference ID type

See Also:
Constant Field Values


Copyright © 2013 (C) Cumulocity GmbH. All Rights Reserved.