Class User.UserCommunicationBarringGetResponse

All Implemented Interfaces:
Serializable
Enclosing class:
User

public static class User.UserCommunicationBarringGetResponse extends Response
Response to UserCommunicationBarringGetRequest. This command only applies to users in an Enterprise.
Author:
AlpacaGenerator
See Also:
  • Field Details

    • useGroupSetting

      protected Boolean useGroupSetting
    • profileName

      protected String profileName
    • user

      protected transient BroadWorksUser user
  • Constructor Details

    • UserCommunicationBarringGetResponse

      public UserCommunicationBarringGetResponse()
  • Method Details

    • setUseGroupSetting

      public void setUseGroupSetting(Boolean useGroupSetting)
    • getUseGroupSetting

      public Boolean getUseGroupSetting()
    • setProfileName

      public void setProfileName(String profileName)
    • getProfileName

      public String getProfileName()
    • setUser

      public void setUser(BroadWorksUser user)
    • getBroadWorksUser

      public BroadWorksUser getBroadWorksUser()
    • 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