com.vodafone360.people.engine.contactsync
Interface NativeContactsApi2.PeopleProfileColumns

Enclosing class:
NativeContactsApi2

private static interface NativeContactsApi2.PeopleProfileColumns

Convenience interface to map the generic DATA column names to the People profile detail column names.


Field Summary
static java.lang.String CONTENT_ITEM_TYPE
          360 People profile MIME Type
static java.lang.String DATA_DETAIL
          360 People Contact profile detail
static java.lang.String DATA_PID
          360 People Contact's profile ID (Corresponds to Contact's Internal Contact ID)
static java.lang.String DATA_SUMMARY
          360 People Contact profile Summary
 

Field Detail

CONTENT_ITEM_TYPE

static final java.lang.String CONTENT_ITEM_TYPE
360 People profile MIME Type

See Also:
Constant Field Values

DATA_PID

static final java.lang.String DATA_PID
360 People Contact's profile ID (Corresponds to Contact's Internal Contact ID)


DATA_SUMMARY

static final java.lang.String DATA_SUMMARY
360 People Contact profile Summary


DATA_DETAIL

static final java.lang.String DATA_DETAIL
360 People Contact profile detail



JavaDoc