Class Group.GroupDepartmentAddRequest

java.lang.Object
co.ecg.alpaca.toolkit.messaging.request.Request<DefaultResponse>
co.ecg.alpaca.toolkit.generated.Group.GroupDepartmentAddRequest
Enclosing class:
Group

public static class Group.GroupDepartmentAddRequest extends Request<DefaultResponse>
Add a department to a group. The response is either a SuccessResponse or an ErrorResponse. The following elements are only used in AS data mode: callingLineIdName caliingLineIdPhoneNumber
Author:
AlpacaGenerator
  • Field Details

    • group

      @NotNull @Valid protected transient @NotNull @Valid Group group
    • departmentName

      @NotNull @Size(min=1, max=50) protected @NotNull @Size(min=1,max=50) String departmentName
    • parentDepartmentKey

      @Valid protected @Valid DepartmentKey parentDepartmentKey
    • callingLineIdName

      @Size(min=1, max=80) protected @Size(min=1,max=80) String callingLineIdName
    • callingLineIdPhoneNumber

      @Size(min=1, max=23) protected @Size(min=1,max=23) String callingLineIdPhoneNumber
  • Constructor Details

    • GroupDepartmentAddRequest

      public GroupDepartmentAddRequest()
    • GroupDepartmentAddRequest

      public GroupDepartmentAddRequest(Group group, String departmentName)
  • Method Details