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

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

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


public class AggregationResponse {
    /**
     * Required
     */
    public ResponsePaging paging;
    /**
     * Required
     */
    public AggregationResponseData data;

    public AggregationResponse paging(ResponsePaging paging) {
        this.paging = paging;
        return this;
    }

    public AggregationResponse data(AggregationResponseData data) {
        this.data = data;
        return this;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy