Class InventoryContract.ItemModifierGroup

    • Field Detail

      • CONTENT_URI

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

        public static final Uri CONTENT_WITH_NAME_URI
        The content:// style URI for this table joined with the modifier_group table.
    • Method Detail

      • contentUriWithToken

        public static Uri contentUriWithToken​(String token)
      • contentWithNameUriWithToken

        public static Uri contentWithNameUriWithToken​(String token)
      • contentUriWithAccount

        public static Uri contentUriWithAccount​(Account account)
      • contentWithNameUriWithAccount

        public static Uri contentWithNameUriWithAccount​(Account account)