Class PhonesReboot

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

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

    • PhonesReboot

      public PhonesReboot()
    • PhonesReboot

      public PhonesReboot(Boolean initWithEmptyList)
  • Method Details

    • phoneIds

      public PhonesReboot phoneIds(List<String> phoneIds)
      The list of phone Ids to reboot.
    • getPhoneIds

      public List<String> getPhoneIds()
    • setPhoneIds

      public void setPhoneIds(List<String> phoneIds)
    • siteId

      public PhonesReboot siteId(String siteId)
      ID of the site for which to reboot all phones at that site. no.active.edge and phone.cannot.resolve errors are ignored.
    • getSiteId

      public String getSiteId()
    • setSiteId

      public void setSiteId(String siteId)
    • 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