Class RemoveLineResponse

java.lang.Object
com.ringcentral.definitions.RemoveLineResponse

public class RemoveLineResponse extends Object
  • Field Details

    • id

      public String id
      Internal identifier of a source device Required
    • type

      public String type
      Device type Required Default: HardPhone Enum: HardPhone, SoftPhone, OtherPhone, MobileDevice, BLA, Paging, WebPhone, WebRTC, ZoomMobile, ZoomPhone, Room, Unknown
    • name

      public String name
      The display name of a source device Required Example: My Device N1
    • serial

      public String serial
      Serial number of a device (HardPhone) Example: ff:ff:ff:ff:ff:ff
  • Constructor Details

    • RemoveLineResponse

      public RemoveLineResponse()
  • Method Details