Class BlackListItemCreateResponse

java.lang.Object
com.skava.core.validation.OutputModel
com.skava.model.responses.BlackListItemCreateResponse
All Implemented Interfaces:
Serializable

public class BlackListItemCreateResponse extends com.skava.core.validation.OutputModel
This class defines the User Create Response model holds the created and existing blacklist details.
Author:
Infosys Equinox
See Also:
  • Constructor Details

    • BlackListItemCreateResponse

      public BlackListItemCreateResponse()
      Default constructor. Instantiates a new BlackListCreateResponse object.
    • BlackListItemCreateResponse

      public BlackListItemCreateResponse(List<BlackListItem> createdBlackList, List<BlackListItem> existingBlackList)
      Instantiates a new UserCreateResponse object.
      Parameters:
      createdBlackList - Holds the list of Users object for creating UserCreateResponse object.
      existingBlackList - Holds the list of Users object for creating UserCreateResponse object.