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

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

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


/**
 * Query parameters for operation listCompanyMessageTemplates
 */
public class ListCompanyMessageTemplatesParameters {
    /**
     * Site ID(s) to filter company message templates, associated with particular sites
     * By default the value is all - templates with all sites will be returned
     */
    public String[] siteIds;

    public ListCompanyMessageTemplatesParameters siteIds(String[] siteIds) {
        this.siteIds = siteIds;
        return this;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy