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

com.aliyun.dingtalkvillage_1_0.models.ListParentByDeptResponseBody Maven / Gradle / Ivy

The newest version!
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.dingtalkvillage_1_0.models;

import com.aliyun.tea.*;

public class ListParentByDeptResponseBody extends TeaModel {
    /**
     * 

This parameter is required.

*/ @NameInMap("departmentIdList") public java.util.List departmentIdList; public static ListParentByDeptResponseBody build(java.util.Map map) throws Exception { ListParentByDeptResponseBody self = new ListParentByDeptResponseBody(); return TeaModel.build(map, self); } public ListParentByDeptResponseBody setDepartmentIdList(java.util.List departmentIdList) { this.departmentIdList = departmentIdList; return this; } public java.util.List getDepartmentIdList() { return this.departmentIdList; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy