Stay organized with collections
Save and categorize content based on your preferences.
OrganizationColumns
interface OrganizationColumns
Columns from the Organizations table that other columns join into themselves.
Summary
Constants |
static String |
The name of the company for this organization.
|
static String |
Whether this is the primary organization
|
static String |
The user provided label, only used if TYPE is TYPE_CUSTOM.
|
static String |
The person this organization is tied to.
|
static String |
The title within this organization.
|
static String |
The type of the organizations.
|
static Int |
|
static Int |
|
static Int |
|
Constants
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-10 UTC."],[],[],null,["# Contacts.OrganizationColumns\n\nAdded in [API level 1](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \nDeprecated in [API level 5](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels)\n\nOrganizationColumns\n===================\n\n*** ** * ** ***\n\nKotlin \\|[Java](/reference/android/provider/Contacts.OrganizationColumns \"View this page in Java\") \n\n```\ninterface OrganizationColumns\n```\n\n|----------------------------------------------------|\n| [android.provider.Contacts.OrganizationColumns](#) |\n\n|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| Known Direct Subclasses [Contacts.Organizations](/reference/kotlin/android/provider/Contacts.Organizations) |-------------------------------------------------------------------------------------|-----------------------------------------------------------------------| | [Contacts.Organizations](/reference/kotlin/android/provider/Contacts.Organizations) | A sub directory of a single person that contains all of their Phones. | |\n\n*** ** * ** ***\n\n| **This interface was deprecated in API level 5.**\n|\n| see [android.provider.ContactsContract](/reference/kotlin/android/provider/ContactsContract)\n\nColumns from the Organizations table that other columns join into themselves.\n\nSummary\n-------\n\n| Constants ||\n|-----------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------|\n| static [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | [COMPANY](#COMPANY:kotlin.String) The name of the company for this organization. |\n| static [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | [ISPRIMARY](#ISPRIMARY:kotlin.String) Whether this is the primary organization |\n| static [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | [LABEL](#LABEL:kotlin.String) The user provided label, only used if TYPE is TYPE_CUSTOM. |\n| static [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | [PERSON_ID](#PERSON_ID:kotlin.String) The person this organization is tied to. |\n| static [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | [TITLE](#TITLE:kotlin.String) The title within this organization. |\n| static [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | [TYPE](#TYPE:kotlin.String) The type of the organizations. |\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [TYPE_CUSTOM](#TYPE_CUSTOM:kotlin.Int) \u003cbr /\u003e |\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [TYPE_OTHER](#TYPE_OTHER:kotlin.Int) \u003cbr /\u003e |\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [TYPE_WORK](#TYPE_WORK:kotlin.Int) \u003cbr /\u003e |\n\nConstants\n---------\n\n### COMPANY\n\nAdded in [API level 1](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val COMPANY: String\n```\n\n**Deprecated:** *see [android.provider.ContactsContract](/reference/kotlin/android/provider/ContactsContract)*\n\nThe name of the company for this organization.\n\nType: TEXT \n\n Value: \"company\"\n\n### ISPRIMARY\n\nAdded in [API level 1](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val ISPRIMARY: String\n```\n\n**Deprecated:** *see [android.provider.ContactsContract](/reference/kotlin/android/provider/ContactsContract)*\n\nWhether this is the primary organization\n\nType: INTEGER (if set, non-0 means true) \n\n Value: \"isprimary\"\n\n### LABEL\n\nAdded in [API level 1](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val LABEL: String\n```\n\n**Deprecated:** *see [android.provider.ContactsContract](/reference/kotlin/android/provider/ContactsContract)*\n\nThe user provided label, only used if TYPE is TYPE_CUSTOM.\n\nType: TEXT \n\n Value: \"label\"\n\n### PERSON_ID\n\nAdded in [API level 1](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val PERSON_ID: String\n```\n\n**Deprecated:** *see [android.provider.ContactsContract](/reference/kotlin/android/provider/ContactsContract)*\n\nThe person this organization is tied to.\n\nType: TEXT \n\n Value: \"person\"\n\n### TITLE\n\nAdded in [API level 1](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val TITLE: String\n```\n\n**Deprecated:** *see [android.provider.ContactsContract](/reference/kotlin/android/provider/ContactsContract)*\n\nThe title within this organization.\n\nType: TEXT \n\n Value: \"title\"\n\n### TYPE\n\nAdded in [API level 1](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val TYPE: String\n```\n\n**Deprecated:** *see [android.provider.ContactsContract](/reference/kotlin/android/provider/ContactsContract)*\n\nThe type of the organizations.\n\nType: INTEGER (one of the constants below) \n\n Value: \"type\"\n\n### TYPE_CUSTOM\n\nAdded in [API level 1](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val TYPE_CUSTOM: Int\n```\n\n**Deprecated:** *see [android.provider.ContactsContract](/reference/kotlin/android/provider/ContactsContract)* \n\n Value: 0\n\n### TYPE_OTHER\n\nAdded in [API level 1](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val TYPE_OTHER: Int\n```\n\n**Deprecated:** *see [android.provider.ContactsContract](/reference/kotlin/android/provider/ContactsContract)* \n\n Value: 2\n\n### TYPE_WORK\n\nAdded in [API level 1](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val TYPE_WORK: Int\n```\n\n**Deprecated:** *see [android.provider.ContactsContract](/reference/kotlin/android/provider/ContactsContract)* \n\n Value: 1"]]