Class PatchUser

java.lang.Object
com.mypurecloud.sdk.v2.model.PatchUser
All Implemented Interfaces:
Serializable

public class PatchUser extends Object implements Serializable
PatchUser
See Also:
  • Constructor Details

    • PatchUser

      public PatchUser()
    • PatchUser

      public PatchUser(Boolean initWithEmptyList)
  • Method Details

    • id

      public PatchUser id(String id)
      The globally unique identifier for the object.
    • getId

      public String getId()
    • setId

      public void setId(String id)
    • acdAutoAnswer

      public PatchUser acdAutoAnswer(Boolean acdAutoAnswer)
      The value that denotes if acdAutoAnswer is set on the user
    • getAcdAutoAnswer

      public Boolean getAcdAutoAnswer()
    • setAcdAutoAnswer

      public void setAcdAutoAnswer(Boolean acdAutoAnswer)
    • 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