Package co.novu.api.blueprints
Class BlueprintsHandler
- java.lang.Object
-
- co.novu.api.blueprints.BlueprintsHandler
-
public class BlueprintsHandler extends Object
-
-
Constructor Summary
Constructors Constructor Description BlueprintsHandler(RestHandler restHandler)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BlueprintgetBlueprint(String templateId)BlueprintsByCategoryResponsegetBlueprintsByCategory()
-
-
-
Constructor Detail
-
BlueprintsHandler
public BlueprintsHandler(RestHandler restHandler)
-
-
Method Detail
-
getBlueprintsByCategory
public BlueprintsByCategoryResponse getBlueprintsByCategory() throws IOException, NovuNetworkException
- Throws:
IOExceptionNovuNetworkException
-
getBlueprint
public Blueprint getBlueprint(String templateId) throws IOException, NovuNetworkException
- Throws:
IOExceptionNovuNetworkException
-
-