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
-
Method Summary
-
Constructor Details
-
GenericManagerImpl
-
-
Method Details
-
getClickUp4j
Description copied from interface:GenericManager
Returns theClickUp4j
instance.- Specified by:
getClickUp4j
in interfaceGenericManager<T>
- Returns:
- The
ClickUp4j
instance.
-
save
Description copied from interface:GenericManager
Saves the entity.
Pass a consumer to be called when the request is complete.- Specified by:
save
in interfaceGenericManager<T>
- Parameters:
consumer
- The consumer to be called when the request is complete.
-
complete
Description copied from interface:GenericManager
Synchronously saves the entity.- Specified by:
complete
in interfaceGenericManager<T>
- Returns:
- The saved entity.
-