Class WebHookBuilder
java.lang.Object
io.meeds.crowdin.gamification.rest.builder.WebHookBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstatic List<WebHookRestEntity> toRestEntities(CrowdinConsumerStorage crowdinConsumerStorage, Collection<WebHook> webHooks, boolean includeLanguages) static WebHookRestEntitytoRestEntity(CrowdinConsumerStorage crowdinConsumerStorage, WebHook webHook, boolean includeLanguages)
-
Method Details
-
toRestEntity
public static WebHookRestEntity toRestEntity(CrowdinConsumerStorage crowdinConsumerStorage, WebHook webHook, boolean includeLanguages) -
toRestEntities
public static List<WebHookRestEntity> toRestEntities(CrowdinConsumerStorage crowdinConsumerStorage, Collection<WebHook> webHooks, boolean includeLanguages)
-