Class GenericManagerImpl<T>
java.lang.Object
pw.chew.clickup4j.internal.entities.managers.GenericManagerImpl<T>
- All Implemented Interfaces:
 GenericManager<T>
- Direct Known Subclasses:
 TaskManagerImpl
- 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
GenericManagerImpl
 
 - 
 - 
Method Details
- 
getClickUp4j
Description copied from interface:GenericManagerReturns theClickUp4jinstance.- Specified by:
 getClickUp4jin interfaceGenericManager<T>- Returns:
 - The 
ClickUp4jinstance. 
 - 
save
Description copied from interface:GenericManagerSaves the entity.
Pass a consumer to be called when the request is complete.- Specified by:
 savein interfaceGenericManager<T>- Parameters:
 consumer- The consumer to be called when the request is complete.
 - 
complete
Description copied from interface:GenericManagerSynchronously saves the entity.- Specified by:
 completein interfaceGenericManager<T>- Returns:
 - The saved entity.
 
 
 -