Class InventoryContract.Option

    • Field Detail

      • CONTENT_URI

        public static final Uri CONTENT_URI
        The content:// style URI for this table
      • CONTENT_FOR_ITEMS_URI

        public static final Uri CONTENT_FOR_ITEMS_URI
        The content:// style URI for this table joined with the item table
      • CONTENT_ITEMS_WITH_OPTIONS

        public static final String CONTENT_ITEMS_WITH_OPTIONS
        The MIME type of a CONTENT_URI providing a directory of options for items.
        See Also:
        Constant Field Values
    • Method Detail

      • contentUriWithToken

        public static Uri contentUriWithToken​(String token)
      • contentForItemsUriWithToken

        public static Uri contentForItemsUriWithToken​(String token)
      • contentUriWithAccount

        public static Uri contentUriWithAccount​(Account account)
      • contentForItemsUriWithAccount

        public static Uri contentForItemsUriWithAccount​(Account account)