类 Contact

java.lang.Object
com.lark.oapi.service.vc.v1.model.Contact

public class Contact extends Object
  • 构造器详细资料

    • Contact

      public Contact()
    • Contact

      public Contact(Contact.Builder builder)
  • 方法详细资料

    • newBuilder

      public static Contact.Builder newBuilder()
    • getContactType

      public Integer getContactType()
    • setContactType

      public void setContactType(Integer contactType)
    • getContactName

      public String getContactName()
    • setContactName

      public void setContactName(String contactName)