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

com.ringcentral.paths.analytics.Index Maven / Gradle / Ivy

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

import com.ringcentral.*;
import com.ringcentral.definitions.*;

public class Index {
    public RestClient rc;

    public Index(RestClient rc) {
        this.rc = rc;
    }

    public String path() {
        return "" + "/analytics";
    }

    public String path(Boolean withParameter) {
        return path();
    }


    public com.ringcentral.paths.analytics.calls.Index calls() {
        return new com.ringcentral.paths.analytics.calls.Index(this);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy