![JAR search and dependency download from the Maven repository](/logo.png)
com.aliyun.dingtalkdoc_1_0.models.InsertDropdownListsResponseBody Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dingtalk Show documentation
Show all versions of dingtalk Show documentation
Alibaba Cloud dingtalk SDK for Java
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.dingtalkdoc_1_0.models;
import com.aliyun.tea.*;
public class InsertDropdownListsResponseBody extends TeaModel {
@NameInMap("a1Notation")
public String a1Notation;
public static InsertDropdownListsResponseBody build(java.util.Map map) throws Exception {
InsertDropdownListsResponseBody self = new InsertDropdownListsResponseBody();
return TeaModel.build(map, self);
}
public InsertDropdownListsResponseBody setA1Notation(String a1Notation) {
this.a1Notation = a1Notation;
return this;
}
public String getA1Notation() {
return this.a1Notation;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy