Uses of Interface
org.killbill.billing.util.tag.Tag
-
Packages that use Tag Package Description org.killbill.billing.util.api org.killbill.billing.util.tag -
-
Uses of Tag in org.killbill.billing.util.api
Methods in org.killbill.billing.util.api that return types with arguments of type Tag Modifier and Type Method Description Pagination<Tag>TagUserApi. getTags(Long offset, Long limit, TenantContext context)List<Tag>TagUserApi. getTagsForAccount(UUID accountId, boolean includedDeleted, TenantContext context)List<Tag>TagUserApi. getTagsForAccountType(UUID accountId, ObjectType objectType, boolean includedDeleted, TenantContext context)List<Tag>TagUserApi. getTagsForObject(UUID objectId, ObjectType objectType, boolean includedDeleted, TenantContext context)Pagination<Tag>TagUserApi. searchTags(String searchKey, Long offset, Long limit, TenantContext context)Find all tags having their object type, associated tag definition name or description matching the search key -
Uses of Tag in org.killbill.billing.util.tag
Subinterfaces of Tag in org.killbill.billing.util.tag Modifier and Type Interface Description interfaceControlTag
-