
com.larksuite.oapi.service.contact.v3.model.CustomAttrEvent Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of larksuite-oapi Show documentation
Show all versions of larksuite-oapi Show documentation
Larksuite open platform facilitates the integration of enterprise applications and larksuite, making
collaboration and management more efficient
// Code generated by lark suite oapi sdk gen
package com.larksuite.oapi.service.contact.v3.model;
import com.google.gson.annotations.SerializedName;
public class CustomAttrEvent {
@SerializedName("contact_field_key")
private String contactFieldKey;
@SerializedName("field_value_types")
private String fieldValueTypes;
@SerializedName("i18n_field_names")
private String i18nFieldNames;
@SerializedName("allow_open_query")
private String allowOpenQuery;
public String getContactFieldKey() {
return this.contactFieldKey;
}
public void setContactFieldKey(String contactFieldKey) {
this.contactFieldKey = contactFieldKey;
}
public String getFieldValueTypes() {
return this.fieldValueTypes;
}
public void setFieldValueTypes(String fieldValueTypes) {
this.fieldValueTypes = fieldValueTypes;
}
public String getI18nFieldNames() {
return this.i18nFieldNames;
}
public void setI18nFieldNames(String i18nFieldNames) {
this.i18nFieldNames = i18nFieldNames;
}
public String getAllowOpenQuery() {
return this.allowOpenQuery;
}
public void setAllowOpenQuery(String allowOpenQuery) {
this.allowOpenQuery = allowOpenQuery;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy