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