类 MentionUser

java.lang.Object
com.lark.oapi.service.sheets.v3.model.MentionUser

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

    • MentionUser

      public MentionUser()
    • MentionUser

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

    • newBuilder

      public static MentionUser.Builder newBuilder()
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getUserId

      public String getUserId()
    • setUserId

      public void setUserId(String userId)
    • getNotify

      public Boolean getNotify()
    • setNotify

      public void setNotify(Boolean notify)
    • getSegmentStyle

      public SegmentStyle getSegmentStyle()
    • setSegmentStyle

      public void setSegmentStyle(SegmentStyle segmentStyle)