类 PatchNoteReq

java.lang.Object
com.lark.oapi.service.hire.v1.model.PatchNoteReq

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

    • PatchNoteReq

      public PatchNoteReq()
    • PatchNoteReq

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

    • newBuilder

      public static PatchNoteReq.Builder newBuilder()
    • getUserIdType

      public String getUserIdType()
    • setUserIdType

      public void setUserIdType(String userIdType)
    • getNoteId

      public String getNoteId()
    • setNoteId

      public void setNoteId(String noteId)
    • getPatchNoteReqBody

      public PatchNoteReqBody getPatchNoteReqBody()
    • setPatchNoteReqBody

      public void setPatchNoteReqBody(PatchNoteReqBody body)