Class CallCenter.GroupCallCenterQueueCallDispositionCodeGetResponse

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    CallCenter

    public static class CallCenter.GroupCallCenterQueueCallDispositionCodeGetResponse
    extends Response
    Response to the GroupCallCenterQueueCallDispositionCodeGetRequest
    Author:
    AlpacaGenerator
    See Also:
    Serialized Form
    • Constructor Detail

      • GroupCallCenterQueueCallDispositionCodeGetResponse

        public GroupCallCenterQueueCallDispositionCodeGetResponse()
    • Method Detail

      • setIsActive

        public void setIsActive​(Boolean isActive)
      • getIsActive

        public Boolean getIsActive()
      • setDescription

        public void setDescription​(String description)
      • getDescription

        public String getDescription()
      • setUser

        public void setUser​(CallCenter user)
      • getCallCenter

        public CallCenter getCallCenter()
      • setCode

        public void setCode​(String code)
      • getCode

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