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

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

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


public class FixedOrderAgents {
    /**
     *
     */
    public FixedOrderAgentsExtensionInfo extension;
    /**
     * Ordinal of an agent (call queue member)
     * Format: int32
     */
    public Long index;

    public FixedOrderAgents extension(FixedOrderAgentsExtensionInfo extension) {
        this.extension = extension;
        return this;
    }

    public FixedOrderAgents index(Long index) {
        this.index = index;
        return this;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy