类 PatchNotificationReq

java.lang.Object
com.lark.oapi.service.helpdesk.v1.model.PatchNotificationReq

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

    • PatchNotificationReq

      public PatchNotificationReq()
    • PatchNotificationReq

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

    • newBuilder

      public static PatchNotificationReq.Builder newBuilder()
    • getUserIdType

      public String getUserIdType()
    • setUserIdType

      public void setUserIdType(String userIdType)
    • getNotificationId

      public String getNotificationId()
    • setNotificationId

      public void setNotificationId(String notificationId)
    • getNotification

      public Notification getNotification()
    • setNotification

      public void setNotification(Notification body)