![JAR search and dependency download from the Maven repository](/logo.png)
com.ringcentral.definitions.DeviceUpdatePhoneLinesInfo Maven / Gradle / Ivy
package com.ringcentral.definitions;
/**
* Information on phone lines added to a device
*/
public class DeviceUpdatePhoneLinesInfo {
/**
* Information on phone lines added to a device
*/
public UpdateDevicePhoneInfo[] phoneLines;
public DeviceUpdatePhoneLinesInfo phoneLines(UpdateDevicePhoneInfo[] phoneLines) {
this.phoneLines = phoneLines;
return this;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy