com.ringcentral.definitions.UpdateMultipleSwitchesRequest Maven / Gradle / Ivy
package com.ringcentral.definitions;
public class UpdateMultipleSwitchesRequest {
/**
*
*/
public UpdateSwitchInfo[] records;
public UpdateMultipleSwitchesRequest records(UpdateSwitchInfo[] records) {
this.records = records;
return this;
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy