类 UpdateEntityReq

java.lang.Object
com.lark.oapi.service.block.v2.model.UpdateEntityReq

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

    • UpdateEntityReq

      public UpdateEntityReq()
    • UpdateEntityReq

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

    • newBuilder

      public static UpdateEntityReq.Builder newBuilder()
    • getBlockId

      public String getBlockId()
    • setBlockId

      public void setBlockId(String blockId)
    • getEntity

      public Entity getEntity()
    • setEntity

      public void setEntity(Entity body)