Class Group.GroupDepartmentGetListResponse

All Implemented Interfaces:
Serializable
Enclosing class:
Group

public static class Group.GroupDepartmentGetListResponse extends Response
Response to GroupDepartmentGetListRequest18. Contains a table of department attributes. The column headings are: "Is Enterprise Department", "Department Name", "Full Path Name", "Calling Line Id Name", and "Calling Line Id Phone Number"
Author:
AlpacaGenerator
See Also:
  • Field Details

  • Constructor Details

    • GroupDepartmentGetListResponse

      public GroupDepartmentGetListResponse()
  • Method Details

    • setDepartmentTable

      public void setDepartmentTable(List<GroupDepartmentDepartmentTableRow> departmentTable)
    • getDepartmentTable

      public List<GroupDepartmentDepartmentTableRow> getDepartmentTable()
    • setGroup

      public void setGroup(Group group)
    • getGroup

      public Group getGroup()
    • setIncludeEnterpriseDepartments

      public void setIncludeEnterpriseDepartments(Boolean includeEnterpriseDepartments)
    • getIncludeEnterpriseDepartments

      public Boolean getIncludeEnterpriseDepartments()
    • transform

      public void transform()
      Description copied from class: Response
      Transforms the Response from XML Content to a populated POJO
      Specified by:
      transform in class Response
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object