Class GroupMusicOnHold.GroupMusicOnHoldGetDepartmentListResponse

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    GroupMusicOnHold

    public static class GroupMusicOnHold.GroupMusicOnHoldGetDepartmentListResponse
    extends Response
    Response to the GroupMusicOnHoldGetDepartmentListRequest.
    Author:
    AlpacaGenerator
    See Also:
    Serialized Form
    • Field Detail

      • hasDepartment

        protected Boolean hasDepartment
      • departmentFullPath

        protected String[] departmentFullPath
      • group

        protected transient Group group
    • Constructor Detail

      • GroupMusicOnHoldGetDepartmentListResponse

        public GroupMusicOnHoldGetDepartmentListResponse()
    • Method Detail

      • setHasDepartment

        public void setHasDepartment​(Boolean hasDepartment)
      • getHasDepartment

        public Boolean getHasDepartment()
      • setDepartment

        public void setDepartment​(DepartmentKey... department)
      • setDepartmentFullPath

        public void setDepartmentFullPath​(String... departmentFullPath)
      • getDepartmentFullPath

        public String[] getDepartmentFullPath()
      • setGroup

        public void setGroup​(Group group)
      • getGroup

        public Group getGroup()
      • 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
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object