Package net.worcade.client.api.mixin
Interface LabelsApi
-
- All Known Subinterfaces:
AssetApi,AttachmentApi,ConversationApi,RoomApi,SiteApi
public interface LabelsApi
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Result<?>addLabels(String id, Reference... labels)Result<?>removeLabels(String id, Reference... labels)
-