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

com.larksuite.oapi.service.contact.v3.model.OldUserObject Maven / Gradle / Ivy

// Code generated by lark suite oapi sdk gen
package com.larksuite.oapi.service.contact.v3.model;
import com.google.gson.annotations.SerializedName;

public class OldUserObject {
    @SerializedName("department_ids")
    private String[] departmentIds;
    @SerializedName("open_id")
    private String openId;

    public String[] getDepartmentIds() {
        return this.departmentIds;
    }

    public void setDepartmentIds(String[] departmentIds) {
        this.departmentIds = departmentIds;
    }

    public String getOpenId() {
        return this.openId;
    }

    public void setOpenId(String openId) {
        this.openId = openId;
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy