![JAR search and dependency download from the Maven repository](/logo.png)
com.ringcentral.definitions.AggregationResponse Maven / Gradle / Ivy
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