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

com.aliyun.dingtalkedu_1_0.models.AddCollegeContactUserRequest Maven / Gradle / Ivy

There is a newer version: 2.1.88
Show newest version
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.dingtalkedu_1_0.models;

import com.aliyun.tea.*;

public class AddCollegeContactUserRequest extends TeaModel {
    /**
     * 

This parameter is required.

*/ @NameInMap("deptIdList") public java.util.List deptIdList; @NameInMap("deptOrderList") public java.util.List deptOrderList; @NameInMap("deptTitleList") public java.util.List deptTitleList; /** * example: *

[email protected]

*/ @NameInMap("email") public String email; /** *

This parameter is required.

* * example: *

college_student

*/ @NameInMap("empType") public String empType; @NameInMap("extension") public java.util.Map extension; @NameInMap("hideMobile") public Boolean hideMobile; /** * example: *

1597573616828

*/ @NameInMap("hiredDate") public Long hiredDate; /** * example: *

666666

*/ @NameInMap("jobNumber") public String jobNumber; /** * example: *

[email protected]

*/ @NameInMap("loginEmail") public String loginEmail; /** *

This parameter is required.

* * example: *

123456

*/ @NameInMap("mainDeptId") public Long mainDeptId; /** * example: *

001

*/ @NameInMap("managerUserid") public String managerUserid; /** *

This parameter is required.

* * example: *

185xxxx8888

*/ @NameInMap("mobile") public String mobile; /** *

This parameter is required.

* * example: *

张三

*/ @NameInMap("name") public String name; /** * example: *

[email protected]

*/ @NameInMap("orgEmail") public String orgEmail; /** * example: *

profession

*/ @NameInMap("orgEmailType") public String orgEmailType; /** * example: *

备注

*/ @NameInMap("remark") public String remark; @NameInMap("sendActiveSms") public Boolean sendActiveSms; @NameInMap("seniorMode") public Boolean seniorMode; /** * example: *

010-86123456-2345

*/ @NameInMap("telephone") public String telephone; /** * example: *

学工处处长

*/ @NameInMap("title") public String title; /** * example: *

zhangsan666

*/ @NameInMap("userid") public String userid; /** * example: *

阿里巴巴c区

*/ @NameInMap("workPlace") public String workPlace; public static AddCollegeContactUserRequest build(java.util.Map map) throws Exception { AddCollegeContactUserRequest self = new AddCollegeContactUserRequest(); return TeaModel.build(map, self); } public AddCollegeContactUserRequest setDeptIdList(java.util.List deptIdList) { this.deptIdList = deptIdList; return this; } public java.util.List getDeptIdList() { return this.deptIdList; } public AddCollegeContactUserRequest setDeptOrderList(java.util.List deptOrderList) { this.deptOrderList = deptOrderList; return this; } public java.util.List getDeptOrderList() { return this.deptOrderList; } public AddCollegeContactUserRequest setDeptTitleList(java.util.List deptTitleList) { this.deptTitleList = deptTitleList; return this; } public java.util.List getDeptTitleList() { return this.deptTitleList; } public AddCollegeContactUserRequest setEmail(String email) { this.email = email; return this; } public String getEmail() { return this.email; } public AddCollegeContactUserRequest setEmpType(String empType) { this.empType = empType; return this; } public String getEmpType() { return this.empType; } public AddCollegeContactUserRequest setExtension(java.util.Map extension) { this.extension = extension; return this; } public java.util.Map getExtension() { return this.extension; } public AddCollegeContactUserRequest setHideMobile(Boolean hideMobile) { this.hideMobile = hideMobile; return this; } public Boolean getHideMobile() { return this.hideMobile; } public AddCollegeContactUserRequest setHiredDate(Long hiredDate) { this.hiredDate = hiredDate; return this; } public Long getHiredDate() { return this.hiredDate; } public AddCollegeContactUserRequest setJobNumber(String jobNumber) { this.jobNumber = jobNumber; return this; } public String getJobNumber() { return this.jobNumber; } public AddCollegeContactUserRequest setLoginEmail(String loginEmail) { this.loginEmail = loginEmail; return this; } public String getLoginEmail() { return this.loginEmail; } public AddCollegeContactUserRequest setMainDeptId(Long mainDeptId) { this.mainDeptId = mainDeptId; return this; } public Long getMainDeptId() { return this.mainDeptId; } public AddCollegeContactUserRequest setManagerUserid(String managerUserid) { this.managerUserid = managerUserid; return this; } public String getManagerUserid() { return this.managerUserid; } public AddCollegeContactUserRequest setMobile(String mobile) { this.mobile = mobile; return this; } public String getMobile() { return this.mobile; } public AddCollegeContactUserRequest setName(String name) { this.name = name; return this; } public String getName() { return this.name; } public AddCollegeContactUserRequest setOrgEmail(String orgEmail) { this.orgEmail = orgEmail; return this; } public String getOrgEmail() { return this.orgEmail; } public AddCollegeContactUserRequest setOrgEmailType(String orgEmailType) { this.orgEmailType = orgEmailType; return this; } public String getOrgEmailType() { return this.orgEmailType; } public AddCollegeContactUserRequest setRemark(String remark) { this.remark = remark; return this; } public String getRemark() { return this.remark; } public AddCollegeContactUserRequest setSendActiveSms(Boolean sendActiveSms) { this.sendActiveSms = sendActiveSms; return this; } public Boolean getSendActiveSms() { return this.sendActiveSms; } public AddCollegeContactUserRequest setSeniorMode(Boolean seniorMode) { this.seniorMode = seniorMode; return this; } public Boolean getSeniorMode() { return this.seniorMode; } public AddCollegeContactUserRequest setTelephone(String telephone) { this.telephone = telephone; return this; } public String getTelephone() { return this.telephone; } public AddCollegeContactUserRequest setTitle(String title) { this.title = title; return this; } public String getTitle() { return this.title; } public AddCollegeContactUserRequest setUserid(String userid) { this.userid = userid; return this; } public String getUserid() { return this.userid; } public AddCollegeContactUserRequest setWorkPlace(String workPlace) { this.workPlace = workPlace; return this; } public String getWorkPlace() { return this.workPlace; } public static class AddCollegeContactUserRequestDeptOrderList extends TeaModel { /** * example: *

123456

*/ @NameInMap("deptId") public Long deptId; /** * example: *

1

*/ @NameInMap("order") public Integer order; public static AddCollegeContactUserRequestDeptOrderList build(java.util.Map map) throws Exception { AddCollegeContactUserRequestDeptOrderList self = new AddCollegeContactUserRequestDeptOrderList(); return TeaModel.build(map, self); } public AddCollegeContactUserRequestDeptOrderList setDeptId(Long deptId) { this.deptId = deptId; return this; } public Long getDeptId() { return this.deptId; } public AddCollegeContactUserRequestDeptOrderList setOrder(Integer order) { this.order = order; return this; } public Integer getOrder() { return this.order; } } public static class AddCollegeContactUserRequestDeptTitleList extends TeaModel { /** * example: *

123456

*/ @NameInMap("deptId") public Long deptId; /** * example: *

学工处处长

*/ @NameInMap("title") public String title; public static AddCollegeContactUserRequestDeptTitleList build(java.util.Map map) throws Exception { AddCollegeContactUserRequestDeptTitleList self = new AddCollegeContactUserRequestDeptTitleList(); return TeaModel.build(map, self); } public AddCollegeContactUserRequestDeptTitleList setDeptId(Long deptId) { this.deptId = deptId; return this; } public Long getDeptId() { return this.deptId; } public AddCollegeContactUserRequestDeptTitleList setTitle(String title) { this.title = title; return this; } public String getTitle() { return this.title; } } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy