Uses of Class
com.podio.tag.TagReference
-
Packages that use TagReference Package Description com.podio.tag -
-
Uses of TagReference in com.podio.tag
Methods in com.podio.tag that return types with arguments of type TagReference Modifier and Type Method Description List<TagReference>TagAPI. getTagsOnAppWithText(int appId, String text)Returns the objects that are tagged with the given text on the app.List<TagReference>TagAPI. getTagsOnOrgWithText(int orgId, String text)Returns the objects that are tagged with the given text on the org.List<TagReference>TagAPI. getTagsOnSpaceWithText(int spaceId, String text)Returns the objects that are tagged with the given text on the space.
-