All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.ringcentral.definitions.BulkOperationExtensionReference Maven / Gradle / Ivy

There is a newer version: 3.2.1
Show newest version
package com.ringcentral.definitions;


/**
 * Information about an extension this device is assigned to
 */
public class BulkOperationExtensionReference {
    /**
     * Internal identifier of a RingCentral extension
     * Required
     * Example: 12345
     */
    public String id;

    public BulkOperationExtensionReference id(String id) {
        this.id = id;
        return this;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy