Uses of Class
com.skava.model.responses.BlackListItemCreateResponse
Packages that use BlackListItemCreateResponse
Package
Description
This package contains the user service implementation classes.
This package contains the controller classes.
-
Uses of BlackListItemCreateResponse in com.skava.service.impl
Methods in com.skava.service.impl that return BlackListItemCreateResponseModifier and TypeMethodDescriptionCreateBlackListItemServiceImpl.process
(BlackListItemRequest request) This method is used to create a new BlackListItem. -
Uses of BlackListItemCreateResponse in com.skava.web
Methods in com.skava.web that return types with arguments of type BlackListItemCreateResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<BlackListItemCreateResponse>
BlackListItemsController.createblackListItem
(BlackListItemList blackList, String authToken, String locale, String version) This service is used to create a blackListItem.