Class Group.GroupDepartmentGetResponse

All Implemented Interfaces:
Serializable
Enclosing class:
Group

public static class Group.GroupDepartmentGetResponse extends Response
Response to GroupDepartmentGetRequest. The following elements are only used in AS data mode: callingLineIdName caliingLineIdPhoneNumber
Author:
AlpacaGenerator
See Also:
  • Field Details

    • parentDepartmentKey

      protected DepartmentKey parentDepartmentKey
    • callingLineIdName

      protected String callingLineIdName
    • callingLineIdPhoneNumber

      protected String callingLineIdPhoneNumber
    • group

      protected transient Group group
    • departmentName

      protected String departmentName
  • Constructor Details

    • GroupDepartmentGetResponse

      public GroupDepartmentGetResponse()
  • Method Details

    • setParentDepartmentKey

      public void setParentDepartmentKey(DepartmentKey parentDepartmentKey)
    • getParentDepartmentKey

      public DepartmentKey getParentDepartmentKey()
    • setCallingLineIdName

      public void setCallingLineIdName(String callingLineIdName)
    • getCallingLineIdName

      public String getCallingLineIdName()
    • setCallingLineIdPhoneNumber

      public void setCallingLineIdPhoneNumber(String callingLineIdPhoneNumber)
    • getCallingLineIdPhoneNumber

      public String getCallingLineIdPhoneNumber()
    • setGroup

      public void setGroup(Group group)
    • getGroup

      public Group getGroup()
    • setDepartmentName

      public void setDepartmentName(String departmentName)
    • getDepartmentName

      public String getDepartmentName()
    • 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