Overview

Summary

ContactDonateImprint


Appendix E-23: BREACH DATA TYPE (UI prompt)


BreachDataTypeSubscriptionPlanModuleDiscord

Properties (2)

PropertyTypeEntityReferenceModule
(1) DescriptionSTRINGBreachDataType
(2) NameSTRINGBreachDataType


Module Interfaces (6)

Remote MethodLocal MethodModuleHTTP-MethodReferences
(1) /breachdatatype/{id}updateBreachDataTypeById(breachdatatype)SubscriptionPlanModulePUTBreachDataType
(2) /breachdatatypefindAllBreachDataType()SubscriptionPlanModuleGETBreachDataType
(3) /breachdatatypeinsertBreachDataType(breachdatatype)SubscriptionPlanModulePOSTBreachDataType
(4) /breachdatatype/{id}findBreachDataTypeById(id)SubscriptionPlanModuleGETBreachDataType
(5) /breachdatatype/{id}deleteBreachDataTypeById(id)SubscriptionPlanModuleDELETEBreachDataType
(6) /breachdataexposure/breachdatatype/{id}findAllBreachDataExposureOfBreachDataType(id)SubscriptionPlanModuleGETBreachDataType BreachDataExposure





Example:

final BreachDataType breachdatatype = (BreachDataType) invokeModule(SUBSCRIPTION_PLAN_MODULE + "/breachdatatype/" + id, BreachDataType.class);
if (breachdatatype != null) {
}
return breachdatatype;


Overview

Summary

ContactDonateImprint